Skip to content

Commit f3654e4

Browse files
authored
docs: fix merkle rpc url (#11459)
1 parent c714a0a commit f3654e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,19 +198,19 @@ Here are a few examples of what you can do:
198198
**Check the latest block on Ethereum Mainnet**:
199199

200200
```sh
201-
cast block-number --rpc-url https://eth.merkle.io
201+
cast block-number --rpc-url https://merkle.io/ethereum-rpc
202202
```
203203

204204
**Check the Ether balance of `vitalik.eth`**
205205

206206
```sh
207-
cast balance vitalik.eth --ether --rpc-url https://eth.merkle.io
207+
cast balance vitalik.eth --ether --rpc-url https://merkle.io/ethereum-rpc
208208
```
209209

210210
**Replay and trace a transaction**
211211

212212
```sh
213-
cast run 0x9c32042f5e997e27e67f82583839548eb19dc78c4769ad6218657c17f2a5ed31 --rpc-url https://eth.merkle.io
213+
cast run 0x9c32042f5e997e27e67f82583839548eb19dc78c4769ad6218657c17f2a5ed31 --rpc-url https://merkle.io/ethereum-rpc
214214
```
215215

216216
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.
228228
Let's fork Ethereum mainnet at the latest block:
229229

230230
```sh
231-
anvil --fork-url https://eth.merkle.io
231+
anvil --fork-url https://merkle.io/ethereum-rpc
232232
```
233233

234234
You can use those same `cast` subcommands against your `anvil` instance:

0 commit comments

Comments
 (0)