Skip to content

Commit

Permalink
chore: use shanghai as default (bgd-labs#364)
Browse files Browse the repository at this point in the history
* chore: use shanghai as default

* fix: add bnb config
  • Loading branch information
sakulstra authored Jun 21, 2024
1 parent 28d559d commit 6c4bd08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ remappings = [
]
ffi = true
fs_permissions = [{ access = "write", path = "./reports" }]
evm_version = 'shanghai'

# incomplete list at https://www.evmdiff.com/features?name=PUSH0&kind=opcode
[profile.metis]
Expand All @@ -33,6 +34,12 @@ evm_version = 'shanghai'
[profile.avalanche]
evm_version = 'shanghai'

[profile.gnosis]
evm_version = 'shanghai'

[profile.bnb]
evm_version = 'shanghai'

[rpc_endpoints]
mainnet = "${RPC_MAINNET}"
optimism = "${RPC_OPTIMISM}"
Expand Down

0 comments on commit 6c4bd08

Please sign in to comment.