chain-registry
Version:
35 lines (34 loc) • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'rebus',
assets: [{
description: 'REBUS, the native coin of the Rebus chain.',
denom_units: [{
denom: 'arebus',
exponent: 0
}, {
denom: 'rebus',
exponent: 18
}],
base: 'arebus',
name: 'Rebus',
display: 'rebus',
symbol: 'REBUS',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
},
coingecko_id: 'rebus',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg',
theme: {
primary_color_hex: '#e75486'
}
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;