chain-registry
Version:
178 lines (177 loc) • 6.17 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'zigchain',
status: 'live',
networkType: 'mainnet',
website: 'https://zigchain.com/',
prettyName: 'ZIGChain',
chainType: 'cosmos',
chainId: 'zigchain-1',
bech32Prefix: 'zig',
daemonName: 'zigchaind',
nodeHome: '$HOME/.zigchain',
keyAlgos: ['secp256k1'],
slip44: 118,
description: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
fees: {
feeTokens: [{
denom: 'uzig',
fixedMinGasPrice: 0.0025,
lowGasPrice: 0.0025,
averageGasPrice: 0.025,
highGasPrice: 0.05
}]
},
staking: {
stakingTokens: [{
denom: 'uzig'
}],
lockDuration: {
time: '1814400s'
}
},
codebase: {
gitRepo: 'https://github.com/ZIGChain/zigchain',
recommendedVersion: '4.1.0',
compatibleVersions: ['4.1.0'],
consensus: {
type: 'cometbft',
version: '0.38.21'
},
sdk: {
type: 'cosmos',
version: '0.53.5'
},
ibc: {
type: 'go',
version: '10.1.1'
},
cosmwasm: {
version: '0.55.1',
enabled: true
},
genesis: {
genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zigchain-1/genesis.json'
},
binaries: {
"linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-linux-amd64.tar.gz?checksum=sha256:1a64152e48fb25c990bfcf52c0578171137470b78a79859e3c861714e099cd5e',
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-amd64.tar.gz?checksum=sha256:adb639e7e1496ec30de54f7dbcd8a8110548b95ca3b3b1d20ca65ec4ad2bfaa0',
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-arm64.tar.gz?checksum=sha256:a27cb748c8b4c90724378109e518fd730f8471d9e28fbea56bb963b3757fd6da'
},
tag: 'v4.1.0',
language: {
type: 'go',
version: '1.25.9'
}
},
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
}],
apis: {
rpc: [
{
address: 'https://public-zigchain-rpc.numia.xyz/',
provider: 'Numia'
},
{
address: 'https://rpc.zigchain.com',
provider: 'ZIGCHAIN'
},
{
address: 'https://zigchain-rpc.polkachu.com:443',
provider: 'Polkachu'
},
{
address: 'https://rpc.zigchain.nodestake.org:443',
provider: 'NodeStake'
},
{
address: 'https://zigchain-rpc.stakeandrelax.net',
provider: 'Stake and Relax'
}
],
rest: [
{
address: 'https://public-zigchain-lcd.numia.xyz/',
provider: 'Numia'
},
{
address: 'https://api.zigchain.com',
provider: 'ZIGCHAIN'
},
{
address: 'https://zigchain-api.polkachu.com',
provider: 'Polkachu'
},
{
address: 'https://api.zigchain.nodestake.org',
provider: 'NodeStake'
},
{
address: 'https://zigchain-api.stakeandrelax.net',
provider: 'Stake and Relax'
}
],
grpc: [
{
address: 'grpc.zigchain.com:9090',
provider: 'ZIGCHAIN'
},
{
address: 'zigchain-grpc.polkachu.com:32890',
provider: 'Polkachu'
},
{
address: 'grpc.zigchain.nodestake.org:443',
provider: 'NodeStake'
}
]
},
explorers: [
{
kind: 'range',
url: 'https://app.range.org/address/zigchain/zigchain',
txPage: 'https://app.range.org/tx/zigchain/${txHash}',
accountPage: 'https://app.range.org/address/zigchain/${accountAddress}'
},
{
kind: 'zigscan',
url: 'https://www.zigscan.org/',
txPage: 'https://www.zigscan.org/tx/${txHash}',
accountPage: 'https://www.zigscan.org/address/${accountAddress}'
},
{
kind: 'nodestake',
url: 'https://explorer.nodestake.org/zigchain',
txPage: 'https://explorer.nodestake.org/zigchain/tx/${txHash}',
accountPage: 'https://explorer.nodestake.org/zigchain/account/${accountAddress}'
},
{
kind: 'stakeandrelax',
url: 'https://explorer.stakeandrelax.net/zigchain',
txPage: 'https://explorer.stakeandrelax.net/zigchain/tx/${txHash}',
accountPage: 'https://explorer.stakeandrelax.net/zigchain/account/${accountAddress}'
}
],
keywords: [
'zigchain',
'rwa',
'wealth generation infrastructure',
'wasm'
],
snapshots: [{
url: 'https://polkachu.com/tendermint_snapshots/zigchain',
type: 'pruned',
compression: 'lz4',
checksumAvailable: false,
provider: 'Polkachu'
}]
};
exports.default = info;