chain-registry
Version:
29 lines (28 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'swisstroniktestnet',
assets: [{
description: 'The native currency of Swisstronik.',
denom_units: [{
denom: 'aswtr',
exponent: 0
}, {
denom: 'swtr',
exponent: 18
}],
base: 'aswtr',
name: 'Swisstronik Testnet',
display: 'swtr',
symbol: 'SWTR',
logo_URIs: {
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'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;