UNPKG

@chain-registry/v2

Version:
75 lines (74 loc) 2.56 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'osmosistestnet', status: 'live', networkType: 'testnet', prettyName: 'Osmosis Testnet', chainType: 'cosmos', chainId: 'osmo-test-5', bech32Prefix: 'osmo', daemonName: 'osmosisd', nodeHome: '$HOME/.osmosisd', keyAlgos: ['secp256k1'], slip44: 118, fees: { feeTokens: [{ denom: 'uosmo', fixedMinGasPrice: 0, lowGasPrice: 0.0025, averageGasPrice: 0.025, highGasPrice: 0.04 }] }, staking: { stakingTokens: [{ denom: 'uosmo' }] }, codebase: { gitRepo: 'https://github.com/osmosis-labs/osmosis', recommendedVersion: '29.0.0', compatibleVersions: ['29.0.0-rc1', '29.0.0'] }, apis: { rpc: [{ address: 'https://rpc.osmotest5.osmosis.zone/', provider: 'Osmosis' }, { address: 'https://osmosis-testnet-tendermint.reliableninjas.com', provider: 'Reliable Ninjas' }], rest: [{ address: 'https://lcd.osmotest5.osmosis.zone/', provider: 'Osmosis' }, { address: 'https://osmosis-testnet-cosmos.reliableninjas.com', provider: 'Reliable Ninjas' }], grpc: [{ address: 'https://grpc.osmotest5.osmosis.zone/', provider: 'Osmosis' }] }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png' }, explorers: [{ kind: 'mintscan', url: 'https://mintscan.io/osmosis-testnet', txPage: 'https://mintscan.io/osmosis-testnet/txs/${txHash}', accountPage: 'https://mintscan.io/osmosis-testnet/account/${accountAddress}' }, { kind: 'ping.pub', url: 'https://explorer.osmotest5.osmosis.zone', txPage: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/tx/${txHash}', accountPage: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/account/${accountAddress}' }], keywords: ['dex', 'testnet'], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png' }] }; exports.default = info;