Skip to content

Commit 7beae8f

Browse files
authored
Merge pull request #21 from messari/dylan/add-networks
add new networks
2 parents f3cd0a9 + c55837a commit 7beae8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/command-helpers/build/validateDeploymentJson.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
const networks = new Set([
66
'holesky',
77
'blast-testnet',
8+
'blast-mainnet',
89
'arweave-mainnet',
910
'harmony',
1011
'cronos',
@@ -48,6 +49,9 @@ const networks = new Set([
4849
'zksync-era-testnet',
4950
'zksync-era-sepolia',
5051
'sepolia',
52+
'linea',
53+
'linea-goerli',
54+
'linea-sepolia',
5155
'polygon-zkevm-testnet',
5256
'polygon-zkevm',
5357
'near-mainnet',
@@ -61,6 +65,8 @@ const networks = new Set([
6165
'uni-3',
6266
'metis',
6367
'scroll',
68+
'xlayer-mainnet',
69+
'xlayer-sepolia',
6470
'unsupported',
6571
])
6672

0 commit comments

Comments
 (0)