chain-registry
Version:
25 lines (24 loc) • 713 B
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'optio',
assets: [{
description: 'The native token of Optio',
denomUnits: [{
denom: 'uOPT',
exponent: 0
}, {
denom: 'OPT',
exponent: 6
}],
typeAsset: 'sdk.coin',
base: 'uOPT',
name: 'OPT',
display: 'OPT',
symbol: 'OPT',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/optio/images/opt.png'
}],
coingeckoId: 'optio'
}]
};
export default info;