UNPKG

@chain-registry/v2

Version:
38 lines (37 loc) 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'arkh', assets: [{ description: 'The native token of Arkhadian', denomUnits: [{ denom: 'arkh', exponent: 0 }, { denom: 'ARKH', exponent: 6 }], base: 'arkh', name: 'Arkh', display: 'ARKH', symbol: 'ARKH', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg', theme: { primaryColorHex: '#bdbb82' } }], socials: { website: 'https://arkhadian.io/', twitter: 'https://twitter.com/ArkhadianSas' }, typeAsset: 'sdk.coin' }] }; exports.default = info;