@chain-registry/assets 1.70.220 → 1.70.222

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 (50) hide show
  1. package/esm/mainnet/axelar.js +890 -26
  2. package/esm/mainnet/babylon.js +86 -0
  3. package/esm/mainnet/celestia.js +700 -0
  4. package/esm/mainnet/composable.js +228 -0
  5. package/esm/mainnet/cosmoshub.js +890 -26
  6. package/esm/mainnet/dydx.js +700 -0
  7. package/esm/mainnet/gravitybridge.js +164 -0
  8. package/esm/mainnet/injective.js +700 -0
  9. package/esm/mainnet/juno.js +164 -0
  10. package/esm/mainnet/kujira.js +164 -0
  11. package/esm/mainnet/migaloo.js +164 -0
  12. package/esm/mainnet/milkyway.js +76 -0
  13. package/esm/mainnet/neutron.js +890 -26
  14. package/esm/mainnet/noble.js +700 -0
  15. package/esm/mainnet/oraichain.js +164 -0
  16. package/esm/mainnet/osmosis.js +864 -0
  17. package/esm/mainnet/persistence.js +164 -0
  18. package/esm/mainnet/stride.js +700 -0
  19. package/esm/mainnet/terra2.js +890 -26
  20. package/esm/testnet/assets.js +2 -1
  21. package/esm/testnet/index.js +1 -0
  22. package/esm/testnet/int3facetestnet.js +5 -0
  23. package/esm/testnet/osmosistestnet.js +80 -0
  24. package/index.d.ts +1 -1
  25. package/mainnet/axelar.js +890 -26
  26. package/mainnet/babylon.js +86 -0
  27. package/mainnet/celestia.js +700 -0
  28. package/mainnet/composable.js +228 -0
  29. package/mainnet/cosmoshub.js +890 -26
  30. package/mainnet/dydx.js +700 -0
  31. package/mainnet/gravitybridge.js +164 -0
  32. package/mainnet/injective.js +700 -0
  33. package/mainnet/juno.js +164 -0
  34. package/mainnet/kujira.js +164 -0
  35. package/mainnet/migaloo.js +164 -0
  36. package/mainnet/milkyway.js +76 -0
  37. package/mainnet/neutron.js +890 -26
  38. package/mainnet/noble.js +700 -0
  39. package/mainnet/oraichain.js +164 -0
  40. package/mainnet/osmosis.js +864 -0
  41. package/mainnet/persistence.js +164 -0
  42. package/mainnet/stride.js +700 -0
  43. package/mainnet/terra2.js +890 -26
  44. package/package.json +5 -5
  45. package/testnet/assets.js +2 -1
  46. package/testnet/index.d.ts +1 -0
  47. package/testnet/index.js +2 -1
  48. package/testnet/int3facetestnet.d.ts +3 -0
  49. package/testnet/int3facetestnet.js +7 -0
  50. package/testnet/osmosistestnet.js +80 -0
@@ -257,6 +257,49 @@ const assets = {
257
257
  }
258
258
  }]
259
259
  },
260
+ {
261
+ description: 'The native token of MilkyWay',
262
+ denom_units: [{
263
+ denom: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
264
+ exponent: 0,
265
+ aliases: ['umilk']
266
+ }, {
267
+ denom: 'milk',
268
+ exponent: 6
269
+ }],
270
+ type_asset: 'sdk.coin',
271
+ base: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
272
+ name: 'Milk',
273
+ display: 'milk',
274
+ symbol: 'MILK',
275
+ logo_URIs: {
276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
278
+ },
279
+ images: [{
280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
282
+ theme: {
283
+ primary_color_hex: '#760dbb'
284
+ }
285
+ }],
286
+ keywords: ['liquid staking', 'restaking'],
287
+ socials: {
288
+ website: 'https://milkyway.zone',
289
+ twitter: 'https://x.com/milky_way_zone'
290
+ },
291
+ traces: [{
292
+ type: 'ibc',
293
+ counterparty: {
294
+ channel_id: 'channel-4',
295
+ base_denom: 'umilk',
296
+ chain_name: 'milkyway'
297
+ },
298
+ chain: {
299
+ channel_id: 'channel-4'
300
+ }
301
+ }]
302
+ },
260
303
  {
261
304
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
262
305
  denom_units: [{
@@ -825,6 +868,49 @@ const assets = {
825
868
  }
826
869
  }]
827
870
  },
871
+ {
872
+ description: 'The native token of MilkyWay',
873
+ denom_units: [{
874
+ denom: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
875
+ exponent: 0,
876
+ aliases: ['umilk']
877
+ }, {
878
+ denom: 'milk',
879
+ exponent: 6
880
+ }],
881
+ type_asset: 'sdk.coin',
882
+ base: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
883
+ name: 'Milk',
884
+ display: 'milk',
885
+ symbol: 'MILK',
886
+ logo_URIs: {
887
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
888
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
889
+ },
890
+ images: [{
891
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
892
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
893
+ theme: {
894
+ primary_color_hex: '#760dbb'
895
+ }
896
+ }],
897
+ keywords: ['liquid staking', 'restaking'],
898
+ socials: {
899
+ website: 'https://milkyway.zone',
900
+ twitter: 'https://x.com/milky_way_zone'
901
+ },
902
+ traces: [{
903
+ type: 'ibc',
904
+ counterparty: {
905
+ channel_id: 'channel-4',
906
+ base_denom: 'umilk',
907
+ chain_name: 'milkyway'
908
+ },
909
+ chain: {
910
+ channel_id: 'channel-4'
911
+ }
912
+ }]
913
+ },
828
914
  {
829
915
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
830
916
  denom_units: [{