UNPKG

chain-registry

Version:
34 lines (33 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chain_name: 'tgrade', assets: [{ description: 'The native token of Tgrade', denom_units: [{ denom: 'utgd', exponent: 0 }, { denom: 'tgd', exponent: 6 }], base: 'utgd', name: 'Tgrade', display: 'tgd', symbol: 'TGD', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg', theme: { primary_color_hex: '#a7248a' } }], type_asset: 'sdk.coin' }] }; exports.default = info;