@chain-registry/assets 1.62.6 → 1.62.8

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.
Files changed (57) hide show
  1. package/esm/mainnet/andromeda.js +290 -0
  2. package/esm/mainnet/axelar.js +292 -2
  3. package/esm/mainnet/celestia.js +290 -0
  4. package/esm/mainnet/composable.js +362 -0
  5. package/esm/mainnet/cosmoshub.js +290 -0
  6. package/esm/mainnet/crescent.js +290 -0
  7. package/esm/mainnet/doravota.js +290 -0
  8. package/esm/mainnet/evmos.js +290 -0
  9. package/esm/mainnet/gateway.js +290 -0
  10. package/esm/mainnet/kava.js +290 -0
  11. package/esm/mainnet/kujira.js +290 -0
  12. package/esm/mainnet/migaloo.js +290 -0
  13. package/esm/mainnet/neutron.js +290 -0
  14. package/esm/mainnet/noble.js +438 -0
  15. package/esm/mainnet/nois.js +290 -0
  16. package/esm/mainnet/odin.js +290 -0
  17. package/esm/mainnet/oraichain.js +290 -0
  18. package/esm/mainnet/osmosis.js +292 -2
  19. package/esm/mainnet/persistence.js +290 -0
  20. package/esm/mainnet/pryzm.js +290 -0
  21. package/esm/mainnet/regen.js +204 -0
  22. package/esm/mainnet/secretnetwork.js +290 -0
  23. package/esm/mainnet/sommelier.js +290 -0
  24. package/esm/mainnet/stride.js +290 -0
  25. package/esm/mainnet/terra2.js +290 -0
  26. package/esm/mainnet/umee.js +290 -0
  27. package/esm/mainnet/xpla.js +290 -0
  28. package/esm/testnet/mantrachaintestnet.js +8 -8
  29. package/mainnet/andromeda.js +290 -0
  30. package/mainnet/axelar.js +292 -2
  31. package/mainnet/celestia.js +290 -0
  32. package/mainnet/composable.js +362 -0
  33. package/mainnet/cosmoshub.js +290 -0
  34. package/mainnet/crescent.js +290 -0
  35. package/mainnet/doravota.js +290 -0
  36. package/mainnet/evmos.js +290 -0
  37. package/mainnet/gateway.js +290 -0
  38. package/mainnet/kava.js +290 -0
  39. package/mainnet/kujira.js +290 -0
  40. package/mainnet/migaloo.js +290 -0
  41. package/mainnet/neutron.js +290 -0
  42. package/mainnet/noble.js +438 -0
  43. package/mainnet/nois.js +290 -0
  44. package/mainnet/odin.js +290 -0
  45. package/mainnet/oraichain.js +290 -0
  46. package/mainnet/osmosis.js +292 -2
  47. package/mainnet/persistence.js +290 -0
  48. package/mainnet/pryzm.js +290 -0
  49. package/mainnet/regen.js +204 -0
  50. package/mainnet/secretnetwork.js +290 -0
  51. package/mainnet/sommelier.js +290 -0
  52. package/mainnet/stride.js +290 -0
  53. package/mainnet/terra2.js +290 -0
  54. package/mainnet/umee.js +290 -0
  55. package/mainnet/xpla.js +290 -0
  56. package/package.json +5 -5
  57. package/testnet/mantrachaintestnet.js +8 -8
@@ -371,6 +371,151 @@ const assets = {
371
371
  }
372
372
  }]
373
373
  },
