@chain-registry/v2
Version:
29 lines (28 loc) • 1.12 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'migalootestnet',
assets: [{
description: 'The native token of Migaloo Chain',
denomUnits: [{
denom: 'uwhale',
exponent: 0
}, {
denom: 'whale',
exponent: 6
}],
base: 'uwhale',
name: 'Whale',
display: 'whale',
symbol: 'WHALE',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;