Skip to content

Commit 2ceb74a

Browse files
Add Indexer Docs for Five Chains (#108)
* Update arbitrum-sepolia.json Adding indexer docs * Update base-sepolia.json Adding indexer docs * Update iotex.json adding indexer docs * Update polygon-zkevm.json Adding indexer docs * Update ronin.json Adding indexer docs * Update sonic.json Adding indexer docs * Update zksync-era.json Adding indexer docs * chore: bump version from 0.6.59 to 0.6.61 --------- Co-authored-by: YaroShkvorets <[email protected]>
1 parent 842450e commit 2ceb74a

File tree

8 files changed

+43
-1
lines changed

8 files changed

+43
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.6.60",
2+
"version": "0.6.61",
33
"private": true,
44
"type": "module",
55
"scripts": {

registry/eip155/arbitrum-sepolia.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"issuanceRewards": true,
3232
"nativeToken": "ETH",
3333
"docsUrl": "https://docs.arbitrum.io",
34+
"indexerDocsUrls": [
35+
{
36+
"url": "https://docs.infradao.com/archive-nodes-101/arbitrum-sepolia",
37+
"description": "Archive Nodes 101"
38+
}
39+
],
3440
"genesis": {
3541
"hash": "0x77194da4010e549a7028a9c3c51c3e277823be6ac7d138d0bb8a70197b5c004c",
3642
"height": 0

registry/eip155/base-sepolia.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"issuanceRewards": true,
3333
"nativeToken": "ETH",
3434
"docsUrl": "https://docs.base.org",
35+
"indexerDocsUrls": [
36+
{
37+
"url": "https://docs.infradao.com/archive-nodes-101/base-sepolia",
38+
"description": "Archive Nodes 101"
39+
}
40+
],
3541
"genesis": {
3642
"hash": "0x0dcc9e089e30b90ddfc55be9a37dd15bc551aeee999d2e2b51414c54eaf934e4",
3743
"height": 0

registry/eip155/iotex.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"issuanceRewards": false,
1414
"nativeToken": "IOTX",
1515
"docsUrl": "https://docs.iotex.io",
16+
"indexerDocsUrls": [
17+
{
18+
"url": "https://docs.infradao.com/archive-nodes-101/iotex",
19+
"description": "Archive Nodes 101"
20+
}
21+
],
1622
"genesis": {
1723
"hash": "0xb337983730981c2d50f114eed5da9dd20b83c8c5e130beefdb3001dc858cfe8b",
1824
"height": 0

registry/eip155/polygon-zkevm.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
"issuanceRewards": true,
2929
"nativeToken": "ETH",
3030
"docsUrl": "https://docs.polygon.technology/zkEVM",
31+
"indexerDocsUrls": [
32+
{
33+
"url": "https://docs.infradao.com/archive-nodes-101/polygon-zkevm",
34+
"description": "Archive Nodes 101"
35+
}
36+
],
3137
"genesis": {
3238
"hash": "0x81005434635456a16f74ff7023fbe0bf423abbc8a8deb093ffff455c0ad3b741",
3339
"height": 0

registry/eip155/ronin.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"issuanceRewards": false,
2222
"nativeToken": "RON",
2323
"docsUrl": "https://docs.roninchain.com",
24+
"indexerDocsUrls": [
25+
{
26+
"url": "https://docs.infradao.com/archive-nodes-101/ronin",
27+
"description": "Archive Nodes 101"
28+
}
29+
],
2430
"genesis": {
2531
"hash": "0x6e675ee97607f4e695188786c3c1853fb1562f1c075629eb5dbcff269422a1a4",
2632
"height": 0

registry/eip155/sonic.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
"issuanceRewards": true,
2727
"nativeToken": "S",
2828
"docsUrl": "https://docs.soniclabs.com",
29+
"indexerDocsUrls": [
30+
{
31+
"url": "https://docs.infradao.com/archive-nodes-101/sonic",
32+
"description": "Archive Nodes 101"
33+
}
34+
],
2935
"genesis": {
3036
"hash": "0x411c75a1b1c2f2f458bcf243e7743d114e0117a4233cc13d91e7efc8fe8b0f3b",
3137
"height": 0

registry/eip155/zksync-era.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
"issuanceRewards": true,
3030
"nativeToken": "ETH",
3131
"docsUrl": "https://docs.zksync.io",
32+
"indexerDocsUrls": [
33+
{
34+
"url": "https://docs.infradao.com/archive-nodes-101/zksync-era",
35+
"description": "Archive Nodes 101"
36+
}
37+
],
3238
"genesis": {
3339
"hash": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c",
3440
"height": 0

0 commit comments

Comments
 (0)