Skip to content

Commit 1b2aec7

Browse files
Add additional RPC, REST, and gRPC providers (#7428)
* Add additional RPC, REST, and gRPC providers * remove white space --------- Co-authored-by: Syed Haziq <[email protected]>
1 parent b09941a commit 1b2aec7

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

paxi/chain.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
"id": "9e64baa45042ae29d999f2677084c9579972722c",
8383
"address": "139.99.69.74:26656",
8484
"provider": "Paxi Foundation"
85+
},
86+
{
87+
"id": "2ec06a24a4a9c434ad9d45d34870c8f4cbedaf23",
88+
"address": "rpc.paxi.indonode.net:33656",
89+
"provider": "Indonode"
8590
}
8691
]
8792
},
@@ -90,18 +95,30 @@
9095
{
9196
"address": "https://mainnet-rpc.paxinet.io",
9297
"provider": "Paxi Foundation"
98+
},
99+
{
100+
"address": "https://rpc.paxi.indonode.net",
101+
"provider": "Indonode"
93102
}
94103
],
95104
"rest": [
96105
{
97106
"address": "https://mainnet-lcd.paxinet.io",
98107
"provider": "Paxi Foundation"
108+
},
109+
{
110+
"address": "https://api.paxi.indonode.net",
111+
"provider": "Indonode"
99112
}
100113
],
101114
"grpc": [
102115
{
103116
"address": "mainnet-rpc.paxinet.io:443",
104117
"provider": "Paxi Foundation"
118+
},
119+
{
120+
"address": "grpc.paxi.indonode.net:443",
121+
"provider": "Indonode"
105122
}
106123
]
107124
},
@@ -111,6 +128,12 @@
111128
"url": "https://explorer.paxinet.io",
112129
"tx_page": "https://explorer.paxinet.io/tx/${txHash}",
113130
"account_page": "https://explorer.paxinet.io/address/${accountAddress}"
131+
},
132+
{
133+
"kind": "Indonode",
134+
"url": "https://explorer.indonode.net/paxi",
135+
"tx_page": "https://explorer.indonode.net/paxi/tx/${txHash}",
136+
"account_page": "https://explorer.indonode.net/paxi/address/${accountAddress}"
114137
}
115138
],
116139
"keywords": [
@@ -119,4 +142,4 @@
119142
"dex",
120143
"wasm"
121144
]
122-
}
145+
}

0 commit comments

Comments
 (0)