@chain-registry/assets 1.70.240 → 1.70.242

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 (65) hide show
  1. package/esm/mainnet/acrechain.js +6 -6
  2. package/esm/mainnet/akash.js +6 -6
  3. package/esm/mainnet/andromeda.js +6 -6
  4. package/esm/mainnet/archway.js +6 -6
  5. package/esm/mainnet/axelar.js +776 -6
  6. package/esm/mainnet/carbon.js +88 -6
  7. package/esm/mainnet/celestia.js +776 -6
  8. package/esm/mainnet/cheqd.js +6 -6
  9. package/esm/mainnet/comdex.js +6 -6
  10. package/esm/mainnet/composable.js +64 -0
  11. package/esm/mainnet/cosmoshub.js +776 -6
  12. package/esm/mainnet/crescent.js +6 -6
  13. package/esm/mainnet/decentr.js +6 -6
  14. package/esm/mainnet/dydx.js +776 -6
  15. package/esm/mainnet/furya.js +6 -6
  16. package/esm/mainnet/injective.js +776 -6
  17. package/esm/mainnet/juno.js +6 -6
  18. package/esm/mainnet/kava.js +6 -6
  19. package/esm/mainnet/kopi.js +6 -6
  20. package/esm/mainnet/kujira.js +88 -6
  21. package/esm/mainnet/migaloo.js +88 -6
  22. package/esm/mainnet/neutron.js +894 -42
  23. package/esm/mainnet/noble.js +776 -6
  24. package/esm/mainnet/osmosis.js +858 -6
  25. package/esm/mainnet/pryzm.js +6 -6
  26. package/esm/mainnet/quicksilver.js +6 -6
  27. package/esm/mainnet/secretnetwork.js +88 -6
  28. package/esm/mainnet/stafihub.js +6 -6
  29. package/esm/mainnet/stargaze.js +6 -6
  30. package/esm/mainnet/stride.js +776 -6
  31. package/esm/mainnet/terra.js +6 -6
  32. package/esm/mainnet/terra2.js +770 -0
  33. package/mainnet/acrechain.js +6 -6
  34. package/mainnet/akash.js +6 -6
  35. package/mainnet/andromeda.js +6 -6
  36. package/mainnet/archway.js +6 -6
  37. package/mainnet/axelar.js +776 -6
  38. package/mainnet/carbon.js +88 -6
  39. package/mainnet/celestia.js +776 -6
  40. package/mainnet/cheqd.js +6 -6
  41. package/mainnet/comdex.js +6 -6
  42. package/mainnet/composable.js +64 -0
  43. package/mainnet/cosmoshub.js +776 -6
  44. package/mainnet/crescent.js +6 -6
  45. package/mainnet/decentr.js +6 -6
  46. package/mainnet/dydx.js +776 -6
  47. package/mainnet/furya.js +6 -6
  48. package/mainnet/injective.js +776 -6
  49. package/mainnet/juno.js +6 -6
  50. package/mainnet/kava.js +6 -6
  51. package/mainnet/kopi.js +6 -6
  52. package/mainnet/kujira.js +88 -6
  53. package/mainnet/migaloo.js +88 -6
  54. package/mainnet/neutron.js +894 -42
  55. package/mainnet/noble.js +776 -6
  56. package/mainnet/osmosis.js +858 -6
  57. package/mainnet/pryzm.js +6 -6
  58. package/mainnet/quicksilver.js +6 -6
  59. package/mainnet/secretnetwork.js +88 -6
  60. package/mainnet/stafihub.js +6 -6
  61. package/mainnet/stargaze.js +6 -6
  62. package/mainnet/stride.js +776 -6
  63. package/mainnet/terra.js +6 -6
  64. package/mainnet/terra2.js +770 -0
  65. package/package.json +5 -5
@@ -3546,7 +3546,7 @@ const assets = {
3546
3546
  }]
3547
3547
  },
