@chain-registry/v2
Version:
31 lines (30 loc) • 1.21 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'permtestnet',
assets: [{
description: 'Perm A Permissioned Blockchain',
denomUnits: [{
denom: 'uperm',
exponent: 0
}, {
denom: 'perm',
exponent: 6
}],
base: 'uperm',
name: 'Perm',
display: 'perm',
symbol: 'PERM',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;