374
+ {
375
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
376
+ denom_units: [{
377
+ denom: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
378
+ exponent: 0,
379
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
380
+ }, {
381
+ denom: 'nINJ',
382
+ exponent: 18
383
+ }],
384
+ base: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
385
+ name: 'Neptune Receipt INJ',
386
+ display: 'nINJ',
387
+ symbol: 'nINJ',
388
+ images: [{
389
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
390
+ }],
391
+ traces: [{
392
+ type: 'ibc',
393
+ counterparty: {
394
+ channel_id: 'channel-152',
395
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
396
+ chain_name: 'injective'
397
+ },
398
+ chain: {
399
+ channel_id: 'channel-7'
400
+ }
401
+ }]
402
+ },
403
+ {
404
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
405
+ denom_units: [{
406
+ denom: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
407
+ exponent: 0,
408
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
409
+ }, {
410
+ denom: 'nATOM',
411
+ exponent: 6
412
+ }],
413
+ base: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
414
+ name: 'Neptune Receipt ATOM',
415
+ display: 'nATOM',
416
+ symbol: 'nATOM',
417
+ images: [{
418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
419
+ }],
420
+ traces: [{
421
+ type: 'ibc',
422
+ counterparty: {
423
+ channel_id: 'channel-152',
424
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
425
+ chain_name: 'injective'
426
+ },
427
+ chain: {
428
+ channel_id: 'channel-7'
429
+ }
430
+ }]
431
+ },
432
+ {
433
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
434
+ denom_units: [{
435
+ denom: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
436
+ exponent: 0,
437
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
438
+ }, {
439
+ denom: 'nWETH',
440
+ exponent: 18
441
+ }],
442
+ base: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
443
+ name: 'Neptune Receipt WETH',
444
+ display: 'nWETH',
445
+ symbol: 'nWETH',
446
+ images: [{
447
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
448
+ }],
449
+ traces: [{
450
+ type: 'ibc',
451
+ counterparty: {
452
+ channel_id: 'channel-152',
453
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
454
+ chain_name: 'injective'
455
+ },
456
+ chain: {
457
+ channel_id: 'channel-7'
458
+ }
459
+ }]
460
+ },
461
+ {
462
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
463
+ denom_units: [{
464
+ denom: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
465
+ exponent: 0,
466
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
467
+ }, {
468
+ denom: 'nUSDT',
469
+ exponent: 6
470
+ }],
471
+ base: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
472
+ name: 'Neptune Receipt USDT',
473
+ display: 'nUSDT',
474
+ symbol: 'nUSDT',
475
+ images: [{
476
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
477
+ }],
478
+ traces: [{
479
+ type: 'ibc',
480
+ counterparty: {
481
+ channel_id: 'channel-152',
482
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
483
+ chain_name: 'injective'
484
+ },
485
+ chain: {
486
+ channel_id: 'channel-7'
487
+ }
488
+ }]
489
+ },
490
+ {
491
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
492
+ denom_units: [{
493
+ denom: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
494
+ exponent: 0,
495
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
496
+ }, {
497
+ denom: 'nTIA',
498
+ exponent: 6
499
+ }],
500
+ base: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
501
+ name: 'Neptune Receipt TIA',
502
+ display: 'nTIA',
503
+ symbol: 'nTIA',
504
+ images: [{
505
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
506
+ }],
507
+ traces: [{
508
+ type: 'ibc',
509
+ counterparty: {
510
+ channel_id: 'channel-152',
511
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
512
+ chain_name: 'injective'
513
+ },
514
+ chain: {
515
+ channel_id: 'channel-7'
516
+ }
517
+ }]
518
+ },
374
519
  {
375
520
  description: 'The native staking and governance token of Kava',
376
521
  denom_units: [{
@@ -1285,6 +1430,151 @@ const assets = {
1285
1430
  }
1286
1431
  }]
1287
1432
  },
