diff --git a/package.json b/package.json index 68022f3..37c1475 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test": "TESTING=true FORKED_NETWORK=mainnet FORK_BLOCK=18920905 forge test -vvv ", "test:arbitrum-sepolia": "TESTING=true FORKED_NETWORK=arb-sepolia FORK_BLOCK=98684306 forge test -vvv ", "test:fuzz": "echidna test/invariants/fuzz/Greeter.t.sol --contract InvariantGreeter --corpus-dir test/invariants/fuzz/echidna_coverage/ --test-mode assertion", - "test:integration": "forge test --match-contract Integration -vvv", + "test:integration": "TESTING=true FORKED_NETWORK=mainnet FORK_BLOCK=18920905 forge test --match-contract Integration -vvv", "test:optimism-sepolia": "TESTING=true FORKED_NETWORK=optimism-sepolia FORK_BLOCK=20113040 forge test -vvv ", "test:symbolic": "halmos", "test:unit": "forge test --match-contract Unit -vvv",