UNPKG

@chain-registry/v2

Version:
34 lines (33 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'ethos', assets: [{ description: 'The native token of Ethos', denomUnits: [{ denom: 'aRYT', exponent: 0 }, { denom: 'RYT', exponent: 18 }], base: 'aRYT', name: 'RYT', display: 'RYT', symbol: 'RYT', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg', theme: { primaryColorHex: '#848484' } }], typeAsset: 'sdk.coin' }] }; exports.default = info;