UNPKG

chain-registry

Version:
33 lines (32 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'pylons', assets: [{ description: 'The revenue token for Pylons', denomUnits: [{ denom: 'ubedrock', exponent: 0 }, { denom: 'rock', exponent: 6 }], base: 'ubedrock', name: 'Pylons', display: 'rock', symbol: 'ROCK', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png' }], socials: { website: 'https://pylons.tech', x: 'https://x.com/pylonstech' }, typeAsset: 'sdk.coin' }] }; exports.default = info;