UNPKG

@chain-registry/v2

Version:
44 lines (43 loc) 1.67 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'gitopia', assets: [{ description: 'The native token of Gitopia', denomUnits: [{ denom: 'ulore', exponent: 0 }, { denom: 'LORE', exponent: 6 }], base: 'ulore', name: 'LORE', display: 'LORE', symbol: 'LORE', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg', theme: { primaryColorHex: '#2c173c' } }, { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png', theme: { primaryColorHex: '#2e154d' } }], coingeckoId: 'gitopia', socials: { website: 'https://gitopia.com/', twitter: 'https://twitter.com/gitopiaDAO' }, typeAsset: 'sdk.coin' }] }; exports.default = info;