diff --git a/accounts/safe7579/src/SafeERC7579.sol b/accounts/safe7579/src/SafeERC7579.sol index 6e3a71e8..817c3f1c 100644 --- a/accounts/safe7579/src/SafeERC7579.sol +++ b/accounts/safe7579/src/SafeERC7579.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity >=0.8.0 <0.9.0; +pragma solidity ^0.8.23; import { IERC7579Account, Execution } from "erc7579/interfaces/IERC7579Account.sol"; import { IMSA } from "erc7579/interfaces/IMSA.sol"; diff --git a/packages/modulekit/gas_calculations/testWriteGas.json b/packages/modulekit/gas_calculations/testWriteGas.json index f1ba663a..94479ada 100644 --- a/packages/modulekit/gas_calculations/testWriteGas.json +++ b/packages/modulekit/gas_calculations/testWriteGas.json @@ -4,9 +4,9 @@ "OP-Stack": "8802 gas" }, "Phases": { - "Creation": "539076 gas", - "Execution": "41815 gas", + "Creation": "535808 gas", + "Execution": "41784 gas", "Validation": "40829 gas" }, - "Total": "2911988 gas" + "Total": "2908692 gas" } \ No newline at end of file