ethereum: pin ethereum docker forge evm version to london (#3120)

This commit is contained in:
chase-45 2023-07-18 12:16:51 -04:00 committed by GitHub
parent d1cfbdf46c
commit 14a1251c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ src = "contracts"
# We put the tests into the forge-test directory (instead of test) so that
# truffle doesn't try to build them
test = "forge-test"
evm_version = "london"
out = 'build-forge'
libs = ['lib', 'node_modules']