Skip to content

Commit 2907261

Browse files
authored
Merge pull request #24 from dhruv-chauhan/etherlink
add etherlink mainnet
2 parents c53396a + a56ea3d commit 2907261

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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.8",
3+
"version": "0.2.9",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const networks = new Set([
6868
'scroll',
6969
'xlayer-mainnet',
7070
'xlayer-sepolia',
71+
'etherlink-mainnet',
7172
'unsupported',
7273
])
7374

0 commit comments

Comments
 (0)