UNPKG

@chain-registry/v2

Version:
80 lines (79 loc) 2.58 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'pryzmtestnet', status: 'live', networkType: 'testnet', prettyName: 'Pryzm Testnet', chainType: 'cosmos', chainId: 'indigo-1', bech32Prefix: 'pryzm', daemonName: 'pryzmd', nodeHome: '$HOME/.pryzm', keyAlgos: ['secp256k1'], slip44: 118, fees: { feeTokens: [{ denom: 'upryzm', fixedMinGasPrice: 0, lowGasPrice: 0.015, averageGasPrice: 0.025, highGasPrice: 0.04 }] }, staking: { stakingTokens: [{ denom: 'upryzm' }] }, codebase: { gitRepo: 'https://github.com/pryzm-finance/pryzm-core', recommendedVersion: 'v0.9.0', compatibleVersions: ['v0.9.0'], consensus: { type: 'tendermint', version: '0.37' }, genesis: { genesisUrl: 'https://storage.googleapis.com/pryzm-resources/indigo-1/genesis.json' }, sdk: { type: 'cosmos', version: '0.47' }, ibc: { type: 'go', version: '7.3.1' } }, apis: { rpc: [{ address: 'https://testnet-rpc.pryzm.zone', provider: 'PRYZM' }], rest: [{ address: 'https://testnet-api.pryzm.zone', provider: 'PRYZM' }], grpc: [{ address: 'https://testnet-grpc.pryzm.zone', provider: 'PRYZM' }] }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.svg' }, explorers: [{ kind: 'PingPub', url: 'https://testnets.cosmosrun.info/pryzm-indigo-1', txPage: 'https://testnets.cosmosrun.info/pryzm-indigo-1/tx/${txHash}', accountPage: 'https://testnets.cosmosrun.info/pryzm-indigo-1/account/${accountAddress}' }], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.svg' }] }; exports.default = info;