build: set "evm_version" explicitly

This commit is contained in:
Paul Razvan Berg 2023-05-26 23:47:58 +03:00
parent 2de57a310a
commit 59d03d00ad
No known key found for this signature in database
GPG Key ID: 94DB130BAB397DED
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
block_timestamp = 1_680_220_800 # March 31, 2023 at 00:00 GMT
bytecode_hash = "none"
cbor_metadata = false
evm_version = "paris"
fuzz = { runs = 1_000 }
gas_reports = ["*"]
libs = ["lib"]