UNPKG

@chain-registry/v2

Version:
35 lines (34 loc) 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'tenet', assets: [{ description: 'The native EVM, governance and staking token of the Tenet', denomUnits: [{ denom: 'atenet', exponent: 0 }, { denom: 'tenet', exponent: 18 }], base: 'atenet', name: 'Tenet', display: 'tenet', symbol: 'TENET', logoURIs: { 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' }, coingeckoId: '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: { primaryColorHex: '#040404' } }], typeAsset: 'sdk.coin' }] }; exports.default = info;