@chain-registry/v2
Version:
36 lines (35 loc) • 1.26 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'pocket',
assets: [{
description: 'The native token of Pocket Network',
denomUnits: [{
denom: 'upokt',
exponent: 0
}, {
denom: 'pokt',
exponent: 6
}],
base: 'upokt',
name: 'POKT',
display: 'pokt',
symbol: 'POKT',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pocket/images/pokt-icon.svg'
},
keywords: ['rpc', 'api'],
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pocket/images/pokt-icon.svg'
}, {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pocket/images/pokt-icon.png'
}],
socials: {
website: 'https://pocket.network/',
twitter: 'https://twitter.com/POKTnetwork'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;