rumblefishdev / evm-debugger

Other
6 stars 0 forks source link

Add "Why this happens?" button to "Block not found" error message. #391

Closed kowalski closed 9 months ago

kowalski commented 9 months ago

Clicking it should open a popup with the following text:

Typical explanations for "Block not found" error.

  1. Are you trying a transaction hash from the latest block on Etherscan? Sometimes the Alchemy nodes we use are a bit behind and don't have the latest blocks. Wait a minute and retry or try an older hash (if you just want to see how the tool works)
  2. You've selected a different network that the one transaction was executed on. Please double check.

If neither of these explanations apply to your case kindly follow a link to report a bug.