@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
@@ -816,7 +816,18 @@ const assets = {
816
816
  },
817
817
  coingecko_id: 'solana',
818
818
  images: [{
819
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
819
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
821
+ theme: {
822
+ circle: true,
823
+ background_color_hex: '#000000'
824
+ }
825
+ }, {
826
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg',
827
+ theme: {
828
+ circle: false,
829
+ background_color_hex: '#00000000'
830
+ }
820
831
  }],
821
832
  traces: [{
822
833
  type: 'ibc',
@@ -2970,38 +2981,6 @@ const assets = {
2970
2981
  }
2971
2982
  }]
2972
2983
  },
2973
- {
2974
- description: 'DRUGS meme coin',
2975
- denom_units: [{
2976
- denom: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
2977
- exponent: 0,
2978
- aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
2979
- }, {
2980
- denom: 'DRUGS',
2981
- exponent: 6
2982
- }],
2983
- base: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
2984
- name: 'DRUGS',
2985
- display: 'DRUGS',
2986
- symbol: 'DRUGS',
2987
- logo_URIs: {
2988
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2989
- },
2990
- images: [{
2991
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2992
- }],
2993
- traces: [{
2994
- type: 'ibc',
2995
- counterparty: {
2996
- channel_id: 'channel-145',
2997
- base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
2998
- chain_name: 'injective'
2999
- },
3000
- chain: {
3001
- channel_id: 'channel-29'
3002
- }
3003
- }]
3004
- },
3005
2984
  {
3006
2985
  description: 'The native token of JUNO Chain',
3007
2986
  denom_units: [{
@@ -3460,7 +3439,18 @@ const assets = {
3460
3439
  },
3461
3440
  coingecko_id: 'solana',
3462
3441
  images: [{
3463
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
3442
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
3443
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
3444
+ theme: {
3445
+ circle: true,
3446
+ background_color_hex: '#000000'
3447
+ }
3448
+ }, {
3449
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg',
3450
+ theme: {
3451
+ circle: false,
3452
+ background_color_hex: '#00000000'
3453
+ }
3464
3454
  }],
3465
3455
  traces: [{
3466
3456
  type: 'ibc',
@@ -4393,38 +4383,6 @@ const assets = {
4393
4383
  }
4394
4384
  }]
4395
4385
  },
4396
- {
4397
- description: 'DRUGS meme coin',
4398
- denom_units: [{
4399
- denom: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
4400
- exponent: 0,
4401
- aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
4402
- }, {
4403
- denom: 'DRUGS',
4404
- exponent: 6
4405
- }],
4406
- base: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
4407
- name: 'DRUGS',
4408
- display: 'DRUGS',
4409
- symbol: 'DRUGS',
4410
- logo_URIs: {
4411
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
4412
- },
4413
- images: [{
4414
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
4415
- }],
4416
- traces: [{
4417
- type: 'ibc',
4418
- counterparty: {
4419
- channel_id: 'channel-145',
4420
- base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
4421
- chain_name: 'injective'
4422
- },
4423
- chain: {
4424
- channel_id: 'channel-29'
4425
- }
4426
- }]
4427
- },
4428
4386
  {
4429
4387
  description: 'The native token of JUNO Chain',
4430
4388
  denom_units: [{