@chain-registry/v2
Version:
32 lines (31 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'six',
assets: [{
description: 'The native staking token of the SIX Protocol.',
denomUnits: [{
denom: 'usix',
exponent: 0
}, {
denom: 'six',
exponent: 6
}],
base: 'usix',
name: 'Six token',
display: 'six',
symbol: 'SIX',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/six/images/six.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/six/images/six.png',
theme: {
primaryColorHex: '#3b75f3'
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;