@chain-registry/v2
Version:
32 lines (31 loc) • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'pockettestnet',
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'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;