UNPKG

chain-registry

Version:
162 lines (161 loc) 5.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'cosmosicsprovidertestnet', chainType: 'cosmos', chainId: 'provider', prettyName: 'Cosmos ICS Provider Testnet', status: 'live', networkType: 'testnet', bech32Prefix: 'cosmos', daemonName: 'gaiad', nodeHome: '$HOME/.gaia', keyAlgos: ['secp256k1'], slip44: 118, fees: { feeTokens: [{ denom: 'uatom', fixedMinGasPrice: 0.005, lowGasPrice: 0.01, averageGasPrice: 0.02, highGasPrice: 0.03 }] }, staking: { stakingTokens: [{ denom: 'uatom' }] }, codebase: { gitRepo: 'https://github.com/cosmos/gaia', recommendedVersion: 'v27.1.0-rc0', compatibleVersions: ['v27.1.0-rc0'], consensus: { type: 'cometbft', version: 'v0.38.21' }, binaries: { "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-amd64', "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-arm64', "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-amd64', "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-arm64' }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json' }, sdk: { type: 'cosmos', version: 'v0.53.4', tag: 'v0.53.4' }, ibc: { type: 'go', version: 'v10.5.0' }, cosmwasm: { version: 'v0.60.5', repo: 'https://github.com/CosmWasm/wasmd', tag: 'v0.60.5' }, tag: 'v27.1.0-rc0' }, apis: { rpc: [ { address: 'https://rpc.provider-sentry-01.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://rpc.provider-sentry-02.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://rpc.provider-state-sync-01.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://rpc.provider-state-sync-02.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://cosmos-testnet-rpc.itrocket.net', provider: 'ITRocket' }, { address: 'https://cosmos-testnet-rpc.ibs.team', provider: 'Inter Blockchain Services' } ], rest: [ { address: 'https://rest.provider-sentry-01.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://rest.provider-sentry-02.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://rest.provider-state-sync-01.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://rest.provider-state-sync-02.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://cosmos-testnet-api.itrocket.net', provider: 'ITRocket' }, { address: 'https://cosmos-testnet-api.ibs.team', provider: 'Inter Blockchain Services' } ], grpc: [ { address: 'https://grpc.provider-sentry-01.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://grpc.provider-sentry-02.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://grpc.provider-state-sync-01.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'https://grpc.provider-state-sync-02.hub-testnet.polypore.xyz', provider: 'Hypha' }, { address: 'cosmos-testnet-grpc.itrocket.net:443', provider: 'ITRocket' } ] }, explorers: [ { kind: 'Mintscan', url: 'https://mintscan.io/ics-testnet-provider', txPage: 'https://mintscan.io/ics-testnet-provider/tx/${txHash}' }, { kind: 'Ping.pub', url: 'https://explorer.polypore.xyz/provider', txPage: 'https://explorer.polypore.xyz/provider/tx/${txHash}' }, { kind: 'ITRocket', url: 'https://testnet.itrocket.net/cosmos', txPage: 'https://testnet.itrocket.net/cosmos/tx/${txHash}', accountPage: 'https://testnet.itrocket.net/cosmos/account/${accountAddress}', validatorPage: 'https://testnet.itrocket.net/cosmos/staking/${validatorAddress}', proposalPage: 'https://testnet.itrocket.net/cosmos/gov/${proposalId}', blockPage: 'https://testnet.itrocket.net/cosmos/block/${blockHeight}' } ] }; exports.default = info;