UNPKG

chain-registry

Version:
76 lines (75 loc) 2.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'manifestdevnet', status: 'live', network_type: 'devnet', website: 'https://manifestai.org/', pretty_name: 'Manifest Devnet', chain_id: 'manifest-ledger-qa', chain_type: 'cosmos', bech32_prefix: 'manifest', daemon_name: 'manifest', node_home: '$HOME/.manifest', slip44: 118, fees: { fee_tokens: [{ denom: 'umfx', fixed_min_gas_price: 0.05, low_gas_price: 0.5, average_gas_price: 1, high_gas_price: 5 }] }, staking: { staking_tokens: [{ denom: 'upoa' }] }, codebase: { git_repo: 'https://github.com/liftedinit/manifest-ledger', recommended_version: 'v1.0.3', compatible_versions: ['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: { genesis_url: '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/', tx_page: 'https://testnet.manifest.explorers.guru/transactions' }], logo_URIs: { 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: [{ image_sync: { chain_name: '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', theme: { primary_color_hex: '#A087FF' } }] }; exports.default = info;