UNPKG

chain-registry

Version:
29 lines (28 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'swisstroniktestnet', assets: [{ description: 'The native currency of Swisstronik.', denomUnits: [{ denom: 'aswtr', exponent: 0 }, { denom: 'swtr', exponent: 18 }], base: 'aswtr', name: 'Swisstronik Testnet', display: 'swtr', symbol: 'SWTR', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/swisstroniktestnet/images/swisstronik.png' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/swisstroniktestnet/images/swisstronik.png' }], typeAsset: 'sdk.coin' }] }; exports.default = info;