Skip to content

Commit

Permalink
fix: change vara-testnet endpoint, add new archives
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Dec 13, 2023
1 parent 341c48a commit 91c56c2
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/archives/substrate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,15 @@
"image": "subsquid/substrate-ingest:1",
"ingest": "subsquid/substrate-ingest:1",
"gateway": "subsquid/substrate-gateway:2"
},
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/vara",
"explorerUrl": "",
"release": "ArrowSquid",
"image": "",
"ingest": "",
"gateway": ""
}
]
},
Expand All @@ -1665,7 +1674,7 @@
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/polkadot",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/vara-testnet",
"explorerUrl": "",
"release": "ArrowSquid",
"image": "",
Expand Down Expand Up @@ -1719,6 +1728,21 @@
}
]
},
{
"network": "xsocial",
"genesisHash": "",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/xsocial",
"explorerUrl": "",
"release": "ArrowSquid",
"image": "",
"ingest": "",
"gateway": ""
}
]
},
{
"network": "zeitgeist",
"genesisHash": "0xb90cd3a37b4793c6494b78962986f4f6ed3ec2eda91a6b84fd8457d24f606b9c",
Expand Down

0 comments on commit 91c56c2

Please sign in to comment.