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.
2 parents f3cd0a9 + c55837a commit 7beae8fCopy full SHA for 7beae8f
src/command-helpers/build/validateDeploymentJson.js
@@ -5,6 +5,7 @@
5
const networks = new Set([
6
'holesky',
7
'blast-testnet',
8
+ 'blast-mainnet',
9
'arweave-mainnet',
10
'harmony',
11
'cronos',
@@ -48,6 +49,9 @@ const networks = new Set([
48
49
'zksync-era-testnet',
50
'zksync-era-sepolia',
51
'sepolia',
52
+ 'linea',
53
+ 'linea-goerli',
54
+ 'linea-sepolia',
55
'polygon-zkevm-testnet',
56
'polygon-zkevm',
57
'near-mainnet',
@@ -61,6 +65,8 @@ const networks = new Set([
61
65
'uni-3',
62
66
'metis',
63
67
'scroll',
68
+ 'xlayer-mainnet',
69
+ 'xlayer-sepolia',
64
70
'unsupported',
71
])
72
0 commit comments