BreadchainCoop / BuildersDollarHackathon

0 stars 0 forks source link

Vouching Live Test on forked op main #33

Closed hudsonhrh closed 3 weeks ago

hudsonhrh commented 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