Skip to content

Commit

Permalink
add missing indexer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Nov 14, 2024
1 parent 0a68ac4 commit 4803571
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.2",
"version": "0.5.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions registry/eip155/boba-bnb.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"issuanceRewards": true,
"nativeToken": "BOBA",
"docsUrl": "https://docs.boba.network",
"indexerDocsUrls": [
{
"url": "https://docs.infradao.com/archive-nodes-101/bobabnb",
"kind": "rpc"
}
],
"genesis": {
"hash": "0xf9aa25373a3cf1c3d3dcb1911093b56eb129221d203270bcdb002b3f01a120d9",
"height": 0
Expand Down
6 changes: 6 additions & 0 deletions registry/eip155/boba.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"issuanceRewards": true,
"nativeToken": "ETH",
"docsUrl": "https://docs.boba.network",
"indexerDocsUrls": [
{
"url": "https://docs.infradao.com/archive-nodes-101/boba",
"kind": "rpc"
}
],
"genesis": {
"hash": "0xdcd9e6a8f9973eaa62da2874959cb152faeb4fd6929177bd6335a1a16074ef9c",
"height": 0
Expand Down
6 changes: 6 additions & 0 deletions registry/eip155/zora.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"issuanceRewards": false,
"nativeToken": "ETH",
"docsUrl": "https://docs.zora.co",
"indexerDocsUrls": [
{
"url": "https://docs.infradao.com/archive-nodes-101/zora",
"kind": "rpc"
}
],
"genesis": {
"hash": "0x47555a45a1af8d4728ca337a1e48375a83919b1ea16591e070a07388b7364e29",
"height": 0
Expand Down
6 changes: 6 additions & 0 deletions registry/starknet/starknet-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"issuanceRewards": false,
"nativeToken": "ETH",
"docsUrl": "https://docs.starknet.io",
"indexerDocsUrls": [
{
"url": "https://docs.infradao.com/archive-nodes-101/starknet",
"kind": "firehose"
}
],
"genesis": {
"hash": "0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943",
"height": 0
Expand Down

0 comments on commit 4803571

Please sign in to comment.