chain-registry
Version:
38 lines (37 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'stargazetestnet',
assets: [{
description: 'The native token of Stargaze',
denom_units: [{
denom: 'ustars',
exponent: 0
}, {
denom: 'stars',
exponent: 6
}],
base: 'ustars',
name: 'Stargaze',
display: 'stars',
symbol: 'STARS',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'stargaze',
base_denom: 'ustars'
},
provider: 'Stargaze'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
},
coingecko_id: 'stargaze',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;