@chain-registry/v2
Version:
36 lines (35 loc) • 1.31 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'shentutestnet',
assets: [{
description: 'The native token of Shentu',
denomUnits: [{
denom: 'uctk',
exponent: 0
}, {
denom: 'ctk',
exponent: 6
}],
base: 'uctk',
name: 'Shentu',
display: 'ctk',
symbol: 'CTK',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
},
images: [{
imageSync: {
chainName: 'shentu',
baseDenom: 'uctk'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg',
theme: {
primaryColorHex: '#e4ac4c'
}
}],
typeAsset: 'sdk.coin'
}]
};
export default info;