Skip to content

Commit edd85cf

Browse files
Cleanup of chains.json (#74)
* Cleanup of chains, add new RPCs, remove old RPCs * Removed some non functioning RPCs * Added new functioning RPCs for all nets * Added some more block explorers * Update faucets
1 parent 8daf628 commit edd85cf

File tree

1 file changed

+172
-23
lines changed

1 file changed

+172
-23
lines changed

chains.json

+172-23
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@
1818
{
1919
"provider": "Brochain",
2020
"url": "https://sei-rpc.brocha.in"
21+
},
22+
{
23+
"provider": "Stingray",
24+
"url": "https://rpc-sei.stingray.plus"
25+
},
26+
{
27+
"provider": "kjnodes",
28+
"url": "https://sei.rpc.kjnodes.com"
29+
},
30+
{
31+
"provider": "Allnodes",
32+
"url": "https://sei-rpc.publicnode.com:443"
33+
},
34+
{
35+
"provider": "1RPC",
36+
"url": "https://1rpc.io/sei-rpc"
2137
}
2238
],
2339
"rest": [
@@ -36,6 +52,22 @@
3652
{
3753
"provider": "Brochain",
3854
"url": "https://sei-rest.brocha.in"
55+
},
56+
{
57+
"provider": "Stingray",
58+
"url": "https://api-sei.stingray.plus"
59+
},
60+
{
61+
"provider": "kjnodes",
62+
"url": "https://sei.api.kjnodes.com"
63+
},
64+
{
65+
"provider": "Allnodes",
66+
"url": "https://sei-rest.publicnode.com"
67+
},
68+
{
69+
"provider": "1RPC",
70+
"url": "https://1rpc.io/sei-lcd"
3971
}
4072
],
4173
"grpc": [
@@ -46,10 +78,18 @@
4678
{
4779
"provider": "Lavender.Five Nodes",
4880
"url": "https://sei-grpc.lavenderfive.com"
81+
},
82+
{
83+
"provider": "Stingray",
84+
"url": "https://grpc-sei.stingray.plus:443"
4985
},
5086
{
5187
"provider": "Polkachu",
5288
"url": "https://sei-grpc.polkachu.com:11990"
89+
},
90+
{
91+
"provider": "Allnodes",
92+
"url": "https://sei-grpc.publicnode.com:443"
5393
}
5494
],
5595
"evm_rpc": [
@@ -61,6 +101,10 @@
61101
"provider": "Quiknode",
62102
"url": "https://black-dark-breeze.sei-pacific.quiknode.pro"
63103
},
104+
{
105+
"provider": "Stingray",
106+
"url": "https://evm-rpc-sei.stingray.plus"
107+
},
64108
{
65109
"provider": "dRPC",
66110
"url": "https://sei.drpc.org"
@@ -75,12 +119,42 @@
75119
"provider": "Quiknode",
76120
"url": "wss://black-dark-breeze.sei-pacific.quiknode.pro"
77121
},
122+
{
123+
"provider": "Stingray",
124+
"url": "wss://evm-ws-sei.stingray.plus"
125+
},
78126
{
79127
"provider": "dRPC",
80128
"url": "wss://sei.drpc.org"
81129
}
82130
],
83-
"explorers": []
131+
"explorers": [
132+
{
133+
"name": "Seitrace",
134+
"url": "https://seitrace.com/",
135+
"tx_page": "https://seitrace.com/tx/${txHash}?chain=pacific-1"
136+
},
137+
{
138+
"name": "Seistream",
139+
"url": "https://seistream.app/",
140+
"tx_page": "https://seistream.app/${txHash}"
141+
},
142+
{
143+
"name": "explorers-guru",
144+
"url": "https://sei.explorers.guru",
145+
"tx_page": "https://sei.explorers.guru/tx/${txHash}"
146+
},
147+
{
148+
"name": "Seiscan",
149+
"url": "https://www.seiscan.app/pacific-1",
150+
"tx_page": "https://www.seiscan.app/pacific-1/txs/${txHash}"
151+
},
152+
{
153+
"name": "Mintscan",
154+
"url": "https://www.mintscan.io/sei",
155+
"tx_page": "https://www.mintscan.io/sei/tx/${txHash}"
156+
}
157+
]
84158
},
85159
"atlantic-2": {
86160
"chainId": "atlantic-2",
@@ -90,27 +164,35 @@
90164
"provider": "Rhino",
91165
"url": "https://rpc-testnet.sei-apis.com"
92166
},
93-
{
94-
"provider": "Lavender.Five Nodes",
95-
"url": "https://testnet-sei-rpc.lavenderfive.com"
96-
},
97167
{
98168
"provider": "Polkachu",
99169
"url": "https://sei-testnet-rpc.polkachu.com"
170+
},
171+
{
172+
"provider": "Stingray",
173+
"url": "https://rpc-testnet-sei.stingray.plus"
174+
},
175+
{
176+
"provider": "Sei",
177+
"url": "https://rpc.atlantic-2.seinetwork.io"
100178
}
101179
],
102180
"rest": [
103181
{
104182
"provider": "Rhino",
105183
"url": "https://rest-testnet.sei-apis.com"
106184
},
107-
{
108-
"provider": "Lavender.Five Nodes",
109-
"url": "https://testnet-sei-api.lavenderfive.com"
110-
},
111185
{
112186
"provider": "Polkachu",
113187
"url": "https://sei-testnet-api.polkachu.com"
188+
},
189+
{
190+
"provider": "Stingray",
191+
"url": "https://api-testnet-sei.stingray.plus"
192+
},
193+
{
194+
"provider": "Sei",
195+
"url": "https://rest.atlantic-2.seinetwork.io"
114196
}
115197
],
116198
"grpc": [
@@ -119,8 +201,8 @@
119201
"url": "https://grpc-testnet.sei-apis.com"
120202
},
121203
{
122-
"provider": "Lavender.Five Nodes",
123-
"url": "https://testnet-sei-grpc.lavenderfive.com"
204+
"provider": "Stingray",
205+
"url": "https://grpc-testnet-sei.stingray.plus:443"
124206
},
125207
{
126208
"provider": "Polkachu",
@@ -132,7 +214,11 @@
132214
"provider": "Rhino",
133215
"url": "https://evm-rpc-testnet.sei-apis.com"
134216
},
135-
{
217+
{
218+
"provider": "Stingray",
219+
"url": "https://evm-rpc-testnet-sei.stingray.plus"
220+
},
221+
{
136222
"provider": "dRPC",
137223
"url": "https://sei-testnet.drpc.org"
138224
}
@@ -142,21 +228,46 @@
142228
"provider": "Rhino",
143229
"url": "wss://evm-ws-testnet.sei-apis.com"
144230
},
145-
{
231+
{
232+
"provider": "Stingray",
233+
"url": "wss://evm-ws-testnet-sei.stingray.plus"
234+
},
235+
{
146236
"provider": "dRPC",
147237
"url": "wss://sei-testnet.drpc.org"
148238
}
149239
],
150240
"explorers": [
241+
{
242+
"name": "Seitrace",
243+
"url": "https://seitrace.com/",
244+
"tx_page": "https://seitrace.com/tx/${txHash}?chain=atlantic-2"
245+
},
151246
{
152247
"name": "explorers-guru",
153-
"url": "https://sei.explorers.guru",
154-
"tx_page": "https://sei.explorers.guru/tx/${txHash}"
248+
"url": "https://testnet.sei.explorers.guru",
249+
"tx_page": "https://testnet.sei.explorers.guru/tx/${txHash}"
250+
},
251+
{
252+
"name": "Seistream",
253+
"url": "https://testnet.seistream.app/",
254+
"tx_page": "https://testnet.seistream.app/${txHash}"
255+
},
256+
{
257+
"name": "Seiscan",
258+
"url": "https://www.seiscan.app/atlantic-2",
259+
"tx_page": "https://www.seiscan.app/atlantic-2/txs/${txHash}"
155260
}
156261
],
157262
"faucets": [
158-
{ "provider": "Sei App", "url": "https://atlantic-2.app.sei.io/faucet" },
159-
{ "provider": "FAUCETME", "url": "https://sei.faucetme.pro/" }
263+
{
264+
"provider": "Sei App",
265+
"url": "https://atlantic-2.app.sei.io/faucet"
266+
},
267+
{
268+
"provider": "FAUCETME",
269+
"url": "https://sei.faucetme.pro/"
270+
}
160271
]
161272
},
162273
"arctic-1": {
@@ -167,6 +278,10 @@
167278
"provider": "Rhino",
168279
"url": "https://rpc-arctic-1.sei-apis.com"
169280
},
281+
{
282+
"provider": "Stingray",
283+
"url": "https://rpc-devnet-sei.stingray.plus"
284+
},
170285
{
171286
"provider": "Sei",
172287
"url": "https://rpc.arctic-1.seinetwork.io/"
@@ -177,6 +292,10 @@
177292
"provider": "Rhino",
178293
"url": "https://rest-arctic-1.sei-apis.com"
179294
},
295+
{
296+
"provider": "Stingray",
297+
"url": "https://api-devnet-sei.stingray.plus"
298+
},
180299
{
181300
"provider": "Sei",
182301
"url": "https://rest.arctic-1.seinetwork.io/"
@@ -186,6 +305,10 @@
186305
{
187306
"provider": "Rhino",
188307
"url": "https://grpc-arctic-1.sei-apis.com"
308+
},
309+
{
310+
"provider": "Stingray",
311+
"url": "https://grpc-devnet-sei.stingray.plus:443"
189312
}
190313
],
191314
"evm_rpc": [
@@ -196,6 +319,14 @@
196319
{
197320
"provider": "Sei",
198321
"url": "https://evm-rpc.arctic-1.seinetwork.io/"
322+
},
323+
{
324+
"provider": "dRPC",
325+
"url": "https://sei-devnet.drpc.org"
326+
},
327+
{
328+
"provider": "Stingray",
329+
"url": "https://evm-rpc-devnet-sei.stingray.plus"
199330
}
200331
],
201332
"evm_ws": [
@@ -206,23 +337,41 @@
206337
{
207338
"provider": "Sei",
208339
"url": "wss://evm-ws.arctic-1.seinetwork.io"
340+
},
341+
{
342+
"provider": "dRPC",
343+
"url": "wss://sei-devnet.drpc.org"
344+
},
345+
{
346+
"provider": "Stingray",
347+
"url": "wss://evm-ws-devnet-sei.stingray.plus"
209348
}
210349
],
211350
"explorers": [
212-
{
351+
{
213352
"name": "Seistream",
214-
"url": "https://seistream.app/",
215-
"tx_page": "https://seistream.app/transactions/${txHash}"
353+
"url": "https://devnet.seistream.app/",
354+
"tx_page": "https://devnet.seistream.app/${txHash}"
216355
},
217356
{
218357
"name": "Seitrace",
219358
"url": "https://seitrace.com/",
220-
"tx_page": "https://seitrace.com/tx/${txHash}"
359+
"tx_page": "https://seitrace.com/tx/${txHash}?chain=arctic-1"
221360
}
222361
],
223362
"faucets": [
224-
{ "provider": "NIMA", "url": "https://sei-faucet.nima.enterprises/" },
225-
{ "provider": "FAUCETME", "url": "https://sei-evm.faucetme.pro/" }
363+
{
364+
"provider": "Sei App",
365+
"url": "https://arctic-1.app.sei.io/faucet/"
366+
},
367+
{
368+
"provider": "NIMA",
369+
"url": "https://sei-faucet.nima.enterprises/"
370+
},
371+
{
372+
"provider": "FAUCETME",
373+
"url": "https://sei-evm.faucetme.pro/"
374+
}
226375
]
227376
}
228377
}

0 commit comments

Comments
 (0)