diff --git a/modules/passkey/README.md b/modules/passkey/README.md index 3cbbdcdc7..5babdc7f9 100644 --- a/modules/passkey/README.md +++ b/modules/passkey/README.md @@ -102,7 +102,7 @@ npx hardhat --network $NETWORK verify $SAFE_WEBAUTHN_SIGNER_SINGLETON_ADDRESS -- ### Compiler settings -The project uses Solidity compiler version `0.8.24` with 10 million optimizer runs, as we want to optimize for the code execution costs. The EVM version is set to `paris` because not all our target networks support the opcodes introduced in the `Shanghai` EVM upgrade. +The project uses Solidity compiler version `0.8.26` with 10 million optimizer runs, as we want to optimize for the code execution costs. The EVM version is set to `paris` because not all our target networks support the opcodes introduced in the `Shanghai` EVM upgrade. #### Custom Networks diff --git a/modules/passkey/contracts/libraries/P256.sol b/modules/passkey/contracts/libraries/P256.sol index 54694c24d..882cb1e6b 100644 --- a/modules/passkey/contracts/libraries/P256.sol +++ b/modules/passkey/contracts/libraries/P256.sol @@ -116,7 +116,7 @@ library P256 { mstore(add(input, 128), y) // Perform staticcall and check result, note that Yul evaluates expressions from right - // to left. See . + // to left. See . mstore(0, 0) success := and( and(