Skip to content

Commit e7c72e4

Browse files
committed
Updating the rpcProxy script for the changed API URL
modified: scripts/networksLists/bin/rpcProxy.js
1 parent 3f5e700 commit e7c72e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/networksLists/bin/rpcProxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const help =
22
`This script expects the RPC chains JSON at its stdin. Supply it e.g. with\n
3-
$ curl -s -H 'Authorization: Bearer <your_token>' https://app.subsquid.io/api/orgs/<your_org>/rpc/chains | node scripts/networksLists/bin/rpcProxy.js\n
3+
$ curl -s -H 'Authorization: Bearer <your_token>' https://app.subsquid.io/api/v1/orgs/<your_org>/rpc/chains | node scripts/networksLists/bin/rpcProxy.js\n
44
Consult your browser's dev console at https://app.subsquid.io/rpc to get the token.`
55

66
if (process.argv[2] === '--help') {

0 commit comments

Comments
 (0)