Skip to content

Commit 2be8bb3

Browse files
committedAug 13, 2024·
chore: update chain metadata (#119)
1 parent 7f69fa7 commit 2be8bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎public/resource/chains.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"chainId": "test4",
55
"apiUrl": "https://test4.api.onbloc.xyz/v1",
66
"rpcUrl": "https://rpc.test4.gno.land:443",
7-
"indexerUrl": "https://test4.indexer-r1.onbloc.xyz"
7+
"indexerUrl": "https://test4.indexer.onbloc.xyz"
88
},
99
{
1010
"name": "Portal Loop",
1111
"chainId": "portal-loop",
1212
"apiUrl": "https://api.onbloc.xyz/v1",
1313
"rpcUrl": "https://rpc.gno.land:443",
14-
"indexerUrl": "https://indexer-r1.onbloc.xyz"
14+
"indexerUrl": "https://indexer.onbloc.xyz"
1515
}
1616
]

0 commit comments

Comments
 (0)
Please sign in to comment.