1433
+ {
1434
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1435
+ denom_units: [{
1436
+ denom: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
1437
+ exponent: 0,
1438
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1439
+ }, {
1440
+ denom: 'nINJ',
1441
+ exponent: 18
1442
+ }],
1443
+ base: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
1444
+ name: 'Neptune Receipt INJ',
1445
+ display: 'nINJ',
1446
+ symbol: 'nINJ',
1447
+ images: [{
1448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1449
+ }],
1450
+ traces: [{
1451
+ type: 'ibc',
1452
+ counterparty: {
1453
+ channel_id: 'channel-152',
1454
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1455
+ chain_name: 'injective'
1456
+ },
1457
+ chain: {
1458
+ channel_id: 'channel-7'
1459
+ }
1460
+ }]
1461
+ },
1462
+ {
1463
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1464
+ denom_units: [{
1465
+ denom: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
1466
+ exponent: 0,
1467
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1468
+ }, {
1469
+ denom: 'nATOM',
1470
+ exponent: 6
1471
+ }],
1472
+ base: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
1473
+ name: 'Neptune Receipt ATOM',
1474
+ display: 'nATOM',
1475
+ symbol: 'nATOM',
1476
+ images: [{
1477
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1478
+ }],
1479
+ traces: [{
1480
+ type: 'ibc',
1481
+ counterparty: {
1482
+ channel_id: 'channel-152',
1483
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1484
+ chain_name: 'injective'
1485
+ },
1486
+ chain: {
1487
+ channel_id: 'channel-7'
1488
+ }
1489
+ }]
1490
+ },
1491
+ {
1492
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1493
+ denom_units: [{
1494
+ denom: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
1495
+ exponent: 0,
1496
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1497
+ }, {
1498
+ denom: 'nWETH',
1499
+ exponent: 18
1500
+ }],
1501
+ base: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
1502
+ name: 'Neptune Receipt WETH',
1503
+ display: 'nWETH',
1504
+ symbol: 'nWETH',
1505
+ images: [{
1506
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1507
+ }],
1508
+ traces: [{
1509
+ type: 'ibc',
1510
+ counterparty: {
1511
+ channel_id: 'channel-152',
1512
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1513
+ chain_name: 'injective'
1514
+ },
1515
+ chain: {
1516
+ channel_id: 'channel-7'
1517
+ }
1518
+ }]
1519
+ },
1520
+ {
1521
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1522
+ denom_units: [{
1523
+ denom: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
1524
+ exponent: 0,
1525
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1526
+ }, {
1527
+ denom: 'nUSDT',
1528
+ exponent: 6
1529
+ }],
1530
+ base: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
1531
+ name: 'Neptune Receipt USDT',
1532
+ display: 'nUSDT',
1533
+ symbol: 'nUSDT',
1534
+ images: [{
1535
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1536
+ }],
1537
+ traces: [{
1538
+ type: 'ibc',
1539
+ counterparty: {
1540
+ channel_id: 'channel-152',
1541
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1542
+ chain_name: 'injective'
1543
+ },
1544
+ chain: {
1545
+ channel_id: 'channel-7'
1546
+ }
1547
+ }]
1548
+ },
1549
+ {
1550
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1551
+ denom_units: [{
1552
+ denom: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
1553
+ exponent: 0,
1554
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1555
+ }, {
1556
+ denom: 'nTIA',
1557
+ exponent: 6
1558
+ }],
1559
+ base: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
1560
+ name: 'Neptune Receipt TIA',
1561
+ display: 'nTIA',
1562
+ symbol: 'nTIA',
1563
+ images: [{
1564
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1565
+ }],
1566
+ traces: [{
1567
+ type: 'ibc',
1568
+ counterparty: {
1569
+ channel_id: 'channel-152',
1570
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1571
+ chain_name: 'injective'
1572
+ },
1573
+ chain: {
1574
+ channel_id: 'channel-7'
1575
+ }
1576
+ }]
1577
+ },
1288
1578
  {
1289
1579
  description: 'The native staking and governance token of Kava',
1290
1580
  denom_units: [{
@@ -1139,6 +1139,42 @@ const assets = {
1139
1139
  }
1140
1140
  }]
1141
1141
  },
1142
+ {
1143
+ description: 'Ankr is a Web3 decentralized infrastructure provider that helps developers, dapps, and stakers easily interact with multiple blockchains. It allows you to create DApps using API and RPC, staking on Ankr Earn, and use customized blockchain solutions for businesses.',
1144
+ type_asset: 'erc20',
1145
+ address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
1146
+ denom_units: [{
1147
+ denom: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
1148
+ exponent: 0,
1149
+ aliases: ['0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4']
1150
+ }, {
1151
+ denom: 'ankr',
1152
+ exponent: 18
1153
+ }],
1154
+ base: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
1155
+ name: 'Ankr Network',
1156
+ display: 'ankr',
1157
+ symbol: 'ANKR',
1158
+ images: [{
1159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
1160
+ }],
1161
+ coingecko_id: 'ankr',
1162
+ socials: {
1163
+ website: 'https://www.ankr.com',
1164
+ twitter: 'https://x.com/ankr'
1165
+ },
1166
+ traces: [{
1167
+ type: 'ibc',
1168
+ counterparty: {
1169
+ channel_id: 'channel-2',
1170
+ base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
1171
+ chain_name: 'ethereum'
1172
+ },
1173
+ chain: {
1174
+ channel_id: 'channel-52'
1175
+ }
1176
+ }]
1177
+ },
1142
1178
  {
1143
1179
  description: 'The native EVM, governance and staking token of the Evmos Hub',
1144
1180
  denom_units: [{
@@ -1391,6 +1427,151 @@ const assets = {
1391
1427
  }
1392
1428
  }]
1393
1429
  },
