ethereum: pin ethereum docker forge evm version to london (#3120)
This commit is contained in:
parent
d1cfbdf46c
commit
14a1251c06
|
@ -7,6 +7,7 @@ src = "contracts"
|
||||||
# We put the tests into the forge-test directory (instead of test) so that
|
# We put the tests into the forge-test directory (instead of test) so that
|
||||||
# truffle doesn't try to build them
|
# truffle doesn't try to build them
|
||||||
test = "forge-test"
|
test = "forge-test"
|
||||||
|
evm_version = "london"
|
||||||
|
|
||||||
out = 'build-forge'
|
out = 'build-forge'
|
||||||
libs = ['lib', 'node_modules']
|
libs = ['lib', 'node_modules']
|
||||||
|
|
Loading…
Reference in New Issue