UNPKG

chain-registry

Version:
33 lines (32 loc) 1.03 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: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg', theme: { circle: true } }], socials: { website: 'https://www.prysm.network/', x: 'https://x.com/PrysmNetwork' }, typeAsset: 'sdk.coin' }] }; exports.default = info;