|
26 | 26 | {
|
27 | 27 | "provider": "kjnodes",
|
28 | 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" |
29 | 37 | }
|
30 | 38 | ],
|
31 | 39 | "rest": [
|
|
52 | 60 | {
|
53 | 61 | "provider": "kjnodes",
|
54 | 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" |
55 | 71 | }
|
56 | 72 | ],
|
57 | 73 | "grpc": [
|
|
66 | 82 | {
|
67 | 83 | "provider": "Polkachu",
|
68 | 84 | "url": "https://sei-grpc.polkachu.com:11990"
|
| 85 | + }, |
| 86 | + { |
| 87 | + "provider": "Allnodes", |
| 88 | + "url": "https://sei-grpc.publicnode.com:443" |
69 | 89 | }
|
70 | 90 | ],
|
71 | 91 | "evm_rpc": [
|
|
80 | 100 | {
|
81 | 101 | "provider": "dRPC",
|
82 | 102 | "url": "https://sei.drpc.org"
|
83 |
| - } |
| 103 | + }, |
84 | 104 | ],
|
85 | 105 | "evm_ws": [
|
86 | 106 | {
|
|
94 | 114 | {
|
95 | 115 | "provider": "dRPC",
|
96 | 116 | "url": "wss://sei.drpc.org"
|
97 |
| - } |
| 117 | + }, |
98 | 118 | ],
|
99 | 119 | "explorers": [
|
100 | 120 | {
|
101 | 121 | "name": "Seitrace",
|
102 | 122 | "url": "https://seitrace.com/",
|
103 | 123 | "tx_page": "https://seitrace.com/tx/${txHash}?chain=pacific-1"
|
104 |
| - } |
| 124 | + }, |
| 125 | + { |
| 126 | + "name": "Seistream", |
| 127 | + "url": "https://seistream.app/", |
| 128 | + "tx_page": "https://seistream.app/${txHash}" |
| 129 | + }, |
105 | 130 | ]
|
106 | 131 | },
|
107 | 132 | "atlantic-2": {
|
|
166 | 191 | }
|
167 | 192 | ],
|
168 | 193 | "explorers": [
|
| 194 | + { |
| 195 | + "name": "Seitrace", |
| 196 | + "url": "https://seitrace.com/", |
| 197 | + "tx_page": "https://seitrace.com/tx/${txHash}?chain=atlantic-2" |
| 198 | + }, |
169 | 199 | {
|
170 | 200 | "name": "explorers-guru",
|
171 | 201 | "url": "https://sei.explorers.guru",
|
172 | 202 | "tx_page": "https://sei.explorers.guru/tx/${txHash}?chain=atlantic-2"
|
173 |
| - } |
| 203 | + }, |
| 204 | + { |
| 205 | + "name": "Seistream", |
| 206 | + "url": "https://testnet.seistream.app/", |
| 207 | + "tx_page": "https://testnet.seistream.app/${txHash}" |
| 208 | + }, |
174 | 209 | ],
|
175 | 210 | "faucets": [
|
176 | 211 | {
|
|
220 | 255 | {
|
221 | 256 | "provider": "Sei",
|
222 | 257 | "url": "https://evm-rpc.arctic-1.seinetwork.io/"
|
| 258 | + }, |
| 259 | + { |
| 260 | + "provider": "dRPC", |
| 261 | + "url": "https://sei-devnet.drpc.org" |
223 | 262 | }
|
224 | 263 | ],
|
225 | 264 | "evm_ws": [
|
|
230 | 269 | {
|
231 | 270 | "provider": "Sei",
|
232 | 271 | "url": "wss://evm-ws.arctic-1.seinetwork.io"
|
| 272 | + }, |
| 273 | + { |
| 274 | + "provider": "dRPC", |
| 275 | + "url": "wss://sei-devnet.drpc.org" |
233 | 276 | }
|
234 | 277 | ],
|
235 | 278 | "explorers": [
|
236 |
| - { |
| 279 | + { |
237 | 280 | "name": "Seistream",
|
238 |
| - "url": "https://seistream.app/", |
239 |
| - "tx_page": "https://seistream.app/transactions/${txHash}" |
| 281 | + "url": "https://devnet.seistream.app/", |
| 282 | + "tx_page": "https://devnet.seistream.app/${txHash}" |
240 | 283 | },
|
241 | 284 | {
|
242 | 285 | "name": "Seitrace",
|
243 | 286 | "url": "https://seitrace.com/",
|
244 | 287 | "tx_page": "https://seitrace.com/tx/${txHash}?chain=arctic-1"
|
245 |
| - } |
| 288 | + }, |
246 | 289 | ],
|
247 | 290 | "faucets": [
|
248 | 291 | {
|
|
0 commit comments