From 1f1a30a2140faa5812184a34f06f7dc0ccc059b3 Mon Sep 17 00:00:00 2001 From: zeroknots Date: Wed, 21 Feb 2024 10:47:18 +0700 Subject: [PATCH] chore: version update --- accounts/safe7579/src/SafeERC7579.sol | 2 +- packages/modulekit/gas_calculations/testWriteGas.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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