Skip to content

Commit afec1da

Browse files
committed
Fix lint and add changeset
1 parent 53466fb commit afec1da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/calm-insects-flash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ const getPublicRPCEndpoint = (network: string) => {
525525
case 'corn-testnet':
526526
return 'https://testnet-rpc.usecorn.com';
527527
case 'botanix-testnet':
528-
return 'https://node.botanixlabs.dev';
528+
return 'https://node.botanixlabs.dev';
529529
default:
530530
throw new Error(`Unknown network: ${network}`);
531531
}

0 commit comments

Comments
 (0)