Skip to content

Commit a8b8f33

Browse files
authored
Update foundry.toml
1 parent 6cd54a3 commit a8b8f33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

foundry.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ src = 'src'
33
out = 'out'
44
solc = "0.8.18"
55
libs = ['lib']
6-
evm_version = "cancun"
7-
86
optimizer = true
97
optimizer_runs = 200
108
evm_version = "cancun"
@@ -24,4 +22,4 @@ runs = 250
2422
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
2523

2624
[rpc_endpoints]
27-
mainnet = "${ETH_RPC_URL}"
25+
mainnet = "${ETH_RPC_URL}"

0 commit comments

Comments
 (0)