UNPKG

chain-registry

Version:
67 lines (66 loc) 1.71 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'six', status: 'live', network_type: 'mainnet', pretty_name: 'SIX Protocol', chain_type: 'cosmos', chain_id: 'sixnet', bech32_prefix: '6x', daemon_name: 'sixd', node_home: '$HOME/.six', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'usix', fixed_min_gas_price: 1.25, low_gas_price: 1.25, average_gas_price: 1.5, high_gas_price: 1.75 }] }, staking: { staking_tokens: [{ denom: 'usix' }] }, codebase: { git_repo: 'https://github.com/thesixnetwork/six-protocol', recommended_version: 'v3.3.0', compatible_versions: ['v3.3.0'], consensus: { type: 'tendermint', version: '0.34' }, genesis: { genesis_url: 'https://github.com/thesixnetwork/chain-info/genesis.json' }, sdk: { type: 'cosmos', version: '0.45' } }, apis: { rpc: [{ address: 'https://sixnet-rpc.sixprotocol.net' }], rest: [{ address: 'https://sixnet-api.sixprotocol.net' }] }, explorers: [{ kind: 'sixscan', url: 'https://sixscan.io/sixnet', tx_page: 'https://sixscan.io/sixnet/tx/${txHash}' }], keywords: [ 'sixprotocol', 'sixnetwork', 'sixnet', 'six' ] }; exports.default = info;