Skip to content

Commit f3cd0a9

Browse files
authored
Merge pull request #17 from dhruv-chauhan/add-network-scroll
add network - scroll
2 parents 42fbcdc + ea7a667 commit f3cd0a9

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.5",
3+
"version": "0.2.6",
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
@@ -60,6 +60,7 @@ const networks = new Set([
6060
'juno-1',
6161
'uni-3',
6262
'metis',
63+
'scroll',
6364
'unsupported',
6465
])
6566

0 commit comments

Comments
 (0)