chain-registry
Version:
32 lines (31 loc) • 1.21 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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'
}]
};
exports.default = info;