Skip to content

Commit

Permalink
feat: use EVM version London for Crossbell
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert committed Sep 12, 2023
1 parent 90e68e5 commit 430aade
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
# This overrides the `auto_detect_solc` value
solc_version = '0.8.18'
auto_detect_solc = false

# use EVM version `London` for Crossbell
evm_version = 'london'

# Increase optimizer_runs
optimizer = true
optimizer_runs = 200
Expand Down

0 comments on commit 430aade

Please sign in to comment.