Skip to content

Commit

Permalink
feat: add plume devnet and zkverify testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Sep 21, 2024
1 parent af3d617 commit ea61d26
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,27 @@
}
]
},
{
"chainId": null,
"chainName": "Plume Devnet",
"isTestnet": true,
"network": "plume-devnet",
"providers": [
{
"data": [
"blocks",
"tx",
"logs",
"traces",
"stateDiffs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/plume-devnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"chainId": 161221135,
"chainName": "Plume Testnet",
Expand Down
20 changes: 20 additions & 0 deletions src/archives/substrate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1606,6 +1606,26 @@
"supportTier": 2
}
]
},
{
"chainName": "zkVerify Testnet",
"chainSS58Prefix": null,
"genesis_hash": "",
"isTestnet": true,
"network": "zkverify-testnet",
"providers": [
{
"data": [
"blocks",
"calls",
"events",
"extrinsics"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/zkverify-testnet",
"provider": "subsquid",
"release": "ArrowSquid"
}
]
}
]
}

0 comments on commit ea61d26

Please sign in to comment.