UNPKG

@chain-registry/v2

Version:
30 lines (29 loc) 981 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'uniontestnet', assets: [{ description: 'Union native token', denomUnits: [{ denom: 'muno', exponent: 0 }, { denom: 'uno', exponent: 6 }], base: 'muno', name: 'Union', display: 'uno', symbol: 'UNO', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png' }, keywords: ['staking'], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png' }], typeAsset: 'sdk.coin' }] }; exports.default = info;