Skip to content

Commit 70ee3ca

Browse files
committed
add polygon zkevm to list of valid networks
1 parent 92e0f14 commit 70ee3ca

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.1.51",
3+
"version": "0.1.52",
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
@@ -27,6 +27,7 @@ const networks = new Set([
2727
'gnosis',
2828
'base-testnet',
2929
'zksync-era',
30+
'polygon-zkevm'
3031
])
3132

3233
function checkSchemaPresentAndValid(protocol, protocolData) {

0 commit comments

Comments
 (0)