chain-registry
Version:
31 lines (30 loc) • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'migalootestnet',
assets: [{
description: 'The native token of Migaloo Chain',
denom_units: [{
denom: 'uwhale',
exponent: 0
}, {
denom: 'whale',
exponent: 6
}],
base: 'uwhale',
name: 'Whale',
display: 'whale',
symbol: 'WHALE',
logo_URIs: {
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'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;