UNPKG

chain-registry

Version:
35 lines (34 loc) 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'furya', assets: [{ description: 'The native token of Furya', denomUnits: [{ denom: 'ufury', exponent: 0 }, { denom: 'fury', exponent: 6 }], base: 'ufury', name: 'Furya', display: 'fury', symbol: 'FURY', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg' }], keywords: ['gaming', 'staking'], socials: { x: 'https://x.com/furyachain' }, typeAsset: 'sdk.coin' }] }; exports.default = info;