Skip to content

Commit d68308a

Browse files
committed
Fix evm version
1 parent af6875f commit d68308a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

foundry.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ src = 'src'
33
out = 'out'
44
libs = ['lib']
55

6+
# The EVM version by hardfork name
7+
evm_version = 'shanghai'
8+
69
# Ankr RPC endpoints (https://www.ankr.com/rpc/)
710
[rpc_endpoints]
811
eth = "${ETH_RPC_URL}"
912
gnosis = "${GNOSIS_RPC_URL}"
1013
polygon = "${POLYGON_RPC_URL}"
1114

12-
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
15+
# See more config options https://book.getfoundry.sh/reference/config/overview

0 commit comments

Comments
 (0)