Skip to content

Commit

Permalink
feat: add new networks
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Sep 25, 2024
1 parent 4b21c8a commit 1312d86
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1850,6 +1850,26 @@
}
]
},
{
"chainId": 810180,
"chainName": "zkLink Nova Mainnet",
"isTestnet": false,
"network": "zklink-nova-mainnet",
"providers": [
{
"data": [
"blocks",
"tx",
"logs",
"traces"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/zklink-nova-mainnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"chainId": 324,
"chainName": "zkSync",
Expand Down
20 changes: 20 additions & 0 deletions src/archives/substrate.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,26 @@
}
]
},
{
"chainName": "Enjin Relay",
"chainSS58Prefix": 2135,
"genesis_hash": "0xd8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9",
"isTestnet": false,
"network": "enjin-relay",
"providers": [
{
"data": [
"blocks",
"calls",
"events",
"extrinsics"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/enjin-relay",
"provider": "subsquid",
"release": "ArrowSquid"
}
]
},
{
"chainName": "Equilibrium",
"chainSS58Prefix": 68,
Expand Down

0 comments on commit 1312d86

Please sign in to comment.