UNPKG

chain-registry

Version:
62 lines (61 loc) 1.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'sixtestnet', status: 'live', networkType: 'testnet', prettyName: 'SIX Fivenet', chainType: 'cosmos', chainId: 'fivenet', bech32Prefix: '6x', daemonName: 'sixd', nodeHome: '$HOME/.six', keyAlgos: ['secp256k1'], slip44: 118, fees: { feeTokens: [{ denom: 'usix', fixedMinGasPrice: 1.25, lowGasPrice: 1.25, averageGasPrice: 1.5, highGasPrice: 1.75 }] }, staking: { stakingTokens: [{ denom: 'usix' }] }, codebase: { gitRepo: 'https://github.com/thesixnetwork/six-protocol', recommendedVersion: 'v3.3.0', compatibleVersions: ['v3.3.0'], consensus: { type: 'tendermint', version: '0.34' }, genesis: { genesisUrl: 'https://github.com/thesixnetwork/chain-info/genesis.json' }, sdk: { type: 'cosmos', version: '0.45' } }, apis: { rpc: [{ address: 'https://rpc1.fivenet.sixprotocol.net:443' }], rest: [{ address: 'https://api1.fivenet.sixprotocol.net:443' }] }, explorers: [{ kind: 'sixscan', url: 'https://sixscan.io/fivenet', txPage: 'https://sixscan.io/fivenet/tx/${txHash}' }], keywords: ['sixprotocol', 'testnet'] }; exports.default = info;