We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5e700 commit e7c72e4Copy full SHA for e7c72e4
scripts/networksLists/bin/rpcProxy.js
@@ -1,6 +1,6 @@
1
const help =
2
`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
+ $ 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
4
Consult your browser's dev console at https://app.subsquid.io/rpc to get the token.`
5
6
if (process.argv[2] === '--help') {
0 commit comments