Skip to content

Commit 42fbcdc

Browse files
authored
Merge pull request #16 from messari/steegecs/DAT-2090
DAT-2090; Add all new supported networks
2 parents bc35a62 + a38b13d commit 42fbcdc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "messari-subgraph-cli",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "A CLI for Messari Subgraph development.",
55
"types": "build/types/types.d.ts",
66
"bin": {

src/command-helpers/build/validateDeploymentJson.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/// //////////////////////////////////////
44

55
const networks = new Set([
6+
'holesky',
7+
'blast-testnet',
68
'arweave-mainnet',
79
'harmony',
810
'cronos',
@@ -33,13 +35,18 @@ const networks = new Set([
3335
'arbitrum',
3436
'arbitrum-one',
3537
'arbitrum-goerli',
38+
'arbitrum-sepolia',
3639
'optimism',
40+
'optimism-sepolia',
3741
'optimism-goerli',
3842
'aurora',
3943
'aurora-testnet',
4044
'base-testnet',
4145
'base',
46+
'base-sepolia',
4247
'zksync-era',
48+
'zksync-era-testnet',
49+
'zksync-era-sepolia',
4350
'sepolia',
4451
'polygon-zkevm-testnet',
4552
'polygon-zkevm',

0 commit comments

Comments
 (0)