UNPKG

chain-registry

Version:
61 lines (60 loc) 2.62 kB
const info = { $schema: '../../assetlist.schema.json', chain_name: 'sunrisetestnet', assets: [{ description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.', denom_units: [{ denom: 'uvrise', exponent: 0, aliases: ['microvRISE', 'microvrise'] }, { denom: 'vrise', exponent: 6 }], base: 'uvrise', name: 'Sunrise vRISE', display: 'vrise', symbol: 'vRISE', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg', png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png' }], socials: { website: 'https://sunriselayer.io/', twitter: 'https://twitter.com/SunriseLayer' }, type_asset: 'sdk.coin' }, { description: 'The native token of the Sunrise network for fees.', denom_units: [{ denom: 'urise', exponent: 0, aliases: ['microRISE', 'microrise'] }, { denom: 'rise', exponent: 6 }], base: 'urise', name: 'Sunrise RISE', display: 'rise', symbol: 'RISE', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg', png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png' }], socials: { website: 'https://sunriselayer.io/', twitter: 'https://twitter.com/SunriseLayer' }, type_asset: 'sdk.coin' }] }; export default info;