We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f99a8c commit 7f69fa7Copy full SHA for 7f69fa7
public/resource/chains.json
@@ -2,15 +2,15 @@
2
{
3
"name": "Testnet 4",
4
"chainId": "test4",
5
- "apiUrl": "https://test3.api.onbloc.xyz/v1",
+ "apiUrl": "https://test4.api.onbloc.xyz/v1",
6
"rpcUrl": "https://rpc.test4.gno.land:443",
7
- "indexerUrl": "https://test3.indexer.onbloc.xyz"
+ "indexerUrl": "https://test4.indexer-r1.onbloc.xyz"
8
},
9
10
"name": "Portal Loop",
11
"chainId": "portal-loop",
12
- "apiUrl": "",
+ "apiUrl": "https://api.onbloc.xyz/v1",
13
"rpcUrl": "https://rpc.gno.land:443",
14
- "indexerUrl": "https://indexer.onbloc.xyz"
+ "indexerUrl": "https://indexer-r1.onbloc.xyz"
15
}
16
]
0 commit comments