Skip to content

Commit

Permalink
feat: add merlin testnet, turing avail and cyber mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed May 1, 2024
1 parent 1ee90a4 commit ce89c89
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,18 @@
}
]
},
{
"network": "cyber-mainnet",
"chainId": 7560,
"chainName": "Cyber Mainnet",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/cyber-mainnet",
"release": "ArrowSquid"
}
]
},
{
"chainId": 111557560,
"chainName": "Cyberconnect L2 Testnet",
Expand Down Expand Up @@ -420,6 +432,18 @@
}
]
},
{
"network": "merlin-testnet",
"chainId": 686868,
"chainName": "Merlin Testnet",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/merlin-testnet",
"release": "ArrowSquid"
}
]
},
{
"chainId": 1088,
"chainName": "Metis",
Expand Down
13 changes: 13 additions & 0 deletions src/archives/substrate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,19 @@
}
]
},
{
"network": "turing-avail",
"chainSS58Prefix": null,
"chainName": "Turing Avail",
"genesis_hash": "0xd3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/turing-avail",
"release": "ArrowSquid"
}
]
},
{
"chainName": "Vara",
"chainSS58Prefix": 137,
Expand Down

0 comments on commit ce89c89

Please sign in to comment.