chain-registry
Version:
93 lines (92 loc) • 3.91 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'pundix',
chainType: 'cosmos',
chainId: 'PUNDIX',
website: 'https://pundix.com',
prettyName: 'Pundi X Chain',
status: 'live',
networkType: 'mainnet',
bech32Prefix: 'px',
daemonName: 'pundixd',
nodeHome: '$HOME/.pundix',
keyAlgos: ['secp256k1'],
slip44: 118,
fees: {
feeTokens: [{
denom: 'ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78',
fixedMinGasPrice: 2000000000000,
lowGasPrice: 2000000000000,
averageGasPrice: 2500000000000,
highGasPrice: 3000000000000
}]
},
staking: {
stakingTokens: [{
denom: 'ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78'
}]
},
codebase: {
gitRepo: 'https://github.com/pundix/pundix',
recommendedVersion: 'v0.2.3',
compatibleVersions: ['v0.2.3'],
binaries: {
"linux/amd64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Linux_x86_64.tar.gz',
"linux/arm64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Linux_arm64.tar.gz',
"darwin/amd64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Darwin_x86_64.tar.gz',
"darwin/arm64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Darwin_arm64.tar.gz',
"windows/amd64": 'https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Windows_x86_64.zip'
},
genesis: {
name: 'pxv1',
genesisUrl: 'https://raw.githubusercontent.com/pundix/pundix/main/public/mainnet/genesis.json'
},
consensus: {
type: 'tendermint',
version: '0.34'
},
sdk: {
type: 'cosmos',
version: '0.45.11'
},
ibc: {
type: 'go',
version: '6.1.0'
},
tag: 'v0.2.3'
},
description: 'Pundi X Chain is a dedicated payment-focused blockchain in the Function X network. It is specially designed to perform high throughput transactions with low latency and low transaction fees. In addition, it provides room for future compliance requirement upgrades, hardware (XPOS) integration, and Point-of-Sales compatibility, with tokenonomics that offer incentives to merchants and payment processors.',
apis: {
rpc: [{
address: 'https://px-json.pundix.com',
provider: 'Pundi X'
}],
rest: [{
address: 'https://px-rest.pundix.com',
provider: 'Pundi X'
}],
grpc: [{
address: 'https://px-grpc.pundix.com',
provider: 'Pundi X'
}]
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.svg'
}, {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.svg'
},
explorers: [{
kind: 'starscan',
url: 'https://starscan.io',
txPage: 'https://starscan.io/pundix/tx/${txHash}',
accountPage: 'https://starscan.io/pundix/address/${accountAddress}'
}]
};
exports.default = info;