chain-registry 1.69.179 → 1.69.181
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/esm/mainnet/agoric/chain.js +3 -3
- package/esm/mainnet/arkeo/chain.js +6 -0
- package/esm/mainnet/babylon/assets.js +388 -4
- package/esm/mainnet/babylon/chain.js +37 -2
- package/esm/mainnet/babylon/ibc.js +29 -0
- package/esm/mainnet/comdex/chain.js +0 -12
- package/esm/mainnet/cosmoshub/assets.js +331 -0
- package/esm/mainnet/cosmoshub/ibc.js +25 -0
- package/esm/mainnet/elys/chain.js +16 -8
- package/esm/mainnet/ethereum/assets.js +177 -0
- package/esm/mainnet/evmos/chain.js +0 -8
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/juno/chain.js +0 -8
- package/esm/mainnet/kujira/chain.js +0 -8
- package/esm/mainnet/lombardledger/assets.js +9 -1
- package/esm/mainnet/lombardledger/ibc.js +26 -0
- package/esm/mainnet/lombardledger/index.js +2 -0
- package/esm/mainnet/neutron/assets.js +26 -0
- package/esm/mainnet/neutron/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +1701 -1250
- package/esm/mainnet/pryzm/chain.js +6 -6
- package/mainnet/agoric/chain.js +3 -3
- package/mainnet/arkeo/chain.js +6 -0
- package/mainnet/babylon/assets.js +388 -4
- package/mainnet/babylon/chain.js +37 -2
- package/mainnet/babylon/ibc.js +29 -0
- package/mainnet/comdex/chain.js +0 -12
- package/mainnet/cosmoshub/assets.js +331 -0
- package/mainnet/cosmoshub/ibc.js +25 -0
- package/mainnet/elys/chain.js +16 -8
- package/mainnet/ethereum/assets.js +177 -0
- package/mainnet/evmos/chain.js +0 -8
- package/mainnet/ibc.js +2 -0
- package/mainnet/juno/chain.js +0 -8
- package/mainnet/kujira/chain.js +0 -8
- package/mainnet/lombardledger/assets.js +9 -1
- package/mainnet/lombardledger/ibc.d.ts +3 -0
- package/mainnet/lombardledger/ibc.js +28 -0
- package/mainnet/lombardledger/index.d.ts +1 -0
- package/mainnet/lombardledger/index.js +3 -1
- package/mainnet/neutron/assets.js +26 -0
- package/mainnet/neutron/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +1701 -1250
- package/mainnet/pryzm/chain.js +6 -6
- package/package.json +4 -4
|
@@ -164,6 +164,337 @@ const info = {
|
|
|
164
164
|
primary_color_hex: '#04fbfb'
|
|
165
165
|
}
|
|
166
166
|
}]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
description: 'Wrapped Bitcoin on the Cosmos Hub',
|
|
170
|
+
denom_units: [{
|
|
171
|
+
denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
172
|
+
exponent: 0
|
|
173
|
+
}, {
|
|
174
|
+
denom: 'wbtc',
|
|
175
|
+
exponent: 8
|
|
176
|
+
}],
|
|
177
|
+
type_asset: 'ics20',
|
|
178
|
+
base: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
179
|
+
name: 'Wrapped Bitcoin',
|
|
180
|
+
display: 'wbtc',
|
|
181
|
+
symbol: 'WBTC',
|
|
182
|
+
traces: [{
|
|
183
|
+
type: 'ibc-bridge',
|
|
184
|
+
counterparty: {
|
|
185
|
+
chain_name: 'ethereum',
|
|
186
|
+
base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599',
|
|
187
|
+
channel_id: 'cosmoshub-0'
|
|
188
|
+
},
|
|
189
|
+
chain: {
|
|
190
|
+
channel_id: '08-wasm-1369',
|
|
191
|
+
path: 'transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
192
|
+
},
|
|
193
|
+
provider: 'Eureka'
|
|
194
|
+
}],
|
|
195
|
+
images: [{
|
|
196
|
+
image_sync: {
|
|
197
|
+
chain_name: 'ethereum',
|
|
198
|
+
base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
199
|
+
},
|
|
200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg',
|
|
202
|
+
theme: {
|
|
203
|
+
primary_color_hex: '#f39444'
|
|
204
|
+
}
|
|
205
|
+
}],
|
|
206
|
+
logo_URIs: {
|
|
207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
description: 'Lombard Staked Bitcoin on the Cosmos Hub',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: 'ibc/DBD9E339E1B093A052D76BECFFDE8435EAC114CF2133346B4D691F3F2068C957',
|
|
215
|
+
exponent: 0
|
|
216
|
+
}, {
|
|
217
|
+
denom: 'lbtc',
|
|
218
|
+
exponent: 8
|
|
219
|
+
}],
|
|
220
|
+
type_asset: 'ics20',
|
|
221
|
+
base: 'ibc/DBD9E339E1B093A052D76BECFFDE8435EAC114CF2133346B4D691F3F2068C957',
|
|
222
|
+
name: 'Lombard Staked Bitcoin',
|
|
223
|
+
display: 'lbtc',
|
|
224
|
+
symbol: 'LBTC',
|
|
225
|
+
traces: [{
|
|
226
|
+
type: 'ibc',
|
|
227
|
+
counterparty: {
|
|
228
|
+
chain_name: 'lombardledger',
|
|
229
|
+
base_denom: 'uclbtc',
|
|
230
|
+
channel_id: 'channel-0'
|
|
231
|
+
},
|
|
232
|
+
chain: {
|
|
233
|
+
channel_id: 'channel-1340',
|
|
234
|
+
path: 'transfer/channel-1340/uclbtc'
|
|
235
|
+
}
|
|
236
|
+
}],
|
|
237
|
+
images: [{
|
|
238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
240
|
+
}],
|
|
241
|
+
logo_URIs: {
|
|
242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
244
|
+
},
|
|
245
|
+
coingecko_id: 'lombard-staked-btc'
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
description: 'SolvBTC on the Cosmos Hub',
|
|
249
|
+
denom_units: [{
|
|
250
|
+
denom: 'ibc/0C4417F123459B47B6933939BF6F128C362B0C1F9EDA6A6EBC08860E4672AF7E',
|
|
251
|
+
exponent: 0
|
|
252
|
+
}, {
|
|
253
|
+
denom: 'solvbtc',
|
|
254
|
+
exponent: 18
|
|
255
|
+
}],
|
|
256
|
+
type_asset: 'ics20',
|
|
257
|
+
base: 'ibc/0C4417F123459B47B6933939BF6F128C362B0C1F9EDA6A6EBC08860E4672AF7E',
|
|
258
|
+
name: 'SolvBTC',
|
|
259
|
+
display: 'solvbtc',
|
|
260
|
+
symbol: 'SolvBTC',
|
|
261
|
+
traces: [{
|
|
262
|
+
type: 'ibc-bridge',
|
|
263
|
+
counterparty: {
|
|
264
|
+
chain_name: 'ethereum',
|
|
265
|
+
base_denom: '0x7a56e1c57c7475ccf742a1832b028f0456652f97',
|
|
266
|
+
channel_id: 'cosmoshub-0'
|
|
267
|
+
},
|
|
268
|
+
chain: {
|
|
269
|
+
channel_id: '08-wasm-1369',
|
|
270
|
+
path: 'transfer/08-wasm-1369/0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
271
|
+
},
|
|
272
|
+
provider: 'Eureka'
|
|
273
|
+
}]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
description: 'SolvBTC.BBN on the Cosmos Hub',
|
|
277
|
+
denom_units: [{
|
|
278
|
+
denom: 'ibc/486D45458E018B59D1F23ADD116D21A881D8DA3BC348B9E0E22354CA031C977E',
|
|
279
|
+
exponent: 0
|
|
280
|
+
}, {
|
|
281
|
+
denom: 'xsolvbtc',
|
|
282
|
+
exponent: 18
|
|
283
|
+
}],
|
|
284
|
+
type_asset: 'ics20',
|
|
285
|
+
base: 'ibc/486D45458E018B59D1F23ADD116D21A881D8DA3BC348B9E0E22354CA031C977E',
|
|
286
|
+
name: 'xSolvBTC',
|
|
287
|
+
display: 'xsolvbtc',
|
|
288
|
+
symbol: 'xSolvBTC',
|
|
289
|
+
traces: [{
|
|
290
|
+
type: 'ibc-bridge',
|
|
291
|
+
counterparty: {
|
|
292
|
+
chain_name: 'ethereum',
|
|
293
|
+
base_denom: '0xd9d920aa40f578ab794426f5c90f6c731d159def',
|
|
294
|
+
channel_id: 'cosmoshub-0'
|
|
295
|
+
},
|
|
296
|
+
chain: {
|
|
297
|
+
channel_id: '08-wasm-1369',
|
|
298
|
+
path: 'transfer/08-wasm-1369/0xd9d920aa40f578ab794426f5c90f6c731d159def'
|
|
299
|
+
},
|
|
300
|
+
provider: 'Eureka'
|
|
301
|
+
}]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
description: 'PumpBTC on the Cosmos Hub',
|
|
305
|
+
denom_units: [{
|
|
306
|
+
denom: 'ibc/9DA8B22BC0E6D76C2D621EF008168BC163B09A517697B14B68DE75382043152E',
|
|
307
|
+
exponent: 0
|
|
308
|
+
}, {
|
|
309
|
+
denom: 'pumpbtc',
|
|
310
|
+
exponent: 8
|
|
311
|
+
}],
|
|
312
|
+
type_asset: 'ics20',
|
|
313
|
+
base: 'ibc/9DA8B22BC0E6D76C2D621EF008168BC163B09A517697B14B68DE75382043152E',
|
|
314
|
+
name: 'pumpBTC',
|
|
315
|
+
display: 'pumpbtc',
|
|
316
|
+
symbol: 'pumpBTC',
|
|
317
|
+
traces: [{
|
|
318
|
+
type: 'ibc-bridge',
|
|
319
|
+
counterparty: {
|
|
320
|
+
chain_name: 'ethereum',
|
|
321
|
+
base_denom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e',
|
|
322
|
+
channel_id: 'cosmoshub-0'
|
|
323
|
+
},
|
|
324
|
+
chain: {
|
|
325
|
+
channel_id: '08-wasm-1369',
|
|
326
|
+
path: 'transfer/08-wasm-1369/0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
327
|
+
},
|
|
328
|
+
provider: 'Eureka'
|
|
329
|
+
}]
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
description: 'UniBTC on the Cosmos Hub',
|
|
333
|
+
denom_units: [{
|
|
334
|
+
denom: 'ibc/9EE1F80BA2AE01138A40D656BBB42D11B1720000D6F64FC5988E412B6EDB4F71',
|
|
335
|
+
exponent: 0
|
|
336
|
+
}, {
|
|
337
|
+
denom: 'unibtc',
|
|
338
|
+
exponent: 8
|
|
339
|
+
}],
|
|
340
|
+
type_asset: 'ics20',
|
|
341
|
+
base: 'ibc/9EE1F80BA2AE01138A40D656BBB42D11B1720000D6F64FC5988E412B6EDB4F71',
|
|
342
|
+
name: 'UniBTC',
|
|
343
|
+
display: 'unibtc',
|
|
344
|
+
symbol: 'uniBTC',
|
|
345
|
+
traces: [{
|
|
346
|
+
type: 'ibc-bridge',
|
|
347
|
+
counterparty: {
|
|
348
|
+
chain_name: 'ethereum',
|
|
349
|
+
base_denom: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568',
|
|
350
|
+
channel_id: 'cosmoshub-0'
|
|
351
|
+
},
|
|
352
|
+
chain: {
|
|
353
|
+
channel_id: '08-wasm-1369',
|
|
354
|
+
path: 'transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
355
|
+
},
|
|
356
|
+
provider: 'Eureka'
|
|
357
|
+
}]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
description: 'stBTC on the Cosmos Hub',
|
|
361
|
+
denom_units: [{
|
|
362
|
+
denom: 'ibc/286A30F7F093357CE113A2E3B9A2E497F7A691CAFC624ABC615DE147DCE9FD17',
|
|
363
|
+
exponent: 0
|
|
364
|
+
}, {
|
|
365
|
+
denom: 'stbtc',
|
|
366
|
+
exponent: 18
|
|
367
|
+
}],
|
|
368
|
+
type_asset: 'ics20',
|
|
369
|
+
base: 'ibc/286A30F7F093357CE113A2E3B9A2E497F7A691CAFC624ABC615DE147DCE9FD17',
|
|
370
|
+
name: 'stBTC',
|
|
371
|
+
display: 'stbtc',
|
|
372
|
+
symbol: 'stBTC',
|
|
373
|
+
traces: [{
|
|
374
|
+
type: 'ibc-bridge',
|
|
375
|
+
counterparty: {
|
|
376
|
+
chain_name: 'ethereum',
|
|
377
|
+
base_denom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3',
|
|
378
|
+
channel_id: 'cosmoshub-0'
|
|
379
|
+
},
|
|
380
|
+
chain: {
|
|
381
|
+
channel_id: '08-wasm-1369',
|
|
382
|
+
path: 'transfer/08-wasm-1369/0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
383
|
+
},
|
|
384
|
+
provider: 'Eureka'
|
|
385
|
+
}]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
description: 'mBTC on the Cosmos Hub',
|
|
389
|
+
denom_units: [{
|
|
390
|
+
denom: 'ibc/6583B66D1450B5A0E997C85A4048749ADCBD745562D62F3CC1CEE5D41B5814D1',
|
|
391
|
+
exponent: 0
|
|
392
|
+
}, {
|
|
393
|
+
denom: 'mbtc',
|
|
394
|
+
exponent: 8
|
|
395
|
+
}],
|
|
396
|
+
type_asset: 'ics20',
|
|
397
|
+
base: 'ibc/6583B66D1450B5A0E997C85A4048749ADCBD745562D62F3CC1CEE5D41B5814D1',
|
|
398
|
+
name: 'mBTC',
|
|
399
|
+
display: 'mbtc',
|
|
400
|
+
symbol: 'mBTC',
|
|
401
|
+
traces: [{
|
|
402
|
+
type: 'ibc-bridge',
|
|
403
|
+
counterparty: {
|
|
404
|
+
chain_name: 'ethereum',
|
|
405
|
+
base_denom: '0xbdf245957992bfbc62b07e344128a1eec7b7ee3f',
|
|
406
|
+
channel_id: 'cosmoshub-0'
|
|
407
|
+
},
|
|
408
|
+
chain: {
|
|
409
|
+
channel_id: '08-wasm-1369',
|
|
410
|
+
path: 'transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
411
|
+
},
|
|
412
|
+
provider: 'Eureka'
|
|
413
|
+
}]
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
description: 'kBTC on the Cosmos Hub',
|
|
417
|
+
denom_units: [{
|
|
418
|
+
denom: 'ibc/AE65FB498AFB35CC06301BEE6EA8063DC41CE04D80A8D167258B73D7A863DA8D',
|
|
419
|
+
exponent: 0
|
|
420
|
+
}, {
|
|
421
|
+
denom: 'kbtc',
|
|
422
|
+
exponent: 18
|
|
423
|
+
}],
|
|
424
|
+
type_asset: 'ics20',
|
|
425
|
+
base: 'ibc/AE65FB498AFB35CC06301BEE6EA8063DC41CE04D80A8D167258B73D7A863DA8D',
|
|
426
|
+
name: 'kBTC',
|
|
427
|
+
display: 'kbtc',
|
|
428
|
+
symbol: 'kBTC',
|
|
429
|
+
traces: [{
|
|
430
|
+
type: 'ibc-bridge',
|
|
431
|
+
counterparty: {
|
|
432
|
+
chain_name: 'ethereum',
|
|
433
|
+
base_denom: '0x9356f6d95b8e109f4b7ce3e49d672967d3b48383',
|
|
434
|
+
channel_id: 'cosmoshub-0'
|
|
435
|
+
},
|
|
436
|
+
chain: {
|
|
437
|
+
channel_id: '08-wasm-1369',
|
|
438
|
+
path: 'transfer/08-wasm-1369/0x9356f6d95b8e109f4b7ce3e49d672967d3b48383'
|
|
439
|
+
},
|
|
440
|
+
provider: 'Eureka'
|
|
441
|
+
}]
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
description: 'eBTC on the Cosmos Hub',
|
|
445
|
+
denom_units: [{
|
|
446
|
+
denom: 'ibc/6F8F0E9D472BF053261F2DEBE521801B703372777F3923B48DAE55D4F1212B5F',
|
|
447
|
+
exponent: 0
|
|
448
|
+
}, {
|
|
449
|
+
denom: 'ebtc',
|
|
450
|
+
exponent: 8
|
|
451
|
+
}],
|
|
452
|
+
type_asset: 'ics20',
|
|
453
|
+
base: 'ibc/6F8F0E9D472BF053261F2DEBE521801B703372777F3923B48DAE55D4F1212B5F',
|
|
454
|
+
name: 'eBTC',
|
|
455
|
+
display: 'ebtc',
|
|
456
|
+
symbol: 'eBTC',
|
|
457
|
+
traces: [{
|
|
458
|
+
type: 'ibc-bridge',
|
|
459
|
+
counterparty: {
|
|
460
|
+
chain_name: 'ethereum',
|
|
461
|
+
base_denom: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642',
|
|
462
|
+
channel_id: 'cosmoshub-0'
|
|
463
|
+
},
|
|
464
|
+
chain: {
|
|
465
|
+
channel_id: '08-wasm-1369',
|
|
466
|
+
path: 'transfer/08-wasm-1369/0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
467
|
+
},
|
|
468
|
+
provider: 'Eureka'
|
|
469
|
+
}]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
description: 'enzoBTC on the Cosmos Hub',
|
|
473
|
+
denom_units: [{
|
|
474
|
+
denom: 'ibc/9CB24EF57DF00EFFCE3B52FC1225EDEDF98B31DB8C792B43C7E3D4AD9B3982CF',
|
|
475
|
+
exponent: 0
|
|
476
|
+
}, {
|
|
477
|
+
denom: 'enzobtc',
|
|
478
|
+
exponent: 8
|
|
479
|
+
}],
|
|
480
|
+
type_asset: 'ics20',
|
|
481
|
+
base: 'ibc/9CB24EF57DF00EFFCE3B52FC1225EDEDF98B31DB8C792B43C7E3D4AD9B3982CF',
|
|
482
|
+
name: 'enzoBTC',
|
|
483
|
+
display: 'enzobtc',
|
|
484
|
+
symbol: 'enzoBTC',
|
|
485
|
+
traces: [{
|
|
486
|
+
type: 'ibc-bridge',
|
|
487
|
+
counterparty: {
|
|
488
|
+
chain_name: 'ethereum',
|
|
489
|
+
base_denom: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
490
|
+
channel_id: 'cosmoshub-0'
|
|
491
|
+
},
|
|
492
|
+
chain: {
|
|
493
|
+
channel_id: '08-wasm-1369',
|
|
494
|
+
path: 'transfer/08-wasm-1369/0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a'
|
|
495
|
+
},
|
|
496
|
+
provider: 'Eureka'
|
|
497
|
+
}]
|
|
167
498
|
}
|
|
168
499
|
]
|
|
169
500
|
};
|
package/mainnet/cosmoshub/ibc.js
CHANGED
|
@@ -1104,6 +1104,31 @@ const info = [
|
|
|
1104
1104
|
tags: {}
|
|
1105
1105
|
}]
|
|
1106
1106
|
},
|
|
1107
|
+
{
|
|
1108
|
+
$schema: '../ibc_data.schema.json',
|
|
1109
|
+
chain_1: {
|
|
1110
|
+
chain_name: 'cosmoshub',
|
|
1111
|
+
client_id: '07-tendermint-1380',
|
|
1112
|
+
connection_id: 'connection-1103'
|
|
1113
|
+
},
|
|
1114
|
+
chain_2: {
|
|
1115
|
+
chain_name: 'lombardledger',
|
|
1116
|
+
client_id: '07-tendermint-1',
|
|
1117
|
+
connection_id: 'connection-0'
|
|
1118
|
+
},
|
|
1119
|
+
channels: [{
|
|
1120
|
+
chain_1: {
|
|
1121
|
+
channel_id: 'channel-1340',
|
|
1122
|
+
port_id: 'transfer'
|
|
1123
|
+
},
|
|
1124
|
+
chain_2: {
|
|
1125
|
+
channel_id: 'channel-0',
|
|
1126
|
+
port_id: 'transfer'
|
|
1127
|
+
},
|
|
1128
|
+
ordering: 'unordered',
|
|
1129
|
+
version: 'ics20-1'
|
|
1130
|
+
}]
|
|
1131
|
+
},
|
|
1107
1132
|
{
|
|
1108
1133
|
$schema: '../ibc_data.schema.json',
|
|
1109
1134
|
chain_1: {
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -87,10 +87,6 @@ const info = {
|
|
|
87
87
|
address: 'https://elys-rpc.publicnode.com:443',
|
|
88
88
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://elys.rpc.vnodesv.net:443',
|
|
92
|
-
provider: 'vNodes[V] [S]er|V|ice[S]'
|
|
93
|
-
},
|
|
94
90
|
{
|
|
95
91
|
address: 'https://elys-mainnet-rpc.itrocket.net:443',
|
|
96
92
|
provider: 'itrocket'
|
|
@@ -146,6 +142,14 @@ const info = {
|
|
|
146
142
|
{
|
|
147
143
|
address: 'https://elys-rpc.node39.top:443',
|
|
148
144
|
provider: 'Node39'
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
address: 'https://elys.rpc.vnodesv.net:443',
|
|
148
|
+
provider: 'vNodes[V] [MTL Canada] Ser[V]ices'
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
address: 'https://elys.rpc.fr.vnodesv.net:443',
|
|
152
|
+
provider: 'vNodes[V] [RBX France] Ser[V]ices'
|
|
149
153
|
}
|
|
150
154
|
],
|
|
151
155
|
rest: [
|
|
@@ -161,10 +165,6 @@ const info = {
|
|
|
161
165
|
address: 'https://elys-rest.publicnode.com',
|
|
162
166
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
163
167
|
},
|
|
164
|
-
{
|
|
165
|
-
address: 'https://elys.rest.vnodesv.net:443',
|
|
166
|
-
provider: 'vNodes[V] [S]er|V|ice[S]'
|
|
167
|
-
},
|
|
168
168
|
{
|
|
169
169
|
address: 'https://elys-mainnet-api.itrocket.net',
|
|
170
170
|
provider: 'itrocket'
|
|
@@ -220,6 +220,14 @@ const info = {
|
|
|
220
220
|
{
|
|
221
221
|
address: 'https://elys-api.node39.top:443',
|
|
222
222
|
provider: 'Node39'
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
address: 'https://elys.rest.vnodesv.net:443',
|
|
226
|
+
provider: 'vNodes[V] [MTL Canada] Ser[V]ices'
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
address: 'https://elys.rest.fr.vnodesv.net:443',
|
|
230
|
+
provider: 'vNodes[V] [RBX France] Ser[V]ices'
|
|
223
231
|
}
|
|
224
232
|
],
|
|
225
233
|
grpc: [
|
|
@@ -1618,6 +1618,183 @@ const info = {
|
|
|
1618
1618
|
website: 'https://www.movementnetwork.xyz/',
|
|
1619
1619
|
twitter: 'https://twitter.com/movementfdn'
|
|
1620
1620
|
}
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
type_asset: 'erc20',
|
|
1624
|
+
address: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642',
|
|
1625
|
+
denom_units: [{
|
|
1626
|
+
denom: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642',
|
|
1627
|
+
exponent: 0
|
|
1628
|
+
}, {
|
|
1629
|
+
denom: 'ebtc',
|
|
1630
|
+
exponent: 8
|
|
1631
|
+
}],
|
|
1632
|
+
base: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642',
|
|
1633
|
+
name: 'ether.fi BTC',
|
|
1634
|
+
display: 'ebtc',
|
|
1635
|
+
symbol: 'eBTC',
|
|
1636
|
+
logo_URIs: {
|
|
1637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
1638
|
+
},
|
|
1639
|
+
coingecko_id: 'ether-fi-staked-btc'
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
type_asset: 'erc20',
|
|
1643
|
+
address: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3',
|
|
1644
|
+
denom_units: [{
|
|
1645
|
+
denom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3',
|
|
1646
|
+
exponent: 0
|
|
1647
|
+
}, {
|
|
1648
|
+
denom: 'stbtc',
|
|
1649
|
+
exponent: 18
|
|
1650
|
+
}],
|
|
1651
|
+
base: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3',
|
|
1652
|
+
name: 'Lorenzo stBTC',
|
|
1653
|
+
display: 'stbtc',
|
|
1654
|
+
symbol: 'stBTC',
|
|
1655
|
+
logo_URIs: {
|
|
1656
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
1657
|
+
},
|
|
1658
|
+
coingecko_id: 'lorenzo-stbtc'
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
type_asset: 'erc20',
|
|
1662
|
+
address: '0x9356f6d95b8e109f4b7ce3e49d672967d3b48383',
|
|
1663
|
+
denom_units: [{
|
|
1664
|
+
denom: '0x9356f6d95b8e109f4b7ce3e49d672967d3b48383',
|
|
1665
|
+
exponent: 0
|
|
1666
|
+
}, {
|
|
1667
|
+
denom: 'kbtc',
|
|
1668
|
+
exponent: 18
|
|
1669
|
+
}],
|
|
1670
|
+
base: '0x9356f6d95b8e109f4b7ce3e49d672967d3b48383',
|
|
1671
|
+
name: 'Kinza Babylon Staked BTC',
|
|
1672
|
+
display: 'kbtc',
|
|
1673
|
+
symbol: 'kBTC',
|
|
1674
|
+
logo_URIs: {
|
|
1675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
1676
|
+
},
|
|
1677
|
+
coingecko_id: 'kintsugi-btc'
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
type_asset: 'erc20',
|
|
1681
|
+
address: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568',
|
|
1682
|
+
denom_units: [{
|
|
1683
|
+
denom: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568',
|
|
1684
|
+
exponent: 0
|
|
1685
|
+
}, {
|
|
1686
|
+
denom: 'unibtc',
|
|
1687
|
+
exponent: 8
|
|
1688
|
+
}],
|
|
1689
|
+
base: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568',
|
|
1690
|
+
name: 'uniBTC',
|
|
1691
|
+
display: 'unibtc',
|
|
1692
|
+
symbol: 'uniBTC',
|
|
1693
|
+
logo_URIs: {
|
|
1694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png'
|
|
1695
|
+
},
|
|
1696
|
+
coingecko_id: 'universal-btc'
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
type_asset: 'erc20',
|
|
1700
|
+
address: '0xbdf245957992bfbc62b07e344128a1eec7b7ee3f',
|
|
1701
|
+
denom_units: [{
|
|
1702
|
+
denom: '0xbdf245957992bfbc62b07e344128a1eec7b7ee3f',
|
|
1703
|
+
exponent: 0
|
|
1704
|
+
}, {
|
|
1705
|
+
denom: 'mbtc',
|
|
1706
|
+
exponent: 8
|
|
1707
|
+
}],
|
|
1708
|
+
base: '0xbdf245957992bfbc62b07e344128a1eec7b7ee3f',
|
|
1709
|
+
name: 'mBTC',
|
|
1710
|
+
display: 'mbtc',
|
|
1711
|
+
symbol: 'mBTC',
|
|
1712
|
+
logo_URIs: {
|
|
1713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
|
|
1714
|
+
},
|
|
1715
|
+
coingecko_id: 'babypie-wrapped-btc'
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
type_asset: 'erc20',
|
|
1719
|
+
address: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e',
|
|
1720
|
+
denom_units: [{
|
|
1721
|
+
denom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e',
|
|
1722
|
+
exponent: 0
|
|
1723
|
+
}, {
|
|
1724
|
+
denom: 'pumpbtc',
|
|
1725
|
+
exponent: 8
|
|
1726
|
+
}],
|
|
1727
|
+
base: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e',
|
|
1728
|
+
name: 'pumpBTC',
|
|
1729
|
+
display: 'pumpbtc',
|
|
1730
|
+
symbol: 'pumpBTC',
|
|
1731
|
+
logo_URIs: {
|
|
1732
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1733
|
+
},
|
|
1734
|
+
coingecko_id: 'pumpbtc'
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
type_asset: 'erc20',
|
|
1738
|
+
address: '0x7a56e1c57c7475ccf742a1832b028f0456652f97',
|
|
1739
|
+
denom_units: [{
|
|
1740
|
+
denom: '0x7a56e1c57c7475ccf742a1832b028f0456652f97',
|
|
1741
|
+
exponent: 0
|
|
1742
|
+
}, {
|
|
1743
|
+
denom: 'solvbtc',
|
|
1744
|
+
exponent: 18
|
|
1745
|
+
}],
|
|
1746
|
+
base: '0x7a56e1c57c7475ccf742a1832b028f0456652f97',
|
|
1747
|
+
name: 'SolvBTC',
|
|
1748
|
+
display: 'solvbtc',
|
|
1749
|
+
symbol: 'solvBTC',
|
|
1750
|
+
traces: [{
|
|
1751
|
+
type: 'liquid-stake',
|
|
1752
|
+
counterparty: {
|
|
1753
|
+
chain_name: 'bitcoin',
|
|
1754
|
+
base_denom: 'sat'
|
|
1755
|
+
},
|
|
1756
|
+
provider: 'Solv Protocol'
|
|
1757
|
+
}],
|
|
1758
|
+
logo_URIs: {
|
|
1759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg',
|
|
1760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
|
|
1761
|
+
},
|
|
1762
|
+
coingecko_id: 'solv-btc'
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
type_asset: 'erc20',
|
|
1766
|
+
address: '0xd9d920aa40f578ab794426f5c90f6c731d159def',
|
|
1767
|
+
denom_units: [{
|
|
1768
|
+
denom: '0xd9d920aa40f578ab794426f5c90f6c731d159def',
|
|
1769
|
+
exponent: 0
|
|
1770
|
+
}, {
|
|
1771
|
+
denom: 'xsolvbtc',
|
|
1772
|
+
exponent: 18
|
|
1773
|
+
}],
|
|
1774
|
+
base: '0xd9d920aa40f578ab794426f5c90f6c731d159def',
|
|
1775
|
+
name: 'xSolvBTC',
|
|
1776
|
+
display: 'xsolvbtc',
|
|
1777
|
+
symbol: 'xsolvBTC',
|
|
1778
|
+
logo_URIs: {
|
|
1779
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
1780
|
+
},
|
|
1781
|
+
coingecko_id: 'solv-protocol-solvbtc-bbn'
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
type_asset: 'erc20',
|
|
1785
|
+
address: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
1786
|
+
denom_units: [{
|
|
1787
|
+
denom: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
1788
|
+
exponent: 0
|
|
1789
|
+
}, {
|
|
1790
|
+
denom: 'enzobtc',
|
|
1791
|
+
exponent: 8
|
|
1792
|
+
}],
|
|
1793
|
+
base: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
1794
|
+
name: 'enzoBTC',
|
|
1795
|
+
display: 'enzobtc',
|
|
1796
|
+
symbol: 'enzoBTC',
|
|
1797
|
+
coingecko_id: 'lorenzo-wrapped-bitcoin'
|
|
1621
1798
|
}
|
|
1622
1799
|
]
|
|
1623
1800
|
};
|
package/mainnet/evmos/chain.js
CHANGED
|
@@ -81,10 +81,6 @@ const info = {
|
|
|
81
81
|
address: 'https://rpc.evmos.testnet.run',
|
|
82
82
|
provider: 'TestNetRun'
|
|
83
83
|
},
|
|
84
|
-
{
|
|
85
|
-
address: 'https://rpc.evmos.chaintools.tech/',
|
|
86
|
-
provider: 'ChainTools'
|
|
87
|
-
},
|
|
88
84
|
{
|
|
89
85
|
address: 'https://evmos-rpc.polkachu.com',
|
|
90
86
|
provider: 'Polkachu'
|
|
@@ -253,10 +249,6 @@ const info = {
|
|
|
253
249
|
address: 'grpc-evmos.cosmos-spaces.cloud:1190',
|
|
254
250
|
provider: 'Cosmos Spaces'
|
|
255
251
|
},
|
|
256
|
-
{
|
|
257
|
-
address: 'evmos.grpcui.chaintools.host:443',
|
|
258
|
-
provider: 'ChainTools'
|
|
259
|
-
},
|
|
260
252
|
{
|
|
261
253
|
address: 'evmos-grpc.polkachu.com:13490',
|
|
262
254
|
provider: 'Polkachu'
|
package/mainnet/ibc.js
CHANGED
|
@@ -101,6 +101,7 @@ const _kyve = __importStar(require("./kyve"));
|
|
|
101
101
|
const _lambda = __importStar(require("./lambda"));
|
|
102
102
|
const _lava = __importStar(require("./lava"));
|
|
103
103
|
const _likecoin = __importStar(require("./likecoin"));
|
|
104
|
+
const _lombardledger = __importStar(require("./lombardledger"));
|
|
104
105
|
const _lorenzo = __importStar(require("./lorenzo"));
|
|
105
106
|
const _lumnetwork = __importStar(require("./lumnetwork"));
|
|
106
107
|
const _mande = __importStar(require("./mande"));
|
|
@@ -254,6 +255,7 @@ const ibc = [
|
|
|
254
255
|
..._lambda.ibc,
|
|
255
256
|
..._lava.ibc,
|
|
256
257
|
..._likecoin.ibc,
|
|
258
|
+
..._lombardledger.ibc,
|
|
257
259
|
..._lorenzo.ibc,
|
|
258
260
|
..._lumnetwork.ibc,
|
|
259
261
|
..._mande.ibc,
|
package/mainnet/juno/chain.js
CHANGED
|
@@ -96,10 +96,6 @@ const info = {
|
|
|
96
96
|
address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
|
|
97
97
|
provider: 'Notional'
|
|
98
98
|
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://rpc.juno.chaintools.tech/',
|
|
101
|
-
provider: 'ChainTools'
|
|
102
|
-
},
|
|
103
99
|
{
|
|
104
100
|
address: 'https://juno-rpc.kleomedes.network',
|
|
105
101
|
provider: 'Kleomedes'
|
|
@@ -202,10 +198,6 @@ const info = {
|
|
|
202
198
|
address: 'https://api-juno-ia.cosmosia.notional.ventures/',
|
|
203
199
|
provider: 'Notional'
|
|
204
200
|
},
|
|
205
|
-
{
|
|
206
|
-
address: 'https://api.juno.chaintools.tech/',
|
|
207
|
-
provider: 'ChainTools'
|
|
208
|
-
},
|
|
209
201
|
{
|
|
210
202
|
address: 'https://juno-api.polkachu.com',
|
|
211
203
|
provider: 'Polkachu'
|