UNPKG

@chain-registry/v2

Version:
29 lines (28 loc) 993 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'tucanatestnet', assets: [{ description: 'The native EVM, governance and staking token of the Tucana', denomUnits: [{ denom: 'atuc', exponent: 0 }, { denom: 'tuc', exponent: 18 }], base: 'atuc', name: 'Tucana', display: 'tuc', symbol: 'TUC', logoURIs: { 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' }], typeAsset: 'sdk.coin' }] }; exports.default = info;