Skip to content

Commit

Permalink
fix(protocol): set evm_version to cancun as default
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Feb 12, 2024
1 parent e3fde54 commit c6b5da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protocol/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ src = 'contracts'
out = 'out'
test = 'test'
libs = ['lib']
gas_price = 10000000000 # gas price is 10 Gwei
gas_price = 10000000000 # gas price is 10 Gwei
optimizer = true
optimizer_runs = 200
ffi = true
gas_limit = '18446744073709551615'
memory_limit = 2073741824
evm_version = 'cancun'

# Do not change the block_gas_limit value, TaikoL2.t.sol depends on it.
block_gas_limit = 80000000 #80M
Expand Down

0 comments on commit c6b5da9

Please sign in to comment.