UNPKG

chain-registry

Version:
35 lines (34 loc) 1.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chain_name: 'tenet', assets: [{ description: 'The native EVM, governance and staking token of the Tenet', denom_units: [{ denom: 'atenet', exponent: 0 }, { denom: 'tenet', exponent: 18 }], base: 'atenet', name: 'Tenet', display: 'tenet', symbol: 'TENET', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg' }, coingecko_id: 'tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg', theme: { primary_color_hex: '#040404' } }], type_asset: 'sdk.coin' }] }; exports.default = info;