@chain-registry/v2
Version:
31 lines (30 loc) • 987 B
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'okexchain',
assets: [{
description: 'The native token of OKExChain',
denomUnits: [{
denom: 'wei',
exponent: 0
}, {
denom: 'okt',
exponent: 18
}],
base: 'wei',
name: 'OKExChain',
display: 'okt',
symbol: 'OKT',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
},
coingeckoId: 'oec-token',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png',
theme: {
primaryColorHex: '#bbbbbb'
}
}],
typeAsset: 'sdk.coin'
}]
};
export default info;