@chain-registry/v2
Version:
39 lines (38 loc) • 1.41 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'empowerchain',
assets: [{
description: 'The native staking and governance token of Empower.',
denomUnits: [{
denom: 'umpwr',
exponent: 0
}, {
denom: 'mpwr',
exponent: 6
}],
base: 'umpwr',
name: 'MPWR',
display: 'mpwr',
symbol: 'MPWR',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
theme: {
primaryColorHex: '#00e33a',
backgroundColorHex: '#00e33a',
circle: true
}
}, {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
theme: {
primaryColorHex: '#00e33a',
backgroundColorHex: '#00e33a',
circle: false
}
}],
typeAsset: 'sdk.coin'
}]
};
export default info;