Skip to content

Commit c2d50b5

Browse files
committed
add new networks and increment version
1 parent 610407d commit c2d50b5

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.1.50",
3+
"version": "0.1.51",
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
@@ -25,6 +25,8 @@ const networks = new Set([
2525
'osmosis',
2626
'polygon',
2727
'gnosis',
28+
'base-testnet',
29+
'zksync-era',
2830
])
2931

3032
function checkSchemaPresentAndValid(protocol, protocolData) {

0 commit comments

Comments
 (0)