UNPKG

chain-registry

Version:
51 lines (50 loc) 1.54 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'gitopiatestnet', chainType: 'cosmos', chainId: 'gitopia-janus-testnet-2', prettyName: 'Gitopia Testnet', status: 'live', networkType: 'testnet', bech32Prefix: 'gitopia', daemonName: 'gitopiad', nodeHome: '$HOME/.gitopia', keyAlgos: ['secp256k1'], slip44: 118, fees: { feeTokens: [{ denom: 'utlore', fixedMinGasPrice: 0 }] }, codebase: { gitRepo: 'https://gitopia.com/gitopia', recommendedVersion: 'v1.2.0', compatibleVersions: ['v1.2.0'], genesis: { genesisUrl: 'https://server.gitopia.com/raw/gitopia/testnets/master/gitopia-janus-testnet-2/genesis.json.gz' } }, apis: { rpc: [{ address: 'https://gitopia-testnet.nodejumper.io', provider: 'NODEJUMPER' }], rest: [{ address: 'https://gitopia-testnet.nodejumper.io:1317', provider: 'NODEJUMPER' }], grpc: [{ address: 'https://gitopia-testnet.nodejumper.io:9090', provider: 'NODEJUMPER' }] }, explorers: [{ kind: 'explorer.humans.zone', url: 'https://gitopia.explorers.guru/', txPage: 'https://gitopia.explorers.guru/transaction/${txHash}' }] }; exports.default = info;