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 c6b5da9 commit fb2eee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
Expand Down

0 comments on commit fb2eee4

Please sign in to comment.