UNPKG

chain-registry

Version:
29 lines (28 loc) 926 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png' }], typeAsset: 'sdk.coin' }] }; exports.default = info;