Skip to content

Commit 6b25650

Browse files
authored
docs: update getblock url format (#42)
1 parent d628cec commit 6b25650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Etherproxy is a robust and lightweight JSON-RPC reverse proxy tool designed for
55
## Usage
66

77
```
8-
npx etherproxy --port 9000 --target https://gno.getblock.io/YOUR_TOKEN/mainnet/ --expiry 2000
8+
npx etherproxy --port 9000 --target https://go.getblock.io/YOUR_TOKEN --expiry 2000
99
```
1010

1111
The command above starts the JSON-RPC reverse proxy...
@@ -19,7 +19,7 @@ Make sure to replace `YOUR_TOKEN` with your actual token.
1919
Supply multiple JSON-RPC `--target` with a comma-separated string:
2020

2121
```
22-
npx etherproxy --target https://gno.getblock.io/YOUR_TOKEN/mainnet/,https://rpc.gnosischain.com
22+
npx etherproxy --target https://go.getblock.io/YOUR_TOKEN,https://rpc.gnosischain.com
2323
```
2424

2525
## Verify the tool is running

0 commit comments

Comments
 (0)