File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1111The command above starts the JSON-RPC reverse proxy...
@@ -19,7 +19,7 @@ Make sure to replace `YOUR_TOKEN` with your actual token.
1919Supply 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
You can’t perform that action at this time.
0 commit comments