chain-registry
Version:
36 lines (35 loc) • 1.25 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'pockettestnet',
assets: [{
description: 'The native token of Pocket Network',
denom_units: [{
denom: 'upokt',
exponent: 0
}, {
denom: 'pokt',
exponent: 6
}],
base: 'upokt',
name: 'POKT',
display: 'pokt',
symbol: 'POKT',
logo_URIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.svg'
},
keywords: ['rpc', 'api'],
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.svg',
theme: {
circle: true
}
}, {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.png',
theme: {
circle: true
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;