UNPKG

chain-registry

Version:
29 lines (28 loc) 997 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chain_name: 'tucanatestnet', assets: [{ description: 'The native EVM, governance and staking token of the Tucana', denom_units: [{ denom: 'atuc', exponent: 0 }, { denom: 'tuc', exponent: 18 }], base: 'atuc', name: 'Tucana', display: 'tuc', symbol: 'TUC', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/tucanatestnet/images/tucana.png' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/tucanatestnet/images/tucana.png' }], type_asset: 'sdk.coin' }] }; exports.default = info;