Skip to content

Commit

Permalink
chore: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 21, 2024
1 parent 830dda3 commit 1f1a30a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion accounts/safe7579/src/SafeERC7579.sol
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
6 changes: 3 additions & 3 deletions packages/modulekit/gas_calculations/testWriteGas.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 1f1a30a

Please sign in to comment.