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
In dapp tools you can debug transaction even in networks that don't support etherscan, once it's possible to use the deployed code during the debugging session, so it looks like:
seth run-tx --debug 0xc3b63ab002d4a16fe95566a9c0816fab6cf07ac9867bd5ad1319095cef8383a2 --source out/dapp.sol.json
or
seth debug 0x2b9e3363f21f8f9bffc742eba14cfd115e7d1c77ef71ae95deedf5e068fffb36
seth run-tx --help 09:59:28
Usage: seth run-tx <tx-hash> [<options>]
or: seth run-tx <tx-info> [<options>]
Run a transaction with hevm in the environment of the given transaction.
Attempts to fetch contract source from etherscan if `ETHERSCAN_API_KEY` is set.
With `--state dir`, load and save state from `dir`
With `--trace`, print the call trace of the transaction.
With `--debug`, execute with hevm's interactive debugger
With `--no-src`, do not attempt to fetch contract source from etherscan
With `--source`, manually supply a solc compiler output json (implies --no-src) ----------->>>>>> HERE IS THE FEATURE
Would be amazing to have it in forge:
cast run 0x11310e29abc8ebb4317857d6b8f447280b22fcfff3722f5d6272b60c73613b0c --debug --source out/Contract.sol/Contract.json
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
Cast
Describe the feature you would like
In dapp tools you can debug transaction even in networks that don't support etherscan, once it's possible to use the deployed code during the debugging session, so it looks like:
Would be amazing to have it in forge:
Additional context
No response
The text was updated successfully, but these errors were encountered: