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