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
cast run 0x9c32042f5e997e27e67f82583839548eb19dc78c4769ad6218657c17f2a5ed31 --rpc-url https://eth.merkle.io
213
+
cast run 0x9c32042f5e997e27e67f82583839548eb19dc78c4769ad6218657c17f2a5ed31 --rpc-url https://merkle.io/ethereum-rpc
214
214
```
215
215
216
216
Optionally, pass `--etherscan-api-key <API_KEY>` to decode transaction traces using verified source maps, providing more detailed and human-readable information.
@@ -228,7 +228,7 @@ Anvil is a fast local Ethereum development node.
228
228
Let's fork Ethereum mainnet at the latest block:
229
229
230
230
```sh
231
-
anvil --fork-url https://eth.merkle.io
231
+
anvil --fork-url https://merkle.io/ethereum-rpc
232
232
```
233
233
234
234
You can use those same `cast` subcommands against your `anvil` instance:
0 commit comments