@chain-registry/v2
Version:
115 lines (114 loc) • 4.78 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'persistencetestnet2',
assets: [
{
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
denomUnits: [{
denom: 'uxprt',
exponent: 0
}, {
denom: 'xprt',
exponent: 6
}],
base: 'uxprt',
name: 'Persistence',
display: 'xprt',
symbol: 'XPRT',
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'persistence',
baseDenom: 'uxprt'
},
provider: 'Persistence'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
},
coingeckoId: 'persistence',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
}],
typeAsset: 'sdk.coin'
},
{
description: 'PSTAKE Liquid-Staked ATOM',
denomUnits: [{
denom: 'stk/uatom',
exponent: 0,
aliases: []
}, {
denom: 'stkatom',
exponent: 6,
aliases: ['stk/atom']
}],
base: 'stk/uatom',
name: 'PSTAKE staked ATOM',
display: 'stkatom',
symbol: 'stkATOM',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
}],
typeAsset: 'sdk.coin'
},
{
description: 'PSTAKE Liquid-Staked OSMO',
denomUnits: [{
denom: 'stk/uosmo',
exponent: 0,
aliases: []
}, {
denom: 'stkosmo',
exponent: 6,
aliases: ['stk/osmo']
}],
base: 'stk/uosmo',
name: 'PSTAKE staked OSMO',
display: 'stkosmo',
symbol: 'stkOSMO',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
}],
typeAsset: 'sdk.coin'
},
{
description: 'PSTAKE Liquid-Staked DV4TNT',
denomUnits: [{
denom: 'stk/adv4tnt',
exponent: 0,
aliases: []
}, {
denom: 'stkdv4tnt',
exponent: 18,
aliases: ['stk/dv4tnt']
}],
base: 'stk/adv4tnt',
name: 'PSTAKE staked DV4TNT',
display: 'stkdv4tnt',
symbol: 'stkDV4TNT',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.svg'
}],
typeAsset: 'sdk.coin'
}
]
};
export default info;