We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d628cec commit 6b25650Copy full SHA for 6b25650
1 file changed
README.md
@@ -5,7 +5,7 @@ Etherproxy is a robust and lightweight JSON-RPC reverse proxy tool designed for
5
## Usage
6
7
```
8
-npx etherproxy --port 9000 --target https://gno.getblock.io/YOUR_TOKEN/mainnet/ --expiry 2000
+npx etherproxy --port 9000 --target https://go.getblock.io/YOUR_TOKEN --expiry 2000
9
10
11
The command above starts the JSON-RPC reverse proxy...
@@ -19,7 +19,7 @@ Make sure to replace `YOUR_TOKEN` with your actual token.
19
Supply multiple JSON-RPC `--target` with a comma-separated string:
20
21
22
-npx etherproxy --target https://gno.getblock.io/YOUR_TOKEN/mainnet/,https://rpc.gnosischain.com
+npx etherproxy --target https://go.getblock.io/YOUR_TOKEN,https://rpc.gnosischain.com
23
24
25
## Verify the tool is running
0 commit comments