UNPKG

chain-registry

Version:
34 lines (33 loc) 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'prysmdevnet', assets: [{ description: 'The native token of Prysm', denomUnits: [{ denom: 'uprysm', exponent: 0 }, { denom: 'prysm', exponent: 6 }], base: 'uprysm', display: 'prysm', name: 'Prysm', symbol: 'PRYSM', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg', theme: { circle: true } }], socials: { website: 'https://www.prysm.network/', twitter: 'https://twitter.com/PrysmNetwork' }, typeAsset: 'sdk.coin' }] }; exports.default = info;