We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd54a3 commit a8b8f33Copy full SHA for a8b8f33
foundry.toml
@@ -3,8 +3,6 @@ src = 'src'
3
out = 'out'
4
solc = "0.8.18"
5
libs = ['lib']
6
-evm_version = "cancun"
7
-
8
optimizer = true
9
optimizer_runs = 200
10
evm_version = "cancun"
@@ -24,4 +22,4 @@ runs = 250
24
22
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
25
23
26
[rpc_endpoints]
27
-mainnet = "${ETH_RPC_URL}"
+mainnet = "${ETH_RPC_URL}"
0 commit comments