Skip to content

Commit 10143a0

Browse files
committed
add unsupported as a network for networks not supported by the graph
1 parent 31e7a03 commit 10143a0

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.0",
3+
"version": "0.2.1",
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
@@ -51,6 +51,7 @@ const networks = new Set([
5151
'osmo-test-4',
5252
'juno-1',
5353
'uni-3',
54+
'unsupported',
5455
])
5556

5657
function checkSchemaPresentAndValid(protocol, protocolData) {

0 commit comments

Comments
 (0)