mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-04 14:23:10 +00:00
Remove conditional allowBlocksWithSameTimestamp, set true everytime
This commit is contained in:
parent
3614bfe7ed
commit
d3207ed068
@ -23,7 +23,7 @@ module.exports = {
|
||||
networks: {
|
||||
hardhat: {
|
||||
tags: ["local"],
|
||||
allowBlocksWithSameTimestamp: process.env.NODE_ENV == "test",
|
||||
allowBlocksWithSameTimestamp: true,
|
||||
},
|
||||
localhost: {
|
||||
tags: ["local"],
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "codex-contracts-eth",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "npm run lint && NODE_ENV=test hardhat test",
|
||||
"test": "npm run lint && hardhat test",
|
||||
"fuzz": "hardhat compile && fuzzing/fuzz.sh",
|
||||
"start": "concurrently --names \"hardhat,deployment\" --prefix \"[{time} {name}]\" \"hardhat node\" \"sleep 2 && npm run deploy\"",
|
||||
"compile": "hardhat compile",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user