Skip to content

Commit

Permalink
feat: add neon-mainnet, chainflip and dancebox
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Apr 2, 2024
1 parent 1951994 commit 8ccdbfc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,16 @@
}
]
},
{
"network": "neon-mainnet",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/neon-mainnet",
"release": "ArrowSquid"
}
]
},
{
"network": "neon-devnet",
"providers": [
Expand Down
30 changes: 30 additions & 0 deletions src/archives/substrate.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,21 @@
}
]
},
{
"network": "chainflip",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/chainflip",
"explorerUrl": "",
"release": "ArrowSquid",
"image": "",
"ingest": "",
"gateway": ""
}
],
"genesisHash": ""
},
{
"network": "clover",
"genesisHash": "0x5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267",
Expand Down Expand Up @@ -315,6 +330,21 @@
],
"genesisHash": ""
},
{
"network": "dancebox",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/dancebox",
"explorerUrl": "",
"release": "ArrowSquid",
"image": "",
"ingest": "",
"gateway": ""
}
],
"genesisHash": ""
},
{
"network": "crab",
"providers": [
Expand Down

0 comments on commit 8ccdbfc

Please sign in to comment.