Skip to content

Commit 1d9194a

Browse files
Cleanup of chains, add new RPCs, remove old RPCs
Cleaning up: - Removed some non functioning RPCs - Added new functioning RPCs for all nets - Added some more block explorers
1 parent 8daf628 commit 1d9194a

File tree

1 file changed

+49
-19
lines changed

1 file changed

+49
-19
lines changed

chains.json

+49-19
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
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"
2129
}
2230
],
2331
"rest": [
@@ -36,6 +44,14 @@
3644
{
3745
"provider": "Brochain",
3846
"url": "https://sei-rest.brocha.in"
47+
},
48+
{
49+
"provider": "Stingray",
50+
"url": "https://api-sei.stingray.plus"
51+
},
52+
{
53+
"provider": "kjnodes",
54+
"url": "https://sei.api.kjnodes.com"
3955
}
4056
],
4157
"grpc": [
@@ -80,7 +96,13 @@
8096
"url": "wss://sei.drpc.org"
8197
}
8298
],
83-
"explorers": []
99+
"explorers": [
100+
{
101+
"name": "Seitrace",
102+
"url": "https://seitrace.com/",
103+
"tx_page": "https://seitrace.com/tx/${txHash}?chain=pacific-1"
104+
}
105+
]
84106
},
85107
"atlantic-2": {
86108
"chainId": "atlantic-2",
@@ -90,38 +112,34 @@
90112
"provider": "Rhino",
91113
"url": "https://rpc-testnet.sei-apis.com"
92114
},
93-
{
94-
"provider": "Lavender.Five Nodes",
95-
"url": "https://testnet-sei-rpc.lavenderfive.com"
96-
},
97115
{
98116
"provider": "Polkachu",
99117
"url": "https://sei-testnet-rpc.polkachu.com"
118+
},
119+
{
120+
"provider": "Sei",
121+
"url": "https://rpc.atlantic-2.seinetwork.io"
100122
}
101123
],
102124
"rest": [
103125
{
104126
"provider": "Rhino",
105127
"url": "https://rest-testnet.sei-apis.com"
106128
},
107-
{
108-
"provider": "Lavender.Five Nodes",
109-
"url": "https://testnet-sei-api.lavenderfive.com"
110-
},
111129
{
112130
"provider": "Polkachu",
113131
"url": "https://sei-testnet-api.polkachu.com"
132+
},
133+
{
134+
"provider": "Sei",
135+
"url": "https://rest.atlantic-2.seinetwork.io"
114136
}
115137
],
116138
"grpc": [
117139
{
118140
"provider": "Rhino",
119141
"url": "https://grpc-testnet.sei-apis.com"
120142
},
121-
{
122-
"provider": "Lavender.Five Nodes",
123-
"url": "https://testnet-sei-grpc.lavenderfive.com"
124-
},
125143
{
126144
"provider": "Polkachu",
127145
"url": "http://sei-testnet-grpc.polkachu.com:11990"
@@ -151,12 +169,18 @@
151169
{
152170
"name": "explorers-guru",
153171
"url": "https://sei.explorers.guru",
154-
"tx_page": "https://sei.explorers.guru/tx/${txHash}"
172+
"tx_page": "https://sei.explorers.guru/tx/${txHash}?chain=atlantic-2"
155173
}
156174
],
157175
"faucets": [
158-
{ "provider": "Sei App", "url": "https://atlantic-2.app.sei.io/faucet" },
159-
{ "provider": "FAUCETME", "url": "https://sei.faucetme.pro/" }
176+
{
177+
"provider": "Sei App",
178+
"url": "https://atlantic-2.app.sei.io/faucet"
179+
},
180+
{
181+
"provider": "FAUCETME",
182+
"url": "https://sei.faucetme.pro/"
183+
}
160184
]
161185
},
162186
"arctic-1": {
@@ -217,12 +241,18 @@
217241
{
218242
"name": "Seitrace",
219243
"url": "https://seitrace.com/",
220-
"tx_page": "https://seitrace.com/tx/${txHash}"
244+
"tx_page": "https://seitrace.com/tx/${txHash}?chain=arctic-1"
221245
}
222246
],
223247
"faucets": [
224-
{ "provider": "NIMA", "url": "https://sei-faucet.nima.enterprises/" },
225-
{ "provider": "FAUCETME", "url": "https://sei-evm.faucetme.pro/" }
248+
{
249+
"provider": "NIMA",
250+
"url": "https://sei-faucet.nima.enterprises/"
251+
},
252+
{
253+
"provider": "FAUCETME",
254+
"url": "https://sei-evm.faucetme.pro/"
255+
}
226256
]
227257
}
228258
}

0 commit comments

Comments
 (0)