Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const info: AssetList = {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
}],
coingeckoId: 'milkyway-2',
keywords: ['liquid staking', 'restaking'],
socials: {
website: 'https://milkyway.zone',
Expand Down Expand Up @@ -399,4 +400,4 @@ const info: AssetList = {
}
]
};
export default info;
export default info;
51 changes: 49 additions & 2 deletions v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,53 @@ const info: AssetList = {
},
coingeckoId: 'axlusdc'
},
{
description: 'IBC Axelar weth-wei through axelar-dojo-1 transfer/channel-2',
denomUnits: [{
denom: 'ibc/A585C2D15DCD3B010849B453A2CFCB5E213208A5AB665691792684C26274304D',
exponent: 0,
aliases: ['weth-wei']
}, {
denom: 'axlweth',
exponent: 18
}],
typeAsset: 'ics20',
base: 'ibc/A585C2D15DCD3B010849B453A2CFCB5E213208A5AB665691792684C26274304D',
name: 'Wrapped Ether (Axelar)',
display: 'axlweth',
symbol: 'axlWETH',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'axelar',
baseDenom: 'weth-wei',
channelId: 'channel-78'
},
chain: {
channelId: 'channel-2',
path: 'transfer/channel-2/uusdc'
}
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
},
images: [{
imageSync: {
chainName: 'ethereum',
baseDenom: 'wei'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
}, {
imageSync: {
chainName: 'ethereum',
baseDenom: 'wei'
},
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
}],
coingeckoId: 'axlweth'
},
{
description: 'Tia on Neutron',
denomUnits: [{
Expand Down Expand Up @@ -1177,7 +1224,7 @@ const info: AssetList = {
denomUnits: [{
denom: 'ibc/DF8722298D192AAB85D86D0462E8166234A6A9A572DD4A2EA7996029DF4DB363',
exponent: 0,
aliases: ['uusdc']
aliases: ['axlwbtc']
}, {
denom: 'axlwbtc',
exponent: 8
Expand Down Expand Up @@ -1644,4 +1691,4 @@ const info: AssetList = {
}
]
};
export default info;
export default info;