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 dc0c108 commit f922c8eCopy full SHA for f922c8e
.changeset/swift-bottles-trade.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphprotocol/graph-cli': patch
3
4
+
5
+Add new chains: `abstract-testnet`, `corn` and `corn-testnet`
packages/cli/src/command-helpers/abi.ts
@@ -514,8 +514,8 @@ const getPublicRPCEndpoint = (network: string) => {
514
return 'https://api.testnet.abs.xyz';
515
case 'corn':
516
return 'https://maizenet-rpc.usecorn.com';
517
- case 'corn-testnet':
518
- return 'https://testnet-rpc.usecorn.com';
+ case 'corn-testnet':
+ return 'https://testnet-rpc.usecorn.com';
519
default:
520
throw new Error(`Unknown network: ${network}`);
521
}
0 commit comments