@chain-registry/v2
Version:
26 lines (25 loc) • 790 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'opct',
assets: [{
typeAsset: 'sdk.coin',
description: 'The native token of OPCT Chain for Web3 Fitness GRIT Protocol',
denomUnits: [{
denom: 'opct',
exponent: 0
}, {
denom: 'OPCT',
exponent: 6
}],
base: 'opct',
name: 'OPCT',
display: 'OPCT',
symbol: 'OPCT',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/opct/images/opct.png'
}
}]
};
exports.default = info;