We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53466fb commit afec1daCopy full SHA for afec1da
.changeset/calm-insects-flash.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphprotocol/graph-cli': patch
3
4
+
5
+Added rpc and api urls for botanix-testnet
packages/cli/src/command-helpers/abi.ts
@@ -525,7 +525,7 @@ const getPublicRPCEndpoint = (network: string) => {
525
case 'corn-testnet':
526
return 'https://testnet-rpc.usecorn.com';
527
case 'botanix-testnet':
528
- return 'https://node.botanixlabs.dev';
+ return 'https://node.botanixlabs.dev';
529
default:
530
throw new Error(`Unknown network: ${network}`);
531
}
0 commit comments