We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6875f commit d68308aCopy full SHA for d68308a
foundry.toml
@@ -3,10 +3,13 @@ src = 'src'
3
out = 'out'
4
libs = ['lib']
5
6
+# The EVM version by hardfork name
7
+evm_version = 'shanghai'
8
+
9
# Ankr RPC endpoints (https://www.ankr.com/rpc/)
10
[rpc_endpoints]
11
eth = "${ETH_RPC_URL}"
12
gnosis = "${GNOSIS_RPC_URL}"
13
polygon = "${POLYGON_RPC_URL}"
14
-# 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