1430
+ {
1431
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1432
+ denom_units: [{
1433
+ denom: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
1434
+ exponent: 0,
1435
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1436
+ }, {
1437
+ denom: 'nINJ',
1438
+ exponent: 18
1439
+ }],
1440
+ base: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
1441
+ name: 'Neptune Receipt INJ',
1442
+ display: 'nINJ',
1443
+ symbol: 'nINJ',
1444
+ images: [{
1445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1446
+ }],
1447
+ traces: [{
1448
+ type: 'ibc',
1449
+ counterparty: {
1450
+ channel_id: 'channel-145',
1451
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1452
+ chain_name: 'injective'
1453
+ },
1454
+ chain: {
1455
+ channel_id: 'channel-29'
1456
+ }
1457
+ }]
1458
+ },
1459
+ {
1460
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1461
+ denom_units: [{
1462
+ denom: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
1463
+ exponent: 0,
1464
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1465
+ }, {
1466
+ denom: 'nATOM',
1467
+ exponent: 6
1468
+ }],
1469
+ base: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
1470
+ name: 'Neptune Receipt ATOM',
1471
+ display: 'nATOM',
1472
+ symbol: 'nATOM',
1473
+ images: [{
1474
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1475
+ }],
1476
+ traces: [{
1477
+ type: 'ibc',
1478
+ counterparty: {
1479
+ channel_id: 'channel-145',
1480
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1481
+ chain_name: 'injective'
1482
+ },
1483
+ chain: {
1484
+ channel_id: 'channel-29'
1485
+ }
1486
+ }]
1487
+ },
1488
+ {
1489
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1490
+ denom_units: [{
1491
+ denom: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
1492
+ exponent: 0,
1493
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1494
+ }, {
1495
+ denom: 'nWETH',
1496
+ exponent: 18
1497
+ }],
1498
+ base: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
1499
+ name: 'Neptune Receipt WETH',
1500
+ display: 'nWETH',
1501
+ symbol: 'nWETH',
1502
+ images: [{
1503
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1504
+ }],
1505
+ traces: [{
1506
+ type: 'ibc',
1507
+ counterparty: {
1508
+ channel_id: 'channel-145',
1509
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1510
+ chain_name: 'injective'
1511
+ },
1512
+ chain: {
1513
+ channel_id: 'channel-29'
1514
+ }
1515
+ }]
1516
+ },
1517
+ {
1518
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1519
+ denom_units: [{
1520
+ denom: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
1521
+ exponent: 0,
1522
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1523
+ }, {
1524
+ denom: 'nUSDT',
1525
+ exponent: 6
1526
+ }],
1527
+ base: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
1528
+ name: 'Neptune Receipt USDT',
1529
+ display: 'nUSDT',
1530
+ symbol: 'nUSDT',
1531
+ images: [{
1532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1533
+ }],
1534
+ traces: [{
1535
+ type: 'ibc',
1536
+ counterparty: {
1537
+ channel_id: 'channel-145',
1538
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1539
+ chain_name: 'injective'
1540
+ },
1541
+ chain: {
1542
+ channel_id: 'channel-29'
1543
+ }
1544
+ }]
1545
+ },
1546
+ {
1547
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1548
+ denom_units: [{
1549
+ denom: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
1550
+ exponent: 0,
1551
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1552
+ }, {
1553
+ denom: 'nTIA',
1554
+ exponent: 6
1555
+ }],
1556
+ base: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
1557
+ name: 'Neptune Receipt TIA',
1558
+ display: 'nTIA',
1559
+ symbol: 'nTIA',
1560
+ images: [{
1561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1562
+ }],
1563
+ traces: [{
1564
+ type: 'ibc',
1565
+ counterparty: {
1566
+ channel_id: 'channel-145',
1567
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1568
+ chain_name: 'injective'
1569
+ },
1570
+ chain: {
1571
+ channel_id: 'channel-29'
1572
+ }
1573
+ }]
1574
+ },
1394
1575
  {
1395
1576
  description: 'The native token of JUNO Chain',
1396
1577
  denom_units: [{
@@ -2453,6 +2634,151 @@ const assets = {
2453
2634
  }
2454
2635
  }]
2455
2636
  },
