@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
package/mainnet/pryzm.js CHANGED
@@ -1757,7 +1757,7 @@ const assets = {
1757
1757
  }]
1758
1758
  },
1759
1759
  {
1760
- description: 'The native staking token of Terra.',
1760
+ description: 'The native staking token of Terra Phoenix.',
1761
1761
  denom_units: [{
1762
1762
  denom: 'ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395',
1763
1763
  exponent: 0,
@@ -1783,8 +1783,8 @@ const assets = {
1783
1783
  }
1784
1784
  }],
1785
1785
  socials: {
1786
- website: 'https://www.terra.money/',
1787
- twitter: 'https://twitter.com/terra_money'
1786
+ website: 'https://www.phoenix.money/',
1787
+ twitter: 'https://twitter.com/phoenix_dir'
1788
1788
  },
1789
1789
  type_asset: 'sdk.coin',
1790
1790
  traces: [{
@@ -1843,7 +1843,7 @@ const assets = {
1843
1843
  }]
1844
1844
  },
1845
1845
  {
1846
- description: 'The native staking token of Terra.',
1846
+ description: 'The native staking token of Terra Phoenix.',
1847
1847
  denom_units: [{
1848
1848
  denom: 'ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395',
1849
1849
  exponent: 0,
@@ -1869,8 +1869,8 @@ const assets = {
1869
1869
  }
1870
1870
  }],
1871
1871
  socials: {
1872
- website: 'https://www.terra.money/',
1873
- twitter: 'https://twitter.com/terra_money'
1872
+ website: 'https://www.phoenix.money/',
1873
+ twitter: 'https://twitter.com/phoenix_dir'
1874
1874
  },
1875
1875
  type_asset: 'sdk.coin',
1876
1876
  traces: [{
@@ -1869,7 +1869,7 @@ const assets = {
1869
1869
  }]
1870
1870
  },
1871
1871
  {
1872
- description: 'The native staking token of Terra.',
1872
+ description: 'The native staking token of Terra Phoenix.',
1873
1873
  denom_units: [{
1874
1874
  denom: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF',
1875
1875
  exponent: 0,
@@ -1895,8 +1895,8 @@ const assets = {
1895
1895
  }
1896
1896
  }],
1897
1897
  socials: {
1898
- website: 'https://www.terra.money/',
1899
- twitter: 'https://twitter.com/terra_money'
1898
+ website: 'https://www.phoenix.money/',
1899
+ twitter: 'https://twitter.com/phoenix_dir'
1900
1900
  },
1901
1901
  type_asset: 'sdk.coin',
1902
1902
  traces: [{
@@ -2260,7 +2260,7 @@ const assets = {
2260
2260
  }]
2261
2261
  },
2262
2262
  {
2263
- description: 'The native staking token of Terra.',
2263
+ description: 'The native staking token of Terra Phoenix.',
2264
2264
  denom_units: [{
2265
2265
  denom: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF',
2266
2266
  exponent: 0,
@@ -2286,8 +2286,8 @@ const assets = {
2286
2286
  }
2287
2287
  }],
2288
2288
  socials: {
2289
- website: 'https://www.terra.money/',
2290
- twitter: 'https://twitter.com/terra_money'
2289
+ website: 'https://www.phoenix.money/',
2290
+ twitter: 'https://twitter.com/phoenix_dir'
2291
2291
  },
2292
2292
  type_asset: 'sdk.coin',
2293
2293
  traces: [{
@@ -5806,7 +5806,7 @@ const assets = {
5806
5806
  }]
5807
5807
  },
5808
5808
  {
5809
- description: 'The native staking token of Terra.',
5809
+ description: 'The native staking token of Terra Phoenix.',
5810
5810
  denom_units: [{
5811
5811
  denom: 'ibc/28DECFA7FB7E3AB58DC3B3AEA9B11C6C6B6E46356DCC26505205DAD3379984F5',
5812
5812
  exponent: 0,
@@ -5832,8 +5832,8 @@ const assets = {
5832
5832
  }
5833
5833
  }],
5834
5834
  socials: {
5835
- website: 'https://www.terra.money/',
5836
- twitter: 'https://twitter.com/terra_money'
5835
+ website: 'https://www.phoenix.money/',
5836
+ twitter: 'https://twitter.com/phoenix_dir'
5837
5837
  },
5838
5838
  type_asset: 'sdk.coin',
5839
5839
  traces: [{
@@ -7178,7 +7178,7 @@ const assets = {
7178
7178
  }]
7179
7179
  },
7180
7180
  {
7181
- description: 'The native staking token of Terra.',
7181
+ description: 'The native staking token of Terra Phoenix.',
7182
7182
  denom_units: [{
7183
7183
  denom: 'ibc/28DECFA7FB7E3AB58DC3B3AEA9B11C6C6B6E46356DCC26505205DAD3379984F5',
7184
7184
  exponent: 0,
@@ -7204,8 +7204,8 @@ const assets = {
7204
7204
  }
7205
7205
  }],
7206
7206
  socials: {
7207
- website: 'https://www.terra.money/',
7208
- twitter: 'https://twitter.com/terra_money'
7207
+ website: 'https://www.phoenix.money/',
7208
+ twitter: 'https://twitter.com/phoenix_dir'
7209
7209
  },
7210
7210
  type_asset: 'sdk.coin',
7211
7211
  traces: [{
@@ -8381,7 +8381,7 @@ const assets = {
8381
8381
  }
8382
8382
  }],
8383
8383
  socials: {
8384
- website: 'https://www.nride.com',
8384
+ website: 'https://www.nride.network',
8385
8385
  twitter: 'https://twitter.com/nRide12'
8386
8386
  },
8387
8387
  traces: [{
@@ -11803,7 +11803,7 @@ const assets = {
11803
11803
  }
11804
11804
  }],
11805
11805
  socials: {
11806
- website: 'https://www.nride.com',
11806
+ website: 'https://www.nride.network',
11807
11807
  twitter: 'https://twitter.com/nRide12'
11808
11808
  },
11809
11809
  traces: [{
@@ -15434,6 +15434,47 @@ const assets = {
15434
15434
  }
15435
15435
  }]
15436
15436
  },
15437
+ {
15438
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
15439
+ denom_units: [{
15440
+ denom: 'ibc/F8A11BBB96DEBCE9D86791E7CBABCFA77ECD829F77899E0CFBAF69646679ECFA',
15441
+ exponent: 0,
15442
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
15443
+ }, {
15444
+ denom: 'solid',
15445
+ exponent: 6
15446
+ }],
15447
+ type_asset: 'cw20',
15448
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
15449
+ base: 'ibc/F8A11BBB96DEBCE9D86791E7CBABCFA77ECD829F77899E0CFBAF69646679ECFA',
15450
+ name: 'Solid USD',
15451
+ display: 'solid',
15452
+ symbol: 'SOLID',
15453
+ logo_URIs: {
15454
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
15455
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
15456
+ },
15457
+ images: [{
15458
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
15459
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
15460
+ theme: {
15461
+ primary_color_hex: '#040404'
15462
+ }
15463
+ }],
15464
+ traces: [{
15465
+ type: 'ibc-cw20',
15466
+ counterparty: {
15467
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
15468
+ channel_id: 'channel-382',
15469
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
15470
+ chain_name: 'terra2'
15471
+ },
15472
+ chain: {
15473
+ port: 'transfer',
15474
+ channel_id: 'channel-127'
15475
+ }
15476
+ }]
15477
+ },
15437
15478
  {
15438
15479
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
15439
15480
  denom_units: [{
@@ -16764,6 +16805,47 @@ const assets = {
16764
16805
  channel_id: 'channel-127'
16765
16806
  }
16766
16807
  }]
16808
+ },
16809
+ {
16810
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
16811
+ denom_units: [{
16812
+ denom: 'ibc/F8A11BBB96DEBCE9D86791E7CBABCFA77ECD829F77899E0CFBAF69646679ECFA',
16813
+ exponent: 0,
16814
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
16815
+ }, {
16816
+ denom: 'solid',
16817
+ exponent: 6
16818
+ }],
16819
+ type_asset: 'cw20',
16820
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
16821
+ base: 'ibc/F8A11BBB96DEBCE9D86791E7CBABCFA77ECD829F77899E0CFBAF69646679ECFA',
16822
+ name: 'Solid USD',
16823
+ display: 'solid',
16824
+ symbol: 'SOLID',
16825
+ logo_URIs: {
16826
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
16827
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
16828
+ },
16829
+ images: [{
16830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
16831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
16832
+ theme: {
16833
+ primary_color_hex: '#040404'
16834
+ }
16835
+ }],
16836
+ traces: [{
16837
+ type: 'ibc-cw20',
16838
+ counterparty: {
16839
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
16840
+ channel_id: 'channel-382',
16841
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
16842
+ chain_name: 'terra2'
16843
+ },
16844
+ chain: {
16845
+ port: 'transfer',
16846
+ channel_id: 'channel-127'
16847
+ }
16848
+ }]
16767
16849
  }
16768
16850
  ]
16769
16851
  };
@@ -508,7 +508,7 @@ const assets = {
508
508
  }]
509
509
  },
510
510
  {
511
- description: 'The native staking token of Terra.',
511
+ description: 'The native staking token of Terra Phoenix.',
512
512
  denom_units: [{
513
513
  denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
514
514
  exponent: 0,
@@ -534,8 +534,8 @@ const assets = {
534
534
  }
535
535
  }],
536
536
  socials: {
537
- website: 'https://www.terra.money/',
538
- twitter: 'https://twitter.com/terra_money'
537
+ website: 'https://www.phoenix.money/',
538
+ twitter: 'https://twitter.com/phoenix_dir'
539
539
  },
540
540
  type_asset: 'sdk.coin',
541
541
  traces: [{
@@ -551,7 +551,7 @@ const assets = {
551
551
  }]
552
552
  },
553
553
  {
554
- description: 'The native staking token of Terra.',
554
+ description: 'The native staking token of Terra Phoenix.',
555
555
  denom_units: [{
556
556
  denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
557
557
  exponent: 0,
@@ -577,8 +577,8 @@ const assets = {
577
577
  }
578
578
  }],
579
579
  socials: {
580
- website: 'https://www.terra.money/',
581
- twitter: 'https://twitter.com/terra_money'
580
+ website: 'https://www.phoenix.money/',
581
+ twitter: 'https://twitter.com/phoenix_dir'
582
582
  },
583
583
  type_asset: 'sdk.coin',
584
584
  traces: [{
@@ -3057,7 +3057,7 @@ const assets = {
3057
3057
  }]
3058
3058
  },
3059
3059
  {
3060
- description: 'The native staking token of Terra.',
3060
+ description: 'The native staking token of Terra Phoenix.',
3061
3061
  denom_units: [{
3062
3062
  denom: 'ibc/33B679C576A22B5D2CA314D8801155881C62037C34DBC3B32537FA5DBAB91080',
3063
3063
  exponent: 0,
@@ -3083,8 +3083,8 @@ const assets = {
3083
3083
  }
3084
3084
  }],
3085
3085
  socials: {
3086
- website: 'https://www.terra.money/',
3087
- twitter: 'https://twitter.com/terra_money'
3086
+ website: 'https://www.phoenix.money/',
3087
+ twitter: 'https://twitter.com/phoenix_dir'
3088
3088
  },
3089
3089
  type_asset: 'sdk.coin',
3090
3090
  traces: [{
@@ -3143,7 +3143,7 @@ const assets = {
3143
3143
  }]
3144
3144
  },
3145
3145
  {
3146
- description: 'The native staking token of Terra.',
3146
+ description: 'The native staking token of Terra Phoenix.',
3147
3147
  denom_units: [{
3148
3148
  denom: 'ibc/33B679C576A22B5D2CA314D8801155881C62037C34DBC3B32537FA5DBAB91080',
3149
3149
  exponent: 0,
@@ -3169,8 +3169,8 @@ const assets = {
3169
3169
  }
3170
3170
  }],
3171
3171
  socials: {
3172
- website: 'https://www.terra.money/',
3173
- twitter: 'https://twitter.com/terra_money'
3172
+ website: 'https://www.phoenix.money/',
3173
+ twitter: 'https://twitter.com/phoenix_dir'
3174
3174
  },
3175
3175
  type_asset: 'sdk.coin',
3176
3176
  traces: [{