@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
@@ -1755,7 +1755,7 @@ const assets = {
1755
1755
  }]
1756
1756
  },
1757
1757
  {
1758
- description: 'The native staking token of Terra.',
1758
+ description: 'The native staking token of Terra Phoenix.',
1759
1759
  denom_units: [{
1760
1760
  denom: 'ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395',
1761
1761
  exponent: 0,
@@ -1781,8 +1781,8 @@ const assets = {
1781
1781
  }
1782
1782
  }],
1783
1783
  socials: {
1784
- website: 'https://www.terra.money/',
1785
- twitter: 'https://twitter.com/terra_money'
1784
+ website: 'https://www.phoenix.money/',
1785
+ twitter: 'https://twitter.com/phoenix_dir'
1786
1786
  },
1787
1787
  type_asset: 'sdk.coin',
1788
1788
  traces: [{
@@ -1841,7 +1841,7 @@ const assets = {
1841
1841
  }]
1842
1842
  },
1843
1843
  {
1844
- description: 'The native staking token of Terra.',
1844
+ description: 'The native staking token of Terra Phoenix.',
1845
1845
  denom_units: [{
1846
1846
  denom: 'ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395',
1847
1847
  exponent: 0,
@@ -1867,8 +1867,8 @@ const assets = {
1867
1867
  }
1868
1868
  }],
1869
1869
  socials: {
1870
- website: 'https://www.terra.money/',
1871
- twitter: 'https://twitter.com/terra_money'
1870
+ website: 'https://www.phoenix.money/',
1871
+ twitter: 'https://twitter.com/phoenix_dir'
1872
1872
  },
1873
1873
  type_asset: 'sdk.coin',
1874
1874
  traces: [{
@@ -1867,7 +1867,7 @@ const assets = {
1867
1867
  }]
1868
1868
  },
1869
1869
  {
1870
- description: 'The native staking token of Terra.',
1870
+ description: 'The native staking token of Terra Phoenix.',
1871
1871
  denom_units: [{
1872
1872
  denom: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF',
1873
1873
  exponent: 0,
@@ -1893,8 +1893,8 @@ const assets = {
1893
1893
  }
1894
1894
  }],
1895
1895
  socials: {
1896
- website: 'https://www.terra.money/',
1897
- twitter: 'https://twitter.com/terra_money'
1896
+ website: 'https://www.phoenix.money/',
1897
+ twitter: 'https://twitter.com/phoenix_dir'
1898
1898
  },
1899
1899
  type_asset: 'sdk.coin',
1900
1900
  traces: [{
@@ -2258,7 +2258,7 @@ const assets = {
2258
2258
  }]
2259
2259
  },
2260
2260
  {
2261
- description: 'The native staking token of Terra.',
2261
+ description: 'The native staking token of Terra Phoenix.',
2262
2262
  denom_units: [{
2263
2263
  denom: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF',
2264
2264
  exponent: 0,
@@ -2284,8 +2284,8 @@ const assets = {
2284
2284
  }
2285
2285
  }],
2286
2286
  socials: {
2287
- website: 'https://www.terra.money/',
2288
- twitter: 'https://twitter.com/terra_money'
2287
+ website: 'https://www.phoenix.money/',
2288
+ twitter: 'https://twitter.com/phoenix_dir'
2289
2289
  },
2290
2290
  type_asset: 'sdk.coin',
2291
2291
  traces: [{
@@ -5804,7 +5804,7 @@ const assets = {
5804
5804
  }]
5805
5805
  },
5806
5806
  {
5807
- description: 'The native staking token of Terra.',
5807
+ description: 'The native staking token of Terra Phoenix.',
5808
5808
  denom_units: [{
5809
5809
  denom: 'ibc/28DECFA7FB7E3AB58DC3B3AEA9B11C6C6B6E46356DCC26505205DAD3379984F5',
5810
5810
  exponent: 0,
@@ -5830,8 +5830,8 @@ const assets = {
5830
5830
  }
5831
5831
  }],
5832
5832
  socials: {
5833
- website: 'https://www.terra.money/',
5834
- twitter: 'https://twitter.com/terra_money'
5833
+ website: 'https://www.phoenix.money/',
5834
+ twitter: 'https://twitter.com/phoenix_dir'
5835
5835
  },
5836
5836
  type_asset: 'sdk.coin',
5837
5837
  traces: [{
@@ -7176,7 +7176,7 @@ const assets = {
7176
7176
  }]
7177
7177
  },
7178
7178
  {
7179
- description: 'The native staking token of Terra.',
7179
+ description: 'The native staking token of Terra Phoenix.',
7180
7180
  denom_units: [{
7181
7181
  denom: 'ibc/28DECFA7FB7E3AB58DC3B3AEA9B11C6C6B6E46356DCC26505205DAD3379984F5',
7182
7182
  exponent: 0,
@@ -7202,8 +7202,8 @@ const assets = {
7202
7202
  }
7203
7203
  }],
7204
7204
  socials: {
7205
- website: 'https://www.terra.money/',
7206
- twitter: 'https://twitter.com/terra_money'
7205
+ website: 'https://www.phoenix.money/',
7206
+ twitter: 'https://twitter.com/phoenix_dir'
7207
7207
  },
7208
7208
  type_asset: 'sdk.coin',
7209
7209
  traces: [{
@@ -8379,7 +8379,7 @@ const assets = {
8379
8379
  }
8380
8380
  }],
8381
8381
  socials: {
8382
- website: 'https://www.nride.com',
8382
+ website: 'https://www.nride.network',
8383
8383
  twitter: 'https://twitter.com/nRide12'
8384
8384
  },
8385
8385
  traces: [{
@@ -11801,7 +11801,7 @@ const assets = {
11801
11801
  }
11802
11802
  }],
11803
11803
  socials: {
11804
- website: 'https://www.nride.com',
11804
+ website: 'https://www.nride.network',
11805
11805
  twitter: 'https://twitter.com/nRide12'
11806
11806
  },
11807
11807
  traces: [{
@@ -15432,6 +15432,47 @@ const assets = {
15432
15432
  }
15433
15433
  }]
15434
15434
  },
15435
+ {
15436
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
15437
+ denom_units: [{
15438
+ denom: 'ibc/F8A11BBB96DEBCE9D86791E7CBABCFA77ECD829F77899E0CFBAF69646679ECFA',
15439
+ exponent: 0,
15440
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
15441
+ }, {
15442
+ denom: 'solid',
15443
+ exponent: 6
15444
+ }],
15445
+ type_asset: 'cw20',
15446
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
15447
+ base: 'ibc/F8A11BBB96DEBCE9D86791E7CBABCFA77ECD829F77899E0CFBAF69646679ECFA',
15448
+ name: 'Solid USD',
15449
+ display: 'solid',
15450
+ symbol: 'SOLID',
15451
+ logo_URIs: {
15452
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
15453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
15454
+ },
15455
+ images: [{
15456
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
15457
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
15458
+ theme: {
15459
+ primary_color_hex: '#040404'
15460
+ }
15461
+ }],
15462
+ traces: [{
15463
+ type: 'ibc-cw20',
15464
+ counterparty: {
15465
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
15466
+ channel_id: 'channel-382',
15467
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
15468
+ chain_name: 'terra2'
15469
+ },
15470
+ chain: {
15471
+ port: 'transfer',
15472
+ channel_id: 'channel-127'
15473
+ }
15474
+ }]
15475
+ },
15435
15476
  {
15436
15477
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
15437
15478
  denom_units: [{
@@ -16762,6 +16803,47 @@ const assets = {
16762
16803
  channel_id: 'channel-127'
16763
16804
  }
16764
16805
  }]
16806
+ },
16807
+ {
16808
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
16809
+ denom_units: [{
16810
+ denom: 'ibc/F8A11BBB96DEBCE9D86791E7CBABCFA77ECD829F77899E0CFBAF69646679ECFA',
16811
+ exponent: 0,
16812
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
16813
+ }, {
16814
+ denom: 'solid',
16815
+ exponent: 6
16816
+ }],
16817
+ type_asset: 'cw20',
16818
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
16819
+ base: 'ibc/F8A11BBB96DEBCE9D86791E7CBABCFA77ECD829F77899E0CFBAF69646679ECFA',
16820
+ name: 'Solid USD',
16821
+ display: 'solid',
16822
+ symbol: 'SOLID',
16823
+ logo_URIs: {
16824
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
16825
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
16826
+ },
16827
+ images: [{
16828
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
16829
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
16830
+ theme: {
16831
+ primary_color_hex: '#040404'
16832
+ }
16833
+ }],
16834
+ traces: [{
16835
+ type: 'ibc-cw20',
16836
+ counterparty: {
16837
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
16838
+ channel_id: 'channel-382',
16839
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
16840
+ chain_name: 'terra2'
16841
+ },
16842
+ chain: {
16843
+ port: 'transfer',
16844
+ channel_id: 'channel-127'
16845
+ }
16846
+ }]
16765
16847
  }
16766
16848
  ]
16767
16849
  };
@@ -506,7 +506,7 @@ const assets = {
506
506
  }]
507
507
  },
508
508
  {
509
- description: 'The native staking token of Terra.',
509
+ description: 'The native staking token of Terra Phoenix.',
510
510
  denom_units: [{
511
511
  denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
512
512
  exponent: 0,
@@ -532,8 +532,8 @@ const assets = {
532
532
  }
533
533
  }],
534
534
  socials: {
535
- website: 'https://www.terra.money/',
536
- twitter: 'https://twitter.com/terra_money'
535
+ website: 'https://www.phoenix.money/',
536
+ twitter: 'https://twitter.com/phoenix_dir'
537
537
  },
538
538
  type_asset: 'sdk.coin',
539
539
  traces: [{
@@ -549,7 +549,7 @@ const assets = {
549
549
  }]
550
550
  },
551
551
  {
552
- description: 'The native staking token of Terra.',
552
+ description: 'The native staking token of Terra Phoenix.',
553
553
  denom_units: [{
554
554
  denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
555
555
  exponent: 0,
@@ -575,8 +575,8 @@ const assets = {
575
575
  }
576
576
  }],
577
577
  socials: {
578
- website: 'https://www.terra.money/',
579
- twitter: 'https://twitter.com/terra_money'
578
+ website: 'https://www.phoenix.money/',
579
+ twitter: 'https://twitter.com/phoenix_dir'
580
580
  },
581
581
  type_asset: 'sdk.coin',
582
582
  traces: [{
@@ -3055,7 +3055,7 @@ const assets = {
3055
3055
  }]
3056
3056
  },
3057
3057
  {
3058
- description: 'The native staking token of Terra.',
3058
+ description: 'The native staking token of Terra Phoenix.',
3059
3059
  denom_units: [{
3060
3060
  denom: 'ibc/33B679C576A22B5D2CA314D8801155881C62037C34DBC3B32537FA5DBAB91080',
3061
3061
  exponent: 0,
@@ -3081,8 +3081,8 @@ const assets = {
3081
3081
  }
3082
3082
  }],
3083
3083
  socials: {
3084
- website: 'https://www.terra.money/',
3085
- twitter: 'https://twitter.com/terra_money'
3084
+ website: 'https://www.phoenix.money/',
3085
+ twitter: 'https://twitter.com/phoenix_dir'
3086
3086
  },
3087
3087
  type_asset: 'sdk.coin',
3088
3088
  traces: [{
@@ -3141,7 +3141,7 @@ const assets = {
3141
3141
  }]
3142
3142
  },
3143
3143
  {
3144
- description: 'The native staking token of Terra.',
3144
+ description: 'The native staking token of Terra Phoenix.',
3145
3145
  denom_units: [{
3146
3146
  denom: 'ibc/33B679C576A22B5D2CA314D8801155881C62037C34DBC3B32537FA5DBAB91080',
3147
3147
  exponent: 0,
@@ -3167,8 +3167,8 @@ const assets = {
3167
3167
  }
3168
3168
  }],
3169
3169
  socials: {
3170
- website: 'https://www.terra.money/',
3171
- twitter: 'https://twitter.com/terra_money'
3170
+ website: 'https://www.phoenix.money/',
3171
+ twitter: 'https://twitter.com/phoenix_dir'
3172
3172
  },
3173
3173
  type_asset: 'sdk.coin',
3174
3174
  traces: [{