UNPKG

chain-registry

Version:
74 lines (73 loc) 2.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'manifestdevnet', status: 'live', networkType: 'devnet', website: 'https://manifestai.org/', prettyName: 'Manifest Devnet', chainId: 'manifest-ledger-qa', chainType: 'cosmos', bech32Prefix: 'manifest', daemonName: 'manifest', nodeHome: '$HOME/.manifest', slip44: 118, fees: { feeTokens: [{ denom: 'umfx', fixedMinGasPrice: 1, lowGasPrice: 1.05, averageGasPrice: 1.1, highGasPrice: 3 }] }, staking: { stakingTokens: [{ denom: 'upoa' }] }, codebase: { gitRepo: 'https://github.com/liftedinit/manifest-ledger', recommendedVersion: 'v1.0.3', compatibleVersions: ['v1.0.3'], binaries: { "linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.3/manifest-ledger-v1.0.3-linux-amd64.tar.gz' }, genesis: { genesisUrl: 'https://nodes.liftedinit.tech/manifest/qa/rpc/genesis?' } }, apis: { rpc: [{ address: 'https://nodes.liftedinit.tech/manifest/qa/rpc', provider: 'The Lifted Initiative' }], rest: [{ address: 'https://nodes.liftedinit.tech/manifest/qa/api', provider: 'The Lifted Initiative' }], grpc: [{ address: 'https://manifest-qa-grpc.liftedinit.tech', provider: 'The Lifted Initiative' }] }, explorers: [{ kind: 'Default Explorer', url: 'https://testnet.manifest.explorers.guru/', txPage: 'https://testnet.manifest.explorers.guru/transaction/${txHash}', accountPage: 'https://testnet.manifest.explorers.guru/account/${accountAddress}' }], logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg' }, images: [{ imageSync: { chainName: 'manifestdevnet' }, png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg' }] }; exports.default = info;