UNPKG

chain-registry

Version:
104 lines (103 loc) 3.42 kB
const info = { $schema: '../../chain.schema.json', chain_name: 'injectivetestnet', status: 'live', network_type: 'testnet', website: 'https://injective.com', pretty_name: 'Injective', chain_type: 'cosmos', chain_id: 'injective-888', bech32_prefix: 'inj', extra_codecs: ['injective'], slip44: 60, daemon_name: 'injectived', node_home: '$HOME/.injectived', fees: { fee_tokens: [{ denom: 'inj', fixed_min_gas_price: 160000000, low_gas_price: 500000000, average_gas_price: 700000000, high_gas_price: 900000000 }] }, staking: { staking_tokens: [{ denom: 'inj' }] }, codebase: { git_repo: 'https://github.com/InjectiveLabs/testnet', recommended_version: 'v1.11.1', compatible_versions: ['v1.11.1'], binaries: { "linux/amd64": 'https://github.com/InjectiveLabs/testnet/releases/download/v1.11.1-1685205489/linux-amd64.zip', "darwin/amd64": 'https://github.com/InjectiveLabs/testnet/releases/download/v1.11.1-1685205489/darwin-amd64.zip' }, genesis: { genesis_url: 'https://injective-snapshots.s3.amazonaws.com/testnet/genesis.json' } }, apis: { rpc: [ { address: 'https://injective-testnet-rpc.polkachu.com', provider: 'Polkachu' }, { address: 'https://testnet.sentry.tm.injective.network:443', provider: 'injectiveLabs' }, { address: 'https://testnet.tm.injective.network', provider: 'injectiveLabs' }, { address: 'https://injective-testnet-rpc.publicnode.com:443', provider: 'Allnodes ⚡️ Nodes & Staking' } ], rest: [ { address: 'https://injective-testnet-api.polkachu.com', provider: 'Polkachu' }, { address: 'https://testnet.sentry.lcd.injective.network:443', provider: 'injectiveLabs' }, { address: 'https://testnet.lcd.injective.network', provider: 'injectiveLabs' }, { address: 'https://injective-testnet-rest.publicnode.com', provider: 'Allnodes ⚡️ Nodes & Staking' } ], grpc: [ { address: 'injective-testnet-grpc.polkachu.com:14390', provider: 'Polkachu' }, { address: 'testnet.sentry.chain.grpc.injective.network:443', provider: 'injectiveLabs' }, { address: 'https://testnet.grpc.injective.network', provider: 'injectiveLabs' }, { address: 'injective-testnet-grpc.publicnode.com:443', provider: 'Allnodes ⚡️ Nodes & Staking' } ] }, explorers: [{ kind: 'injectiveprotocol', url: 'https://testnet.explorer.injective.network/', tx_page: 'https://testnet.explorer.injective.network/transaction/${txHash}' }] }; export default info;