Skip to content

Commit f922c8e

Browse files
committed
Fix lint and add changeset
1 parent dc0c108 commit f922c8e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/swift-bottles-trade.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+
Add new chains: `abstract-testnet`, `corn` and `corn-testnet`

packages/cli/src/command-helpers/abi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ const getPublicRPCEndpoint = (network: string) => {
514514
return 'https://api.testnet.abs.xyz';
515515
case 'corn':
516516
return 'https://maizenet-rpc.usecorn.com';
517-
case 'corn-testnet':
518-
return 'https://testnet-rpc.usecorn.com';
517+
case 'corn-testnet':
518+
return 'https://testnet-rpc.usecorn.com';
519519
default:
520520
throw new Error(`Unknown network: ${network}`);
521521
}

0 commit comments

Comments
 (0)