Skip to content

Commit

Permalink
Fix evm version
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-immunefi committed Oct 8, 2024
1 parent af6875f commit d68308a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ src = 'src'
out = 'out'
libs = ['lib']

# The EVM version by hardfork name
evm_version = 'shanghai'

# Ankr RPC endpoints (https://www.ankr.com/rpc/)
[rpc_endpoints]
eth = "${ETH_RPC_URL}"
gnosis = "${GNOSIS_RPC_URL}"
polygon = "${POLYGON_RPC_URL}"

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

0 comments on commit d68308a

Please sign in to comment.