@chain-registry/v2
Version:
31 lines (30 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'sgetestnet',
assets: [{
description: 'The SGE token is primarily a governance token for the SGE Network blockchain.',
denomUnits: [{
denom: 'usge',
exponent: 0,
aliases: []
}, {
denom: 'sge',
exponent: 6,
aliases: []
}],
base: 'usge',
name: 'SGE Testnet',
display: 'sge',
symbol: 'SGE',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;