@chain-registry/v2
Version:
39 lines (38 loc) • 1.47 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'kyve',
assets: [{
description: 'The native utility token of the KYVE network.',
denomUnits: [{
denom: 'ukyve',
exponent: 0
}, {
denom: 'kyve',
exponent: 6
}],
base: 'ukyve',
name: 'KYVE',
display: 'kyve',
symbol: 'KYVE',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
},
coingeckoId: 'kyve-network',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
theme: {
primaryColorHex: '#335350'
}
}],
socials: {
website: 'https://www.kyve.network/',
twitter: 'https://twitter.com/KYVENetwork'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;