diff --git a/v2/packages/chain-registry/src/mainnet/milkyway/asset-list.ts b/v2/packages/chain-registry/src/mainnet/milkyway/asset-list.ts index fa51fd5de..577a8ee58 100644 --- a/v2/packages/chain-registry/src/mainnet/milkyway/asset-list.ts +++ b/v2/packages/chain-registry/src/mainnet/milkyway/asset-list.ts @@ -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', @@ -399,4 +400,4 @@ const info: AssetList = { } ] }; -export default info; \ No newline at end of file +export default info; diff --git a/v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts b/v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts index c9e9ae762..cb1fb53d7 100644 --- a/v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts +++ b/v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts @@ -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: [{ @@ -1177,7 +1224,7 @@ const info: AssetList = { denomUnits: [{ denom: 'ibc/DF8722298D192AAB85D86D0462E8166234A6A9A572DD4A2EA7996029DF4DB363', exponent: 0, - aliases: ['uusdc'] + aliases: ['axlwbtc'] }, { denom: 'axlwbtc', exponent: 8 @@ -1644,4 +1691,4 @@ const info: AssetList = { } ] }; -export default info; \ No newline at end of file +export default info;