UNPKG

chain-registry

Version:
33 lines (32 loc) 1.23 kB
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' }] }; export default info;