@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
@@ -1141,6 +1141,42 @@ const assets = {
1141
1141
  }
1142
1142
  }]
1143
1143
  },
1144
+ {
1145
+ 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.',
1146
+ type_asset: 'erc20',
1147
+ address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
1148
+ denom_units: [{
1149
+ denom: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
1150
+ exponent: 0,
1151
+ aliases: ['0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4']
1152
+ }, {
1153
+ denom: 'ankr',
1154
+ exponent: 18
1155
+ }],
1156
+ base: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
1157
+ name: 'Ankr Network',
1158
+ display: 'ankr',
1159
+ symbol: 'ANKR',
1160
+ images: [{
1161
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
1162
+ }],
1163
+ coingecko_id: 'ankr',
1164
+ socials: {
1165
+ website: 'https://www.ankr.com',
1166
+ twitter: 'https://x.com/ankr'
1167
+ },
1168
+ traces: [{
1169
+ type: 'ibc',
1170
+ counterparty: {
1171
+ channel_id: 'channel-2',
1172
+ base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
1173
+ chain_name: 'ethereum'
1174
+ },
1175
+ chain: {
1176
+ channel_id: 'channel-52'
1177
+ }
1178
+ }]
1179
+ },
1144
1180
  {
1145
1181
  description: 'The native EVM, governance and staking token of the Evmos Hub',
1146
1182
  denom_units: [{
@@ -1393,6 +1429,151 @@ const assets = {
1393
1429
  }
1394
1430
  }]
1395
1431
  },
1432
+ {
1433
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1434
+ denom_units: [{
1435
+ denom: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
1436
+ exponent: 0,
1437
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1438
+ }, {
1439
+ denom: 'nINJ',
1440
+ exponent: 18
1441
+ }],
1442
+ base: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
1443
+ name: 'Neptune Receipt INJ',
1444
+ display: 'nINJ',
1445
+ symbol: 'nINJ',
1446
+ images: [{
1447
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1448
+ }],
1449
+ traces: [{
1450
+ type: 'ibc',
1451
+ counterparty: {
1452
+ channel_id: 'channel-145',
1453
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1454
+ chain_name: 'injective'
1455
+ },
1456
+ chain: {
1457
+ channel_id: 'channel-29'
1458
+ }
1459
+ }]
1460
+ },
1461
+ {
1462
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1463
+ denom_units: [{
1464
+ denom: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
1465
+ exponent: 0,
1466
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1467
+ }, {
1468
+ denom: 'nATOM',
1469
+ exponent: 6
1470
+ }],
1471
+ base: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
1472
+ name: 'Neptune Receipt ATOM',
1473
+ display: 'nATOM',
1474
+ symbol: 'nATOM',
1475
+ images: [{
1476
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1477
+ }],
1478
+ traces: [{
1479
+ type: 'ibc',
1480
+ counterparty: {
1481
+ channel_id: 'channel-145',
1482
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1483
+ chain_name: 'injective'
1484
+ },
1485
+ chain: {
1486
+ channel_id: 'channel-29'
1487
+ }
1488
+ }]
1489
+ },
1490
+ {
1491
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1492
+ denom_units: [{
1493
+ denom: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
1494
+ exponent: 0,
1495
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1496
+ }, {
1497
+ denom: 'nWETH',
1498
+ exponent: 18
1499
+ }],
1500
+ base: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
1501
+ name: 'Neptune Receipt WETH',
1502
+ display: 'nWETH',
1503
+ symbol: 'nWETH',
1504
+ images: [{
1505
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1506
+ }],
1507
+ traces: [{
1508
+ type: 'ibc',
1509
+ counterparty: {
1510
+ channel_id: 'channel-145',
1511
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1512
+ chain_name: 'injective'
1513
+ },
1514
+ chain: {
1515
+ channel_id: 'channel-29'
1516
+ }
1517
+ }]
1518
+ },
1519
+ {
1520
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1521
+ denom_units: [{
1522
+ denom: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
1523
+ exponent: 0,
1524
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1525
+ }, {
1526
+ denom: 'nUSDT',
1527
+ exponent: 6
1528
+ }],
1529
+ base: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
1530
+ name: 'Neptune Receipt USDT',
1531
+ display: 'nUSDT',
1532
+ symbol: 'nUSDT',
1533
+ images: [{
1534
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1535
+ }],
1536
+ traces: [{
1537
+ type: 'ibc',
1538
+ counterparty: {
1539
+ channel_id: 'channel-145',
1540
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1541
+ chain_name: 'injective'
1542
+ },
1543
+ chain: {
1544
+ channel_id: 'channel-29'
1545
+ }
1546
+ }]
1547
+ },
1548
+ {
1549
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1550
+ denom_units: [{
1551
+ denom: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
1552
+ exponent: 0,
1553
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1554
+ }, {
1555
+ denom: 'nTIA',
1556
+ exponent: 6
1557
+ }],
1558
+ base: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
1559
+ name: 'Neptune Receipt TIA',
1560
+ display: 'nTIA',
1561
+ symbol: 'nTIA',
1562
+ images: [{
1563
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1564
+ }],
1565
+ traces: [{
1566
+ type: 'ibc',
1567
+ counterparty: {
1568
+ channel_id: 'channel-145',
1569
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1570
+ chain_name: 'injective'
1571
+ },
1572
+ chain: {
1573
+ channel_id: 'channel-29'
1574
+ }
1575
+ }]
1576
+ },
1396
1577
  {
1397
1578
  description: 'The native token of JUNO Chain',
1398
1579
  denom_units: [{
@@ -2455,6 +2636,151 @@ const assets = {
2455
2636
  }
2456
2637
  }]
2457
2638
  },