2637
+ {
2638
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
2639
+ denom_units: [{
2640
+ denom: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
2641
+ exponent: 0,
2642
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
2643
+ }, {
2644
+ denom: 'nINJ',
2645
+ exponent: 18
2646
+ }],
2647
+ base: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
2648
+ name: 'Neptune Receipt INJ',
2649
+ display: 'nINJ',
2650
+ symbol: 'nINJ',
2651
+ images: [{
2652
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
2653
+ }],
2654
+ traces: [{
2655
+ type: 'ibc',
2656
+ counterparty: {
2657
+ channel_id: 'channel-145',
2658
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
2659
+ chain_name: 'injective'
2660
+ },
2661
+ chain: {
2662
+ channel_id: 'channel-29'
2663
+ }
2664
+ }]
2665
+ },
2666
+ {
2667
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
2668
+ denom_units: [{
2669
+ denom: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
2670
+ exponent: 0,
2671
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
2672
+ }, {
2673
+ denom: 'nATOM',
2674
+ exponent: 6
2675
+ }],
2676
+ base: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
2677
+ name: 'Neptune Receipt ATOM',
2678
+ display: 'nATOM',
2679
+ symbol: 'nATOM',
2680
+ images: [{
2681
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
2682
+ }],
2683
+ traces: [{
2684
+ type: 'ibc',
2685
+ counterparty: {
2686
+ channel_id: 'channel-145',
2687
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
2688
+ chain_name: 'injective'
2689
+ },
2690
+ chain: {
2691
+ channel_id: 'channel-29'
2692
+ }
2693
+ }]
2694
+ },
2695
+ {
2696
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
2697
+ denom_units: [{
2698
+ denom: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
2699
+ exponent: 0,
2700
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
2701
+ }, {
2702
+ denom: 'nWETH',
2703
+ exponent: 18
2704
+ }],
2705
+ base: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
2706
+ name: 'Neptune Receipt WETH',
2707
+ display: 'nWETH',
2708
+ symbol: 'nWETH',
2709
+ images: [{
2710
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
2711
+ }],
2712
+ traces: [{
2713
+ type: 'ibc',
2714
+ counterparty: {
2715
+ channel_id: 'channel-145',
2716
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
2717
+ chain_name: 'injective'
2718
+ },
2719
+ chain: {
2720
+ channel_id: 'channel-29'
2721
+ }
2722
+ }]
2723
+ },
2724
+ {
2725
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
2726
+ denom_units: [{
2727
+ denom: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
2728
+ exponent: 0,
2729
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
2730
+ }, {
2731
+ denom: 'nUSDT',
2732
+ exponent: 6
2733
+ }],
2734
+ base: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
2735
+ name: 'Neptune Receipt USDT',
2736
+ display: 'nUSDT',
2737
+ symbol: 'nUSDT',
2738
+ images: [{
2739
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
2740
+ }],
2741
+ traces: [{
2742
+ type: 'ibc',
2743
+ counterparty: {
2744
+ channel_id: 'channel-145',
2745
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
2746
+ chain_name: 'injective'
2747
+ },
2748
+ chain: {
2749
+ channel_id: 'channel-29'
2750
+ }
2751
+ }]
2752
+ },
2753
+ {
2754
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
2755
+ denom_units: [{
2756
+ denom: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
2757
+ exponent: 0,
2758
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
2759
+ }, {
2760
+ denom: 'nTIA',
2761
+ exponent: 6
2762
+ }],
2763
+ base: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
2764
+ name: 'Neptune Receipt TIA',
2765
+ display: 'nTIA',
2766
+ symbol: 'nTIA',
2767
+ images: [{
2768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
2769
+ }],
2770
+ traces: [{
2771
+ type: 'ibc',
2772
+ counterparty: {
2773
+ channel_id: 'channel-145',
2774
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
2775
+ chain_name: 'injective'
2776
+ },
2777
+ chain: {
2778
+ channel_id: 'channel-29'
2779
+ }
2780
+ }]
2781
+ },
2456
2782
  {
2457
2783
  description: 'The native token of JUNO Chain',
2458
2784
  denom_units: [{
@@ -3550,6 +3876,42 @@ const assets = {
3550
3876
  }
3551
3877
  }]
3552
3878
  },
3879
+ {
3880
+ description: 'Ankr is a Web3 decentralized infrastructure provider that helps developers, dapps, and stakers easily interact with multiple blockchains. It allows you to create DApps using API and RPC, staking on Ankr Earn, and use customized blockchain solutions for businesses.',
3881
+ type_asset: 'erc20',
3882
+ address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
3883
+ denom_units: [{
3884
+ denom: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
3885
+ exponent: 0,
3886
+ aliases: ['0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4']
3887
+ }, {
3888
+ denom: 'ankr',
3889
+ exponent: 18
3890
+ }],
3891
+ base: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
3892
+ name: 'Ankr Network',
3893
+ display: 'ankr',
3894
+ symbol: 'ANKR',
3895
+ images: [{
3896
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
3897
+ }],
3898
+ coingecko_id: 'ankr',
3899
+ socials: {
3900
+ website: 'https://www.ankr.com',
3901
+ twitter: 'https://x.com/ankr'
3902
+ },
3903
+ traces: [{
3904
+ type: 'ibc',
3905
+ counterparty: {
3906
+ channel_id: 'channel-2',
3907
+ base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
3908
+ chain_name: 'ethereum'
3909
+ },
3910
+ chain: {
3911
+ channel_id: 'channel-52'
3912
+ }
3913
+ }]
3914
+ },
3553
3915
  {
3554
3916
  description: 'The native staking and governance token of Picasso Kusama.',
3555
3917
  denom_units: [{