Skip to content

Commit b1c67fa

Browse files
Add Stingray, fix JSON error, add watchers.gurr explorer
1 parent 30a7844 commit b1c67fa

File tree

1 file changed

+62
-5
lines changed

1 file changed

+62
-5
lines changed

chains.json

+62-5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
{
7979
"provider": "Lavender.Five Nodes",
8080
"url": "https://sei-grpc.lavenderfive.com"
81+
},
82+
{
83+
"provider": "Stingray",
84+
"url": "https://grpc-sei.stingray.plus:443"
8185
},
8286
{
8387
"provider": "Polkachu",
@@ -97,6 +101,10 @@
97101
"provider": "Quiknode",
98102
"url": "https://black-dark-breeze.sei-pacific.quiknode.pro"
99103
},
104+
{
105+
"provider": "Stingray",
106+
"url": "https://evm-rpc-sei.stingray.plus"
107+
},
100108
{
101109
"provider": "dRPC",
102110
"url": "https://sei.drpc.org"
@@ -111,6 +119,10 @@
111119
"provider": "Quiknode",
112120
"url": "wss://black-dark-breeze.sei-pacific.quiknode.pro"
113121
},
122+
{
123+
"provider": "Stingray",
124+
"url": "wss://evm-ws-sei.stingray.plus"
125+
},
114126
{
115127
"provider": "dRPC",
116128
"url": "wss://sei.drpc.org"
@@ -127,6 +139,11 @@
127139
"url": "https://seistream.app/",
128140
"tx_page": "https://seistream.app/${txHash}"
129141
},
142+
{
143+
"name": "explorers-guru",
144+
"url": "https://sei.explorers.guru",
145+
"tx_page": "https://sei.explorers.guru/tx/${txHash}"
146+
}
130147
]
131148
},
132149
"atlantic-2": {
@@ -141,6 +158,10 @@
141158
"provider": "Polkachu",
142159
"url": "https://sei-testnet-rpc.polkachu.com"
143160
},
161+
{
162+
"provider": "Stingray",
163+
"url": "https://rpc-testnet-sei.stingray.plus"
164+
},
144165
{
145166
"provider": "Sei",
146167
"url": "https://rpc.atlantic-2.seinetwork.io"
@@ -155,6 +176,10 @@
155176
"provider": "Polkachu",
156177
"url": "https://sei-testnet-api.polkachu.com"
157178
},
179+
{
180+
"provider": "Stingray",
181+
"url": "https://api-testnet-sei.stingray.plus"
182+
},
158183
{
159184
"provider": "Sei",
160185
"url": "https://rest.atlantic-2.seinetwork.io"
@@ -165,6 +190,10 @@
165190
"provider": "Rhino",
166191
"url": "https://grpc-testnet.sei-apis.com"
167192
},
193+
{
194+
"provider": "Stingray",
195+
"url": "https://grpc-testnet-sei.stingray.plus:443"
196+
},
168197
{
169198
"provider": "Polkachu",
170199
"url": "http://sei-testnet-grpc.polkachu.com:11990"
@@ -175,7 +204,11 @@
175204
"provider": "Rhino",
176205
"url": "https://evm-rpc-testnet.sei-apis.com"
177206
},
178-
{
207+
{
208+
"provider": "Stingray",
209+
"url": "https://evm-rpc-testnet-sei.stingray.plus"
210+
},
211+
{
179212
"provider": "dRPC",
180213
"url": "https://sei-testnet.drpc.org"
181214
}
@@ -185,7 +218,11 @@
185218
"provider": "Rhino",
186219
"url": "wss://evm-ws-testnet.sei-apis.com"
187220
},
188-
{
221+
{
222+
"provider": "Stingray",
223+
"url": "wss://evm-ws-testnet-sei.stingray.plus"
224+
},
225+
{
189226
"provider": "dRPC",
190227
"url": "wss://sei-testnet.drpc.org"
191228
}
@@ -198,8 +235,8 @@
198235
},
199236
{
200237
"name": "explorers-guru",
201-
"url": "https://sei.explorers.guru",
202-
"tx_page": "https://sei.explorers.guru/tx/${txHash}?chain=atlantic-2"
238+
"url": "https://testnet.sei.explorers.guru",
239+
"tx_page": "https://testnet.sei.explorers.guru/tx/${txHash}"
203240
},
204241
{
205242
"name": "Seistream",
@@ -226,6 +263,10 @@
226263
"provider": "Rhino",
227264
"url": "https://rpc-arctic-1.sei-apis.com"
228265
},
266+
{
267+
"provider": "Stingray",
268+
"url": "https://rpc-devnet-sei.stingray.plus"
269+
},
229270
{
230271
"provider": "Sei",
231272
"url": "https://rpc.arctic-1.seinetwork.io/"
@@ -236,6 +277,10 @@
236277
"provider": "Rhino",
237278
"url": "https://rest-arctic-1.sei-apis.com"
238279
},
280+
{
281+
"provider": "Stingray",
282+
"url": "https://api-devnet-sei.stingray.plus"
283+
},
239284
{
240285
"provider": "Sei",
241286
"url": "https://rest.arctic-1.seinetwork.io/"
@@ -245,7 +290,11 @@
245290
{
246291
"provider": "Rhino",
247292
"url": "https://grpc-arctic-1.sei-apis.com"
248-
}
293+
},
294+
{
295+
"provider": "Stingray",
296+
"url": "https://grpc-devnet-sei.stingray.plus:443"
297+
},
249298
],
250299
"evm_rpc": [
251300
{
@@ -259,6 +308,10 @@
259308
{
260309
"provider": "dRPC",
261310
"url": "https://sei-devnet.drpc.org"
311+
},
312+
{
313+
"provider": "Stingray",
314+
"url": "https://evm-rpc-devnet-sei.stingray.plus"
262315
}
263316
],
264317
"evm_ws": [
@@ -273,6 +326,10 @@
273326
{
274327
"provider": "dRPC",
275328
"url": "wss://sei-devnet.drpc.org"
329+
},
330+
{
331+
"provider": "Stingray",
332+
"url": "wss://evm-ws-devnet-sei.stingray.plus"
276333
}
277334
],
278335
"explorers": [

0 commit comments

Comments
 (0)