@chain-registry/assets 1.64.65 → 1.64.67

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 (63) hide show
  1. package/esm/mainnet/andromeda.js +0 -64
  2. package/esm/mainnet/axelar.js +5608 -1320
  3. package/esm/mainnet/celestia.js +4969 -681
  4. package/esm/mainnet/composable.js +24 -66
  5. package/esm/mainnet/cosmoshub.js +5958 -1670
  6. package/esm/mainnet/crescent.js +0 -64
  7. package/esm/mainnet/doravota.js +0 -64
  8. package/esm/mainnet/dydx.js +4874 -522
  9. package/esm/mainnet/evmos.js +0 -64
  10. package/esm/mainnet/gateway.js +0 -64
  11. package/esm/mainnet/injective.js +5024 -672
  12. package/esm/mainnet/kava.js +0 -64
  13. package/esm/mainnet/kujira.js +0 -64
  14. package/esm/mainnet/migaloo.js +0 -64
  15. package/esm/mainnet/neutron.js +4742 -454
  16. package/esm/mainnet/noble.js +4777 -489
  17. package/esm/mainnet/nois.js +0 -64
  18. package/esm/mainnet/odin.js +0 -64
  19. package/esm/mainnet/oraichain.js +0 -64
  20. package/esm/mainnet/osmosis.js +6099 -1811
  21. package/esm/mainnet/persistence.js +0 -64
  22. package/esm/mainnet/pryzm.js +0 -64
  23. package/esm/mainnet/secretnetwork.js +0 -64
  24. package/esm/mainnet/sommelier.js +0 -64
  25. package/esm/mainnet/stride.js +5416 -1128
  26. package/esm/mainnet/terra2.js +6171 -1883
  27. package/esm/mainnet/umee.js +0 -64
  28. package/esm/mainnet/xpla.js +0 -64
  29. package/esm/testnet/osmosistestnet.js +6 -6
  30. package/esm/testnet/stargazetestnet.js +8 -8
  31. package/esm/testnet/symphonytestnet.js +12 -12
  32. package/mainnet/andromeda.js +0 -64
  33. package/mainnet/axelar.js +5608 -1320
  34. package/mainnet/celestia.js +4969 -681
  35. package/mainnet/composable.js +24 -66
  36. package/mainnet/cosmoshub.js +5958 -1670
  37. package/mainnet/crescent.js +0 -64
  38. package/mainnet/doravota.js +0 -64
  39. package/mainnet/dydx.js +4874 -522
  40. package/mainnet/evmos.js +0 -64
  41. package/mainnet/gateway.js +0 -64
  42. package/mainnet/injective.js +5024 -672
  43. package/mainnet/kava.js +0 -64
  44. package/mainnet/kujira.js +0 -64
  45. package/mainnet/migaloo.js +0 -64
  46. package/mainnet/neutron.js +4742 -454
  47. package/mainnet/noble.js +4777 -489
  48. package/mainnet/nois.js +0 -64
  49. package/mainnet/odin.js +0 -64
  50. package/mainnet/oraichain.js +0 -64
  51. package/mainnet/osmosis.js +6099 -1811
  52. package/mainnet/persistence.js +0 -64
  53. package/mainnet/pryzm.js +0 -64
  54. package/mainnet/secretnetwork.js +0 -64
  55. package/mainnet/sommelier.js +0 -64
  56. package/mainnet/stride.js +5416 -1128
  57. package/mainnet/terra2.js +6171 -1883
  58. package/mainnet/umee.js +0 -64
  59. package/mainnet/xpla.js +0 -64
  60. package/package.json +5 -5
  61. package/testnet/osmosistestnet.js +6 -6
  62. package/testnet/stargazetestnet.js +8 -8
  63. package/testnet/symphonytestnet.js +12 -12
@@ -818,7 +818,18 @@ const assets = {
818
818
  },
819
819
  coingecko_id: 'solana',
820
820
  images: [{
821
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
822
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
823
+ theme: {
824
+ circle: true,
825
+ background_color_hex: '#000000'
826
+ }
827
+ }, {
828
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg',
829
+ theme: {
830
+ circle: false,
831
+ background_color_hex: '#00000000'
832
+ }
822
833
  }],
823
834
  traces: [{
824
835
  type: 'ibc',
@@ -2972,38 +2983,6 @@ const assets = {
2972
2983
  }
2973
2984
  }]
2974
2985
  },
2975
- {
2976
- description: 'DRUGS meme coin',
2977
- denom_units: [{
2978
- denom: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
2979
- exponent: 0,
2980
- aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
2981
- }, {
2982
- denom: 'DRUGS',
2983
- exponent: 6
2984
- }],
2985
- base: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
2986
- name: 'DRUGS',
2987
- display: 'DRUGS',
2988
- symbol: 'DRUGS',
2989
- logo_URIs: {
2990
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2991
- },
2992
- images: [{
2993
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2994
- }],
2995
- traces: [{
2996
- type: 'ibc',
2997
- counterparty: {
2998
- channel_id: 'channel-145',
2999
- base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
3000
- chain_name: 'injective'
3001
- },
3002
- chain: {
3003
- channel_id: 'channel-29'
3004
- }
3005
- }]
3006
- },
3007
2986
  {
3008
2987
  description: 'The native token of JUNO Chain',
3009
2988
  denom_units: [{
@@ -3462,7 +3441,18 @@ const assets = {
3462
3441
  },
3463
3442
  coingecko_id: 'solana',
3464
3443
  images: [{
3465
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
3444
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
3445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
3446
+ theme: {
3447
+ circle: true,
3448
+ background_color_hex: '#000000'
3449
+ }
3450
+ }, {
3451
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg',
3452
+ theme: {
3453
+ circle: false,
3454
+ background_color_hex: '#00000000'
3455
+ }
3466
3456
  }],
3467
3457
  traces: [{
3468
3458
  type: 'ibc',
@@ -4395,38 +4385,6 @@ const assets = {
4395
4385
  }
4396
4386
  }]
4397
4387
  },
4398
- {
4399
- description: 'DRUGS meme coin',
4400
- denom_units: [{
4401
- denom: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
4402
- exponent: 0,
4403
- aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
4404
- }, {
4405
- denom: 'DRUGS',
4406
- exponent: 6
4407
- }],
4408
- base: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
4409
- name: 'DRUGS',
4410
- display: 'DRUGS',
4411
- symbol: 'DRUGS',
4412
- logo_URIs: {
4413
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
4414
- },
4415
- images: [{
4416
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
4417
- }],
4418
- traces: [{
4419
- type: 'ibc',
4420
- counterparty: {
4421
- channel_id: 'channel-145',
4422
- base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
4423
- chain_name: 'injective'
4424
- },
4425
- chain: {
4426
- channel_id: 'channel-29'
4427
- }
4428
- }]
4429
- },
4430
4388
  {
4431
4389
  description: 'The native token of JUNO Chain',
4432
4390
  denom_units: [{