Skip to content

Commit 857d681

Browse files
authored
Merge pull request #11 from messari/dylan-add-unsupported
Add `metis` as a network type
2 parents 31e7a03 + 7dba245 commit 857d681

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const networks = new Set([
5151
'osmo-test-4',
5252
'juno-1',
5353
'uni-3',
54+
'metis',
55+
'unsupported',
5456
])
5557

5658
function checkSchemaPresentAndValid(protocol, protocolData) {

0 commit comments

Comments
 (0)