diff --git a/.gas-snapshot b/.gas-snapshot index 7d27f58..523b8cb 100644 --- a/.gas-snapshot +++ b/.gas-snapshot @@ -1 +1 @@ -MetamorphicContract:testMorphingContract() (gas: 246375) \ No newline at end of file +MetamorphicContract:testMorphingContract() (gas: 243180) \ No newline at end of file diff --git a/foundry.toml b/foundry.toml index 26c9610..ef822a8 100644 --- a/foundry.toml +++ b/foundry.toml @@ -5,7 +5,7 @@ out = 'out' # the output directory (for artifacts) libs = ['lib'] # a list of library directories cache = true # whether to cache builds or not cache_path = 'cache' # where the cache is stored if enabled -solc_version = '0.8.24' # override for the solc version +solc_version = '0.8.25' # override for the solc version evm_version = 'shanghai' # set the EVM target version optimizer = true # enable the solc optimiser optimizer_runs = 999_999 # the number of optimiser runs diff --git a/test/MetamorphicContract.t.sol b/test/MetamorphicContract.t.sol index 4e7250b..149131b 100644 --- a/test/MetamorphicContract.t.sol +++ b/test/MetamorphicContract.t.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: WTFPL -pragma solidity 0.8.24; +pragma solidity 0.8.25; import {Test} from "forge-std/Test.sol";