chain-registry
Version:
27 lines (26 loc) • 793 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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'
}]
};
exports.default = info;