UNPKG

chain-registry

Version:
117 lines (116 loc) 4.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'zigchaintestnet', status: 'live', networkType: 'testnet', prettyName: 'ZIGChain Testnet', website: 'https://zigchain.com/', chainType: 'cosmos', chainId: 'zig-test-2', bech32Prefix: 'zig', daemonName: 'zigchaind', nodeHome: '$HOME/.zigchain', 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' }, 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: '604800s' } }, apis: { rest: [{ address: 'https://testnet-api.zigchain.com', provider: 'ZIGCHAIN' }, { address: 'https://public-zigchain-testnet-lcd.numia.xyz/', provider: 'Numia' }], rpc: [{ address: 'https://testnet-rpc.zigchain.com', provider: 'ZIGCHAIN' }, { address: 'https://public-zigchain-testnet-rpc.numia.xyz/', provider: 'Numia' }], grpc: [{ address: 'zigchain-grpc.327oz4i6b04df1e27394zieudsh.g.eu.link.numia.xyz:9090', provider: 'Numia' }] }, codebase: { gitRepo: 'https://github.com/ZIGChain/zigchain', recommendedVersion: '2.0.0', compatibleVersions: ['2.0.0'], consensus: { type: 'cometbft', version: '0.38.19' }, sdk: { type: 'cosmos', version: '0.53.4' }, ibc: { type: 'go', version: '10.1.0' }, cosmwasm: { version: '0.55.1', enabled: true }, genesis: { genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zig-test-2/genesis.json' }, binaries: { "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-linux-amd64.tar.gz?checksum=sha256:8f2a4a51fa2d73b7bc61c33d30332fb61e76ed0be4a381a37d27aa17115a9040', "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-darwin-amd64.tar.gz?checksum=sha256:6269882ccb1caf0af7600f2d24f5aeae7710290aba299d0d4ed607c6e63da803', "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-darwin-arm64.tar.gz?checksum=sha256:07f59514973d67e0d09c27b1be50da78f3b824518f1ee4735c09322ec1bd3789' }, tag: 'v2.0.0' }, explorers: [{ kind: 'range', url: 'https://app.range.org/address/zigchain-testnet/zigchain', txPage: 'https://app.range.org/tx/zig-test-2/${txHash}', accountPage: 'https://app.range.org/address/zig-test-2/${accountAddress}' }, { kind: 'zigscan', url: 'https://testnet.zigscan.org', txPage: 'https://testnet.zigscan.org/tx/${txHash}', accountPage: 'https://testnet.zigscan.org/address/${accountAddress}' }], keywords: [ 'wealth generation', 'rwa', 'staking', 'wasm', 'testnet' ], images: [{ imageSync: { chainName: 'zigchaintestnet', baseDenom: 'uzig' }, 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' }] }; exports.default = info;