UNPKG

@chain-registry/v2

Version:
35 lines (34 loc) 1.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'rebus', assets: [{ description: 'REBUS, the native coin of the Rebus chain.', denomUnits: [{ denom: 'arebus', exponent: 0 }, { denom: 'rebus', exponent: 18 }], base: 'arebus', name: 'Rebus', display: 'rebus', symbol: 'REBUS', logoURIs: { 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' }, coingeckoId: '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: { primaryColorHex: '#e75486' } }], typeAsset: 'sdk.coin' }] }; exports.default = info;