Skip to content

Commit fa329e7

Browse files
committed
chore: solidity versions and settings
1 parent f68ad4b commit fa329e7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

foundry.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
libs = ['node_modules', 'lib']
2323
test = 'test'
2424
cache_path = 'cache_forge'
25-
solc = "0.8.27"
25+
solc = "0.8.30"
26+
evm_version = "cancun"
2627
optimizer = true
27-
optimizer_runs = 10_000
28+
optimizer_runs = 200
2829
gas_reports = ["*"]
2930
fuzz = { runs = 1_000 }
3031
auto_detect_solc = false

0 commit comments

Comments
 (0)