@chain-registry/assets 1.70.241 → 1.70.243

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 +860 -8
  25. package/esm/mainnet/pryzm.js +6 -6
  26. package/esm/mainnet/quicksilver.js +6 -6
  27. package/esm/mainnet/secretnetwork.js +90 -8
  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 +860 -8
  57. package/mainnet/pryzm.js +6 -6
  58. package/mainnet/quicksilver.js +6 -6
  59. package/mainnet/secretnetwork.js +90 -8
  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
@@ -1661,7 +1661,7 @@ const assets = {
1661
1661
  }]
1662
1662
  },
1663
1663
  {
1664
- description: 'The native staking token of Terra.',
1664
+ description: 'The native staking token of Terra Phoenix.',
1665
1665
  denom_units: [{
1666
1666
  denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
1667
1667
  exponent: 0,
@@ -1687,8 +1687,8 @@ const assets = {
1687
1687
  }
1688
1688
  }],
1689
1689
  socials: {
1690
- website: 'https://www.terra.money/',
1691
- twitter: 'https://twitter.com/terra_money'
1690
+ website: 'https://www.phoenix.money/',
1691
+ twitter: 'https://twitter.com/phoenix_dir'
1692
1692
  },
1693
1693
  type_asset: 'sdk.coin',
1694
1694
  traces: [{
@@ -3361,7 +3361,7 @@ const assets = {
3361
3361
  }]
3362
3362
  },
3363
3363
  {
3364
- description: 'The native staking token of Terra.',
3364
+ description: 'The native staking token of Terra Phoenix.',
3365
3365
  denom_units: [{
3366
3366
  denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
3367
3367
  exponent: 0,
@@ -3387,8 +3387,8 @@ const assets = {
3387
3387
  }
3388
3388
  }],
3389
3389
  socials: {
3390
- website: 'https://www.terra.money/',
3391
- twitter: 'https://twitter.com/terra_money'
3390
+ website: 'https://www.phoenix.money/',
3391
+ twitter: 'https://twitter.com/phoenix_dir'
3392
3392
  },
3393
3393
  type_asset: 'sdk.coin',
3394
3394
  traces: [{
package/mainnet/akash.js CHANGED
@@ -963,7 +963,7 @@ const assets = {
963
963
  }]
964
964
  },
965
965
  {
966
- description: 'The native staking token of Terra.',
966
+ description: 'The native staking token of Terra Phoenix.',
967
967
  denom_units: [{
968
968
  denom: 'ibc/58B230EC118D010C49CDC427368D10AE9C0F4722DD14720AD9915521E13283FA',
969
969
  exponent: 0,
@@ -989,8 +989,8 @@ const assets = {
989
989
  }
990
990
  }],
991
991
  socials: {
992
- website: 'https://www.terra.money/',
993
- twitter: 'https://twitter.com/terra_money'
992
+ website: 'https://www.phoenix.money/',
993
+ twitter: 'https://twitter.com/phoenix_dir'
994
994
  },
995
995
  type_asset: 'sdk.coin',
996
996
  traces: [{
@@ -1965,7 +1965,7 @@ const assets = {
1965
1965
  }]
1966
1966
  },
1967
1967
  {
1968
- description: 'The native staking token of Terra.',
1968
+ description: 'The native staking token of Terra Phoenix.',
1969
1969
  denom_units: [{
1970
1970
  denom: 'ibc/58B230EC118D010C49CDC427368D10AE9C0F4722DD14720AD9915521E13283FA',
1971
1971
  exponent: 0,
@@ -1991,8 +1991,8 @@ const assets = {
1991
1991
  }
1992
1992
  }],
1993
1993
  socials: {
1994
- website: 'https://www.terra.money/',
1995
- twitter: 'https://twitter.com/terra_money'
1994
+ website: 'https://www.phoenix.money/',
1995
+ twitter: 'https://twitter.com/phoenix_dir'
1996
1996
  },
1997
1997
  type_asset: 'sdk.coin',
1998
1998
  traces: [{
@@ -582,7 +582,7 @@ const assets = {
582
582
  }]
583
583
  },
584
584
  {
585
- description: 'The native staking token of Terra.',
585
+ description: 'The native staking token of Terra Phoenix.',
586
586
  denom_units: [{
587
587
  denom: 'ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5',
588
588
  exponent: 0,
@@ -608,8 +608,8 @@ const assets = {
608
608
  }
609
609
  }],
610
610
  socials: {
611
- website: 'https://www.terra.money/',
612
- twitter: 'https://twitter.com/terra_money'
611
+ website: 'https://www.phoenix.money/',
612
+ twitter: 'https://twitter.com/phoenix_dir'
613
613
  },
614
614
  type_asset: 'sdk.coin',
615
615
  traces: [{
@@ -1203,7 +1203,7 @@ const assets = {
1203
1203
  }]
1204
1204
  },
1205
1205
  {
1206
- description: 'The native staking token of Terra.',
1206
+ description: 'The native staking token of Terra Phoenix.',
1207
1207
  denom_units: [{
1208
1208
  denom: 'ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5',
1209
1209
  exponent: 0,
@@ -1229,8 +1229,8 @@ const assets = {
1229
1229
  }
1230
1230
  }],
1231
1231
  socials: {
1232
- website: 'https://www.terra.money/',
1233
- twitter: 'https://twitter.com/terra_money'
1232
+ website: 'https://www.phoenix.money/',
1233
+ twitter: 'https://twitter.com/phoenix_dir'
1234
1234
  },
1235
1235
  type_asset: 'sdk.coin',
1236
1236
  traces: [{
@@ -1701,7 +1701,7 @@ const assets = {
1701
1701
  }]
1702
1702
  },
1703
1703
  {
1704
- description: 'The native staking token of Terra.',
1704
+ description: 'The native staking token of Terra Phoenix.',
1705
1705
  denom_units: [{
1706
1706
  denom: 'ibc/BB5E5F8E4558CD5A0150EE8EC141D581D17F0FE42E29CAD354CB272CF59CDC44',
1707
1707
  exponent: 0,
@@ -1727,8 +1727,8 @@ const assets = {
1727
1727
  }
1728
1728
  }],
1729
1729
  socials: {
1730
- website: 'https://www.terra.money/',
1731
- twitter: 'https://twitter.com/terra_money'
1730
+ website: 'https://www.phoenix.money/',
1731
+ twitter: 'https://twitter.com/phoenix_dir'
1732
1732
  },
1733
1733
  type_asset: 'sdk.coin',
1734
1734
  traces: [{
@@ -3156,7 +3156,7 @@ const assets = {
3156
3156
  }]
3157
3157
  },
3158
3158
  {
3159
- description: 'The native staking token of Terra.',
3159
+ description: 'The native staking token of Terra Phoenix.',
3160
3160
  denom_units: [{
3161
3161
  denom: 'ibc/BB5E5F8E4558CD5A0150EE8EC141D581D17F0FE42E29CAD354CB272CF59CDC44',
3162
3162
  exponent: 0,
@@ -3182,8 +3182,8 @@ const assets = {
3182
3182
  }
3183
3183
  }],
3184
3184
  socials: {
3185
- website: 'https://www.terra.money/',
3186
- twitter: 'https://twitter.com/terra_money'
3185
+ website: 'https://www.phoenix.money/',
3186
+ twitter: 'https://twitter.com/phoenix_dir'
3187
3187
  },
3188
3188
  type_asset: 'sdk.coin',
3189
3189
  traces: [{