You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ItyFuzz against an on-chain deployed CTF, I encountered the following error:
thread 'main' panicked at src/evm/onchain/endpoints.rs:791:29:
fail to get block timestamp
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace```
The text was updated successfully, but these errors were encountered:
Seems to be a connectivity issue with the public RPCs. You can use ETH_RPC_URL=https://xxx ityfuzz ... to specify the RPC you would like to use. We recommend using Infura or Quicknode
When running ItyFuzz against an on-chain deployed CTF, I encountered the following error:
The text was updated successfully, but these errors were encountered: