chain-registry
Version:
27 lines (26 loc) • 864 B
JavaScript
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'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/opct/images/opct.png'
}]
}]
};
export default info;