chain-registry
Version:
29 lines (28 loc) • 951 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'ulastestnet',
assets: [{
description: 'WEB3 twitter',
denom_units: [{
denom: 'uulas',
exponent: 0
}, {
denom: 'ulas',
exponent: 6
}],
base: 'uulas',
name: 'ULAS Network',
display: 'ulas',
symbol: 'ULAS',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;