Skip to content

Commit

Permalink
Merge pull request #49 from immunefi-team/fix/evm_version
Browse files Browse the repository at this point in the history
Fix evm version
  • Loading branch information
janbro authored Oct 9, 2024
2 parents af6875f + d68308a commit 6bab5b4
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 6bab5b4

Please sign in to comment.