@pioneer-platform/nodes 8.3.9 → 8.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/seeds.js +64 -64
- package/package.json +1 -1
package/lib/seeds.js
CHANGED
|
@@ -159,54 +159,54 @@ exports.blockbooks = [
|
|
|
159
159
|
service: "arb-blockbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
|
|
160
160
|
},
|
|
161
161
|
//SHAPESHIFT
|
|
162
|
-
{
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
},
|
|
162
|
+
// {
|
|
163
|
+
// symbol:"BASE",
|
|
164
|
+
// blockchain:"Base",
|
|
165
|
+
// caip:"eip155:8453/slip44:60",
|
|
166
|
+
// type:"blockbook",
|
|
167
|
+
// service:"https://indexer.base.shapeshift.com",
|
|
168
|
+
// websocket:"wss://indexer.base.shapeshift.com/websocket"
|
|
169
|
+
// },
|
|
170
|
+
// {
|
|
171
|
+
// symbol:"MATIC",
|
|
172
|
+
// blockchain:"polygon",
|
|
173
|
+
// caip:"eip155:137/slip44:60",
|
|
174
|
+
// type:"blockbook",
|
|
175
|
+
// service:"https://indexer.polygon.shapeshift.com",
|
|
176
|
+
// websocket:"wss://indexer.polygon.shapeshift.com/websocket"
|
|
177
|
+
// },
|
|
178
|
+
// {
|
|
179
|
+
// symbol:"ETH",
|
|
180
|
+
// blockchain:"optimism",
|
|
181
|
+
// caip:"eip155:10/slip44:60",
|
|
182
|
+
// type:"blockbook",
|
|
183
|
+
// service:"https://indexer.optimism.shapeshift.com",
|
|
184
|
+
// websocket:"wss://indexer.optimism.shapeshift.com/websocket"
|
|
185
|
+
// },
|
|
186
|
+
// {
|
|
187
|
+
// symbol:"LTC",
|
|
188
|
+
// blockchain:"litecoin",
|
|
189
|
+
// caip:"bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2",
|
|
190
|
+
// type:"blockbook",
|
|
191
|
+
// service:"https://indexer.litecoin.shapeshift.com",
|
|
192
|
+
// websocket:"wss://indexer.litecoin.shapeshift.com/websocket"
|
|
193
|
+
// },
|
|
194
|
+
// {
|
|
195
|
+
// symbol:"xDAI",
|
|
196
|
+
// blockchain:"gnosis",
|
|
197
|
+
// caip:"eip155:100/slip44:60",
|
|
198
|
+
// type:"blockbook",
|
|
199
|
+
// service:"https://indexer.gnosis.shapeshift.com",
|
|
200
|
+
// websocket:"wss://indexer.gnosis.shapeshift.com/websocket"
|
|
201
|
+
// },
|
|
202
|
+
// {
|
|
203
|
+
// symbol:"ETH",
|
|
204
|
+
// blockchain:"ethereum",
|
|
205
|
+
// caip:"eip155:1/slip44:60",
|
|
206
|
+
// type:"blockbook",
|
|
207
|
+
// service:"https://indexer.ethereum.shapeshift.com",
|
|
208
|
+
// websocket:"wss://indexer.ethereum.shapeshift.com/websocket"
|
|
209
|
+
// },
|
|
210
210
|
//NUKED
|
|
211
211
|
// {
|
|
212
212
|
// symbol:"DOGE",
|
|
@@ -216,14 +216,14 @@ exports.blockbooks = [
|
|
|
216
216
|
// service:"https://indexer.dogecoin.shapeshift.com",
|
|
217
217
|
// websocket:"wss://indexer.dogecoin.shapeshift.com/websocket"
|
|
218
218
|
// },
|
|
219
|
-
{
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
},
|
|
219
|
+
// {
|
|
220
|
+
// symbol:"BNB",
|
|
221
|
+
// blockchain:"bnbsmartchain",
|
|
222
|
+
// caip:"eip155:56/slip44:60",
|
|
223
|
+
// type:"blockbook",
|
|
224
|
+
// service:"https://indexer.bnbsmartchain.shapeshift.com",
|
|
225
|
+
// websocket:"wss://indexer.bnbsmartchain.shapeshift.com/websocket"
|
|
226
|
+
// },
|
|
227
227
|
// {
|
|
228
228
|
// symbol:"BCH",
|
|
229
229
|
// blockchain:"bitcoincash",
|
|
@@ -232,14 +232,14 @@ exports.blockbooks = [
|
|
|
232
232
|
// service:"https://indexer.bitcoincash.shapeshift.com",
|
|
233
233
|
// websocket:"wss://indexer.bitcoincash.shapeshift.com/websocket"
|
|
234
234
|
// },
|
|
235
|
-
{
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
},
|
|
235
|
+
// {
|
|
236
|
+
// symbol:"BTC",
|
|
237
|
+
// blockchain:"bitcoin",
|
|
238
|
+
// caip:"bip122:000000000019d6689c085ae165831e93/slip44:0",
|
|
239
|
+
// type:"blockbook",
|
|
240
|
+
// service:"https://indexer.bitcoin.shapeshift.com",
|
|
241
|
+
// websocket:"wss://indexer.bitcoin.shapeshift.com/websocket"
|
|
242
|
+
// },
|
|
243
243
|
// {
|
|
244
244
|
// symbol:"AVAX",
|
|
245
245
|
// blockchain:"avalanche",
|