2639
+ {
2640
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
2641
+ denom_units: [{
2642
+ denom: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
2643
+ exponent: 0,
2644
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
2645
+ }, {
2646
+ denom: 'nINJ',
2647
+ exponent: 18
2648
+ }],
2649
+ base: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
2650
+ name: 'Neptune Receipt INJ',
2651
+ display: 'nINJ',
2652
+ symbol: 'nINJ',
2653
+ images: [{
2654
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
2655
+ }],
2656
+ traces: [{
2657
+ type: 'ibc',
2658
+ counterparty: {
2659
+ channel_id: 'channel-145',
2660
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
2661
+ chain_name: 'injective'
2662
+ },
2663
+ chain: {
2664
+ channel_id: 'channel-29'
2665
+ }
2666
+ }]
2667
+ },
2668
+ {
2669
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
2670
+ denom_units: [{
2671
+ denom: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
2672
+ exponent: 0,
2673
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
2674
+ }, {
2675
+ denom: 'nATOM',
2676
+ exponent: 6
2677
+ }],
2678
+ base: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
2679
+ name: 'Neptune Receipt ATOM',
2680
+ display: 'nATOM',
2681
+ symbol: 'nATOM',
2682
+ images: [{
2683
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
2684
+ }],
2685
+ traces: [{
2686
+ type: 'ibc',
2687
+ counterparty: {
2688
+ channel_id: 'channel-145',
2689
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
2690
+ chain_name: 'injective'
2691
+ },
2692
+ chain: {
2693
+ channel_id: 'channel-29'
2694
+ }
2695
+ }]
2696
+ },
2697
+ {
2698
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
2699
+ denom_units: [{
2700
+ denom: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
2701
+ exponent: 0,
2702
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
2703
+ }, {
2704
+ denom: 'nWETH',
2705
+ exponent: 18
2706
+ }],
2707
+ base: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
2708
+ name: 'Neptune Receipt WETH',
2709
+ display: 'nWETH',
2710
+ symbol: 'nWETH',
2711
+ images: [{
2712
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
2713
+ }],
2714
+ traces: [{
2715
+ type: 'ibc',
2716
+ counterparty: {
2717
+ channel_id: 'channel-145',
2718
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
2719
+ chain_name: 'injective'
2720
+ },
2721
+ chain: {
2722
+ channel_id: 'channel-29'
2723
+ }
2724
+ }]
2725
+ },
2726
+ {
2727
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
2728
+ denom_units: [{
2729
+ denom: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
2730
+ exponent: 0,
2731
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
2732
+ }, {
2733
+ denom: 'nUSDT',
2734
+ exponent: 6
2735
+ }],
2736
+ base: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
2737
+ name: 'Neptune Receipt USDT',
2738
+ display: 'nUSDT',
2739
+ symbol: 'nUSDT',
2740
+ images: [{
2741
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
2742
+ }],
2743
+ traces: [{
2744
+ type: 'ibc',
2745
+ counterparty: {
2746
+ channel_id: 'channel-145',
2747
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
2748
+ chain_name: 'injective'
2749
+ },
2750
+ chain: {
2751
+ channel_id: 'channel-29'
2752
+ }
2753
+ }]
2754
+ },
2755
+ {
2756
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
2757
+ denom_units: [{
2758
+ denom: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
2759
+ exponent: 0,
2760
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
2761
+ }, {
2762
+ denom: 'nTIA',
2763
+ exponent: 6
2764
+ }],
2765
+ base: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
2766
+ name: 'Neptune Receipt TIA',
2767
+ display: 'nTIA',
2768
+ symbol: 'nTIA',
2769
+ images: [{
2770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
2771
+ }],
2772
+ traces: [{
2773
+ type: 'ibc',
2774
+ counterparty: {
2775
+ channel_id: 'channel-145',
2776
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
2777
+ chain_name: 'injective'
2778
+ },
2779
+ chain: {
2780
+ channel_id: 'channel-29'
2781
+ }
2782
+ }]
2783
+ },
2458
2784
  {
2459
2785
  description: 'The native token of JUNO Chain',
2460
2786
  denom_units: [{
@@ -3552,6 +3878,42 @@ const assets = {
3552
3878
  }
3553
3879
  }]
3554
3880
  },
3881
+ {
3882
+ 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.',
3883
+ type_asset: 'erc20',
3884
+ address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
3885
+ denom_units: [{
3886
+ denom: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
3887
+ exponent: 0,
3888
+ aliases: ['0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4']
3889
+ }, {
3890
+ denom: 'ankr',
3891
+ exponent: 18
3892
+ }],
3893
+ base: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
3894
+ name: 'Ankr Network',
3895
+ display: 'ankr',
3896
+ symbol: 'ANKR',
3897
+ images: [{
3898
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
3899
+ }],
3900
+ coingecko_id: 'ankr',
3901
+ socials: {
3902
+ website: 'https://www.ankr.com',
3903
+ twitter: 'https://x.com/ankr'
3904
+ },
3905
+ traces: [{
3906
+ type: 'ibc',
3907
+ counterparty: {
3908
+ channel_id: 'channel-2',
3909
+ base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
3910
+ chain_name: 'ethereum'
3911
+ },
3912
+ chain: {
3913
+ channel_id: 'channel-52'
3914
+ }
3915
+ }]
3916
+ },
3555
3917
  {
3556
3918
  description: 'The native staking and governance token of Picasso Kusama.',
3557
3919
  denom_units: [{