Closed hudsonhrh closed 3 weeks ago
When you run forge test it will show the live test passes when it really just skips it. To actually run the live test run this
ONCHAIN_TEST=1 FOUNDRY_RPC_URL=https://mainnet.optimism.io/ forge test --fork-url https://mainnet.optimism.io/ --fork-block-number 127667554 -vvv
When you run forge test it will show the live test passes when it really just skips it. To actually run the live test run this
ONCHAIN_TEST=1 FOUNDRY_RPC_URL=https://mainnet.optimism.io/ forge test --fork-url https://mainnet.optimism.io/ --fork-block-number 127667554 -vvv