3548
3548
  {
3549
- description: 'The native staking token of Terra.',
3549
+ description: 'The native staking token of Terra Phoenix.',
3550
3550
  denom_units: [{
3551
3551
  denom: 'ibc/107D152BB3176FAEBF4C2A84C5FFDEEA7C7CB4FE1BBDAB710F1FD25BCD055CBF',
3552
3552
  exponent: 0,
@@ -3572,8 +3572,8 @@ const assets = {
3572
3572
  }
3573
3573
  }],
3574
3574
  socials: {
3575
- website: 'https://www.terra.money/',
3576
- twitter: 'https://twitter.com/terra_money'
3575
+ website: 'https://www.phoenix.money/',
3576
+ twitter: 'https://twitter.com/phoenix_dir'
3577
3577
  },
3578
3578
  type_asset: 'sdk.coin',
3579
3579
  traces: [{
@@ -5441,7 +5441,7 @@ const assets = {
5441
5441
  }]
5442
5442
  },
5443
5443
  {
5444
- description: 'The native staking token of Terra.',
5444
+ description: 'The native staking token of Terra Phoenix.',
5445
5445
  denom_units: [{
5446
5446
  denom: 'ibc/107D152BB3176FAEBF4C2A84C5FFDEEA7C7CB4FE1BBDAB710F1FD25BCD055CBF',
5447
5447
  exponent: 0,
@@ -5467,8 +5467,8 @@ const assets = {
5467
5467
  }
5468
5468
  }],
5469
5469
  socials: {
5470
- website: 'https://www.terra.money/',
5471
- twitter: 'https://twitter.com/terra_money'
5470
+ website: 'https://www.phoenix.money/',
5471
+ twitter: 'https://twitter.com/phoenix_dir'
5472
5472
  },
5473
5473
  type_asset: 'sdk.coin',
5474
5474
  traces: [{
@@ -2677,7 +2677,7 @@ const assets = {
2677
2677
  }]
2678
2678
  },
2679
2679
  {
2680
- description: 'The native staking token of Terra.',
2680
+ description: 'The native staking token of Terra Phoenix.',
2681
2681
  denom_units: [{
2682
2682
  denom: 'ibc/2CA80AFF9E74A84AC2827A8BB3F09EB6EE7F726C5EEEB980D548D44CCA1EFEE9',
2683
2683
  exponent: 0,
@@ -2703,8 +2703,8 @@ const assets = {
2703
2703
  }
2704
2704
  }],
2705
2705
  socials: {
2706
- website: 'https://www.terra.money/',
2707
- twitter: 'https://twitter.com/terra_money'
2706
+ website: 'https://www.phoenix.money/',
2707
+ twitter: 'https://twitter.com/phoenix_dir'
2708
2708
  },
2709
2709
  type_asset: 'sdk.coin',
2710
2710
  traces: [{
@@ -3400,7 +3400,7 @@ const assets = {
3400
3400
  }]
3401
3401
  },
3402
3402
  {
3403
- description: 'The native staking token of Terra.',
3403
+ description: 'The native staking token of Terra Phoenix.',
3404
3404
  denom_units: [{
3405
3405
  denom: 'ibc/2CA80AFF9E74A84AC2827A8BB3F09EB6EE7F726C5EEEB980D548D44CCA1EFEE9',
3406
3406
  exponent: 0,
@@ -3426,8 +3426,8 @@ const assets = {
3426
3426
  }
3427
3427
  }],
3428
3428
  socials: {
3429
- website: 'https://www.terra.money/',
3430
- twitter: 'https://twitter.com/terra_money'
3429
+ website: 'https://www.phoenix.money/',
3430
+ twitter: 'https://twitter.com/phoenix_dir'
3431
3431
  },
3432
3432
  type_asset: 'sdk.coin',
3433
3433
  traces: [{
@@ -1457,7 +1457,7 @@ const assets = {
1457
1457
  }]
1458
1458
  },
1459
1459
  {
1460
- description: 'The native staking token of Terra.',
1460
+ description: 'The native staking token of Terra Phoenix.',
1461
1461
  denom_units: [{
1462
1462
  denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
1463
1463
  exponent: 0,
@@ -1483,8 +1483,8 @@ const assets = {
1483
1483
  }
1484
1484
  }],
1485
1485
  socials: {
1486
- website: 'https://www.terra.money/',
1487
- twitter: 'https://twitter.com/terra_money'
1486
+ website: 'https://www.phoenix.money/',
1487
+ twitter: 'https://twitter.com/phoenix_dir'
1488
1488
  },
1489
1489
  type_asset: 'sdk.coin',
1490
1490
  traces: [{
@@ -2055,7 +2055,7 @@ const assets = {
2055
2055
  }]
2056
2056
  },
2057
2057
  {
2058
- description: 'The native staking token of Terra.',
2058
+ description: 'The native staking token of Terra Phoenix.',
2059
2059
  denom_units: [{
2060
2060
  denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
2061
2061
  exponent: 0,
@@ -2081,8 +2081,8 @@ const assets = {
2081
2081
  }
2082
2082
  }],
2083
2083
  socials: {
2084
- website: 'https://www.terra.money/',
2085
- twitter: 'https://twitter.com/terra_money'
2084
+ website: 'https://www.phoenix.money/',
2085
+ twitter: 'https://twitter.com/phoenix_dir'
2086
2086
  },
2087
2087
  type_asset: 'sdk.coin',
2088
2088
  traces: [{
@@ -5357,7 +5357,7 @@ const assets = {
5357
5357
  }]
5358
5358
  },
5359
5359
  {
5360
- description: 'The native staking token of Terra.',
5360
+ description: 'The native staking token of Terra Phoenix.',
5361
5361
  denom_units: [{
5362
5362
  denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
5363
5363
  exponent: 0,
@@ -5383,8 +5383,8 @@ const assets = {
5383
5383
  }
5384
5384
  }],
5385
5385
  socials: {
5386
- website: 'https://www.terra.money/',
5387
- twitter: 'https://twitter.com/terra_money'
5386
+ website: 'https://www.phoenix.money/',
5387
+ twitter: 'https://twitter.com/phoenix_dir'
5388
5388
  },
5389
5389
  type_asset: 'sdk.coin',
5390
5390
  traces: [{
@@ -6843,7 +6843,7 @@ const assets = {
6843
6843
  }]
6844
6844
  },
6845
6845
  {
6846
- description: 'The native staking token of Terra.',
6846
+ description: 'The native staking token of Terra Phoenix.',
6847
6847
  denom_units: [{
6848
6848
  denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
6849
6849
  exponent: 0,
@@ -6869,8 +6869,8 @@ const assets = {
6869
6869
  }
6870
6870
  }],
6871
6871
  socials: {
6872
- website: 'https://www.terra.money/',
6873
- twitter: 'https://twitter.com/terra_money'
6872
+ website: 'https://www.phoenix.money/',
6873
+ twitter: 'https://twitter.com/phoenix_dir'
6874
6874
  },
6875
6875
  type_asset: 'sdk.coin',
6876
6876
  traces: [{
@@ -8674,6 +8674,47 @@ const assets = {
8674
8674
  }
8675
8675
  }]
8676
8676
  },
8677
+ {
8678
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
8679
+ denom_units: [{
8680
+ denom: 'ibc/9578B719E7AD4C0418200F3505EE27087E3FE233EBA3665F55370F589AE64A70',
8681
+ exponent: 0,
8682
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
8683
+ }, {
8684
+ denom: 'solid',
8685
+ exponent: 6
8686
+ }],
8687
+ type_asset: 'cw20',
8688
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
8689
+ base: 'ibc/9578B719E7AD4C0418200F3505EE27087E3FE233EBA3665F55370F589AE64A70',
8690
+ name: 'Solid USD',
8691
+ display: 'solid',
8692
+ symbol: 'SOLID',
8693
+ logo_URIs: {
8694
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
8695
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
8696
+ },
8697
+ images: [{
8698
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
8699
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
8700
+ theme: {
8701
+ primary_color_hex: '#040404'
8702
+ }
8703
+ }],
8704
+ traces: [{
8705
+ type: 'ibc-cw20',
8706
+ counterparty: {
8707
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
8708
+ channel_id: 'channel-28',
8709
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
8710
+ chain_name: 'terra2'
8711
+ },
8712
+ chain: {
8713
+ port: 'transfer',
8714
+ channel_id: 'channel-36'
8715
+ }
8716
+ }]
8717
+ },
8677
8718
  {
8678
8719
  description: 'The native token cw20 for SIENNA on Secret Network',
8679
8720
  denom_units: [{
@@ -10462,6 +10503,47 @@ const assets = {
10462
10503
  channel_id: 'channel-36'
10463
10504
  }
10464
10505
  }]
10506
+ },
10507
+ {
10508
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
10509
+ denom_units: [{
10510
+ denom: 'ibc/9578B719E7AD4C0418200F3505EE27087E3FE233EBA3665F55370F589AE64A70',
10511
+ exponent: 0,
10512
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
10513
+ }, {
10514
+ denom: 'solid',
10515
+ exponent: 6
10516
+ }],
10517
+ type_asset: 'cw20',
10518
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
10519
+ base: 'ibc/9578B719E7AD4C0418200F3505EE27087E3FE233EBA3665F55370F589AE64A70',
10520
+ name: 'Solid USD',
10521
+ display: 'solid',
10522
+ symbol: 'SOLID',
10523
+ logo_URIs: {
10524
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
10525
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
10526
+ },
10527
+ images: [{
10528
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
10529
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
10530
+ theme: {
10531
+ primary_color_hex: '#040404'
10532
+ }
10533
+ }],
10534
+ traces: [{
10535
+ type: 'ibc-cw20',
10536
+ counterparty: {
10537
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
10538
+ channel_id: 'channel-28',
10539
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
10540
+ chain_name: 'terra2'
10541
+ },
10542
+ chain: {
10543
+ port: 'transfer',
10544
+ channel_id: 'channel-36'
10545
+ }
10546
+ }]
10465
10547
  }
10466
10548
  ]
10467
10549
  };
@@ -2114,7 +2114,7 @@ const assets = {
2114
2114
  }]
2115
2115
  },
2116
2116
  {
2117
- description: 'The native staking token of Terra.',
2117
+ description: 'The native staking token of Terra Phoenix.',
2118
2118
  denom_units: [{
2119
2119
  denom: 'ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8',
2120
2120
  exponent: 0,
@@ -2140,8 +2140,8 @@ const assets = {
2140
2140
  }
2141
2141
  }],
2142
2142
  socials: {
2143
- website: 'https://www.terra.money/',
2144
- twitter: 'https://twitter.com/terra_money'
2143
+ website: 'https://www.phoenix.money/',
2144
+ twitter: 'https://twitter.com/phoenix_dir'
2145
2145
  },
2146
2146
  type_asset: 'sdk.coin',
2147
2147
  traces: [{
@@ -2604,7 +2604,7 @@ const assets = {
2604
2604
  }]
2605
2605
  },
2606
2606
  {
2607
- description: 'The native staking token of Terra.',
2607
+ description: 'The native staking token of Terra Phoenix.',
2608
2608
  denom_units: [{
2609
2609
  denom: 'ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8',
2610
2610
  exponent: 0,
@@ -2630,8 +2630,8 @@ const assets = {
2630
2630
  }
2631
2631
  }],
2632
2632
  socials: {
2633
- website: 'https://www.terra.money/',
2634
- twitter: 'https://twitter.com/terra_money'
2633
+ website: 'https://www.phoenix.money/',
2634
+ twitter: 'https://twitter.com/phoenix_dir'
2635
2635
  },
2636
2636
  type_asset: 'sdk.coin',
2637
2637
  traces: [{
@@ -11644,6 +11644,47 @@ const assets = {
11644
11644
  }
11645
11645
  }]
11646
11646
  },
11647
+ {
11648
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
11649
+ denom_units: [{
11650
+ denom: 'ibc/68B6F3D8012200C87F54694723BEE94AD9C26DD204D65DF6DF430827E7FA04EA',
11651
+ exponent: 0,
11652
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
11653
+ }, {
11654
+ denom: 'solid',
11655
+ exponent: 6
11656
+ }],
11657
+ type_asset: 'cw20',
11658
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
11659
+ base: 'ibc/68B6F3D8012200C87F54694723BEE94AD9C26DD204D65DF6DF430827E7FA04EA',
11660
+ name: 'Solid USD',
11661
+ display: 'solid',
11662
+ symbol: 'SOLID',
11663
+ logo_URIs: {
11664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
11665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
11666
+ },
11667
+ images: [{
11668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
11669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
11670
+ theme: {
11671
+ primary_color_hex: '#040404'
11672
+ }
11673
+ }],
11674
+ traces: [{
11675
+ type: 'ibc-cw20',
11676
+ counterparty: {
11677
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
11678
+ channel_id: 'channel-87',
11679
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
11680
+ chain_name: 'terra2'
11681
+ },
11682
+ chain: {
11683
+ port: 'transfer',
11684
+ channel_id: 'channel-2'
11685
+ }
11686
+ }]
11687
+ },
11647
11688
  {
11648
11689
  description: 'The native token cw20 for SIENNA on Secret Network',
11649
11690
  denom_units: [{
@@ -20602,6 +20643,47 @@ const assets = {
20602
20643
  channel_id: 'channel-2'
20603
20644
  }
20604
20645
  }]
20646
+ },
20647
+ {
20648
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
20649
+ denom_units: [{
20650
+ denom: 'ibc/68B6F3D8012200C87F54694723BEE94AD9C26DD204D65DF6DF430827E7FA04EA',
20651
+ exponent: 0,
20652
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
20653
+ }, {
20654
+ denom: 'solid',
20655
+ exponent: 6
20656
+ }],
20657
+ type_asset: 'cw20',
20658
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
20659
+ base: 'ibc/68B6F3D8012200C87F54694723BEE94AD9C26DD204D65DF6DF430827E7FA04EA',
20660
+ name: 'Solid USD',
20661
+ display: 'solid',
20662
+ symbol: 'SOLID',
20663
+ logo_URIs: {
20664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
20665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
20666
+ },
20667
+ images: [{
20668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
20669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
20670
+ theme: {
20671
+ primary_color_hex: '#040404'
20672
+ }
20673
+ }],
20674
+ traces: [{
20675
+ type: 'ibc-cw20',
20676
+ counterparty: {
20677
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
20678
+ channel_id: 'channel-87',
20679
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
20680
+ chain_name: 'terra2'
20681
+ },
20682
+ chain: {
20683
+ port: 'transfer',
20684
+ channel_id: 'channel-2'
20685
+ }
20686
+ }]
20605
20687
  }
20606
20688
  ]
20607
20689
  };