UNPKG

chain-registry

Version:
30 lines (29 loc) 1.13 kB
const info = { $schema: '../assetlist.schema.json', chain_name: 'thorchain', assets: [{ description: 'The native token of THORChain', denom_units: [{ denom: 'rune', exponent: 0 }, { denom: 'RUNE', exponent: 8 }], base: 'rune', name: 'THORChain RUNE', display: 'RUNE', symbol: 'RUNE', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.svg' }, coingecko_id: 'thorchain', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.svg' }], type_asset: 'sdk.coin' }] }; export default info;