|
| 1 | +{ |
| 2 | + "$schema": "../../chain.schema.json", |
| 3 | + "chain_name": "manifestdevnet", |
| 4 | + "status": "live", |
| 5 | + "network_type": "devnet", |
| 6 | + "website": "https://liftedinit.org/", |
| 7 | + "pretty_name": "Manifest Devnet", |
| 8 | + "chain_id": "manifest-ledger-qa", |
| 9 | + "chain_type": "cosmos", |
| 10 | + "bech32_prefix": "manifest", |
| 11 | + "daemon_name": "manifest", |
| 12 | + "node_home": "$HOME/.manifest", |
| 13 | + "slip44": 118, |
| 14 | + "fees": { |
| 15 | + "fee_tokens": [ |
| 16 | + { |
| 17 | + "denom": "umfx", |
| 18 | + "fixed_min_gas_price": 0.001, |
| 19 | + "low_gas_price": 0.01, |
| 20 | + "average_gas_price": 0.007, |
| 21 | + "high_gas_price": 0.1 |
| 22 | + } |
| 23 | + ] |
| 24 | + }, |
| 25 | + "staking": { |
| 26 | + "staking_tokens": [ |
| 27 | + { |
| 28 | + "denom": "upoa" |
| 29 | + } |
| 30 | + ] |
| 31 | + }, |
| 32 | + "codebase": { |
| 33 | + "git_repo": "https://github.com/liftedinit/manifest-ledger", |
| 34 | + "recommended_version": "v0.0.1-rc.1", |
| 35 | + "compatible_versions": ["v0.0.1-rc.1"], |
| 36 | + "binaries": { |
| 37 | + "linux/amd64": "https://github.com/liftedinit/manifest-ledger/releases/download/v0.0.1-rc.1/manifest-ledger-v0.0.1-rc.1-linux-amd64.tar.gz" |
| 38 | + }, |
| 39 | + "genesis": { |
| 40 | + "genesis_url": "https://github.com/liftedinit/manifest-ledger/blob/main/network/manifest-1/manifest-1_genesis.json" |
| 41 | + } |
| 42 | + }, |
| 43 | + "apis": { |
| 44 | + "rpc": [ |
| 45 | + { |
| 46 | + "address": "https://nodes.liftedinit.tech/manifest/qa/rpc", |
| 47 | + "provider": "The Lifted Initiative" |
| 48 | + } |
| 49 | + ], |
| 50 | + "rest": [ |
| 51 | + { |
| 52 | + "address": "https://nodes.liftedinit.tech/manifest/qa/api", |
| 53 | + "provider": "The Lifted Initiative" |
| 54 | + } |
| 55 | + ], |
| 56 | + "grpc": [ |
| 57 | + { |
| 58 | + "address": "https://manifest-qa-grpc.liftedinit.tech", |
| 59 | + "provider": "The Lifted Initiative" |
| 60 | + } |
| 61 | + ] |
| 62 | + }, |
| 63 | + "explorers": [ |
| 64 | + { |
| 65 | + "kind": "Default Explorer", |
| 66 | + "url": "https://testnet.manifest.explorers.guru/", |
| 67 | + "tx_page": "https://testnet.manifest.explorers.guru/transactions" |
| 68 | + } |
| 69 | + ], |
| 70 | + "logo_URIs": { |
| 71 | + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png", |
| 72 | + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg" |
| 73 | + }, |
| 74 | + "images": [ |
| 75 | + { |
| 76 | + "image_sync": { |
| 77 | + "chain_name": "manifestdevnet" |
| 78 | + }, |
| 79 | + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png", |
| 80 | + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg", |
| 81 | + "theme": { |
| 82 | + "primary_color_hex": "#A087FF" |
| 83 | + } |
| 84 | + } |
| 85 | + ] |
| 86 | +} |
0 commit comments