Skip to content

Commit

Permalink
🔁 Upgrade Solidity Version to 0.8.25
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Mar 18, 2024
1 parent 2bc421e commit d62cdac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gas-snapshot
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MetamorphicContract:testMorphingContract() (gas: 246375)
MetamorphicContract:testMorphingContract() (gas: 243180)
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/MetamorphicContract.t.sol
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit d62cdac

Please sign in to comment.