test: set block_timestamp in Foundry config

This commit is contained in:
Paul Razvan Berg
2023-04-01 09:46:05 +03:00
parent 22aa428f82
commit dbbb25c560

View File

@@ -2,6 +2,7 @@
[profile.default]
auto_detect_solc = false
block_timestamp = 1_680_220_800 # March 31, 2023 at 00:00 GMT
bytecode_hash = "none"
cbor_metadata = false
fuzz = { runs = 1_000 }