Skip to content

Commit

Permalink
Fix lint and add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h committed Dec 3, 2024
1 parent 53466fb commit afec1da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/calm-insects-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/graph-cli': patch
---

Added rpc and api urls for botanix-testnet
2 changes: 1 addition & 1 deletion packages/cli/src/command-helpers/abi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ const getPublicRPCEndpoint = (network: string) => {
case 'corn-testnet':
return 'https://testnet-rpc.usecorn.com';
case 'botanix-testnet':
return 'https://node.botanixlabs.dev';
return 'https://node.botanixlabs.dev';
default:
throw new Error(`Unknown network: ${network}`);
}
Expand Down

0 comments on commit afec1da

Please sign in to comment.