Skip to content

Commit

Permalink
🔁 Upgrade Solidity Version to 0.8.27
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 Sep 7, 2024
1 parent 5f9233a commit c040568
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: 243180)
MetamorphicContract:testMorphingContract() (gas: 243186)
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.26" # override for the solc version
solc_version = "0.8.27" # override for the solc version
evm_version = "cancun" # 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.26;
pragma solidity 0.8.27;

import {Test} from "forge-std/Test.sol";

Expand Down

0 comments on commit c040568

Please sign in to comment.