@chain-registry/v2
Version:
32 lines (31 loc) • 1.15 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'doravota',
assets: [{
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
denomUnits: [{
denom: 'peaka',
exponent: 0
}, {
denom: 'DORA',
exponent: 18
}],
base: 'peaka',
name: 'Dora Vota',
display: 'DORA',
symbol: 'DORA',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
}, {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png',
theme: {
primaryColorHex: '#fba214'
}
}],
typeAsset: 'sdk.coin'
}]
};
export default info;