|
| 1 | +{ |
| 2 | + "$schema": "../chain.schema.json", |
| 3 | + "chain_name": "neutron", |
| 4 | + "status": "live", |
| 5 | + "network_type": "mainnet", |
| 6 | + "pretty_name": "Neutron", |
| 7 | + "chain_id": "neutron-1", |
| 8 | + "bech32_prefix": "neutron", |
| 9 | + "daemon_name": "neutrond", |
| 10 | + "node_home": "$HOME/.neutrond", |
| 11 | + "key_algos": [ |
| 12 | + "secp256k1" |
| 13 | + ], |
| 14 | + "slip44": 118, |
| 15 | + "fees": { |
| 16 | + "fee_tokens": [ |
| 17 | + { |
| 18 | + "denom": "untrn", |
| 19 | + "low_gas_price": 0.01, |
| 20 | + "average_gas_price": 0.025, |
| 21 | + "high_gas_price": 0.05 |
| 22 | + } |
| 23 | + ] |
| 24 | + }, |
| 25 | + "codebase": { |
| 26 | + "git_repo": "https://github.com/neutron-org/neutron", |
| 27 | + "recommended_version": "v1.0.1", |
| 28 | + "compatible_versions": [], |
| 29 | + "cosmos_sdk_version": "0.45", |
| 30 | + "consensus": { |
| 31 | + "type": "tendermint", |
| 32 | + "version": "0.34" |
| 33 | + }, |
| 34 | + "cosmwasm_version": "0.31", |
| 35 | + "cosmwasm_enabled": true, |
| 36 | + "ibc_go_version": "4.3.0", |
| 37 | + "genesis": { |
| 38 | + "genesis_url": "https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/neutron-1-genesis.json" |
| 39 | + }, |
| 40 | + "versions": [ |
| 41 | + { |
| 42 | + "name": "v1.0.1", |
| 43 | + "recommended_version": "v1.0.1", |
| 44 | + "compatible_versions": [], |
| 45 | + "cosmos_sdk_version": "0.45", |
| 46 | + "consensus": { |
| 47 | + "type": "tendermint", |
| 48 | + "version": "0.34" |
| 49 | + }, |
| 50 | + "cosmwasm_version": "0.31", |
| 51 | + "cosmwasm_enabled": true, |
| 52 | + "ibc_go_version": "4.3.0" |
| 53 | + } |
| 54 | + ] |
| 55 | + }, |
| 56 | + "logo_URIs": { |
| 57 | + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png", |
| 58 | + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg" |
| 59 | + }, |
| 60 | + "peers": { |
| 61 | + "seeds": [ |
| 62 | + { |
| 63 | + "id": "24f609fb5946ca3a979f40b7f54132c00104433e", |
| 64 | + "address": "p2p-erheim.neutron-1.neutron.org:26656", |
| 65 | + "provider": "Neutron" |
| 66 | + }, |
| 67 | + { |
| 68 | + "id": "b1c6fa570a184c56d0d736d260b8065d887e717c", |
| 69 | + "address": "p2p-kralum.neutron-1.neutron.org:26656", |
| 70 | + "provider": "Neutron" |
| 71 | + }, |
| 72 | + { |
| 73 | + "id": "20e1000e88125698264454a884812746c2eb4807", |
| 74 | + "address": "seeds.lavenderfive.com:19156", |
| 75 | + "provider": "Lavender.Five Nodes 🐝" |
| 76 | + } |
| 77 | + ], |
| 78 | + "persistent_peers": [ |
| 79 | + { |
| 80 | + "id": "e5d2743d9a3de514e4f7b9461bf3f0c1500c58d9", |
| 81 | + "address": "neutron.peer.stakewith.us:39956", |
| 82 | + "provider": "StakeWithUs" |
| 83 | + } |
| 84 | + ] |
| 85 | + }, |
| 86 | + "apis": { |
| 87 | + "rpc": [ |
| 88 | + { |
| 89 | + "address": "https://rpc-kralum.neutron-1.neutron.org", |
| 90 | + "provider": "Neutron" |
| 91 | + } |
| 92 | + ], |
| 93 | + "rest": [ |
| 94 | + { |
| 95 | + "address": "https://rest-kralum.neutron-1.neutron.org", |
| 96 | + "provider": "Neutron" |
| 97 | + } |
| 98 | + ], |
| 99 | + "grpc": [ |
| 100 | + { |
| 101 | + "address": "grpc-kralum.neutron-1.neutron.org:80", |
| 102 | + "provider": "Neutron" |
| 103 | + } |
| 104 | + ] |
| 105 | + }, |
| 106 | + "explorers": [ |
| 107 | + { |
| 108 | + "kind": "Mintscan", |
| 109 | + "url": "https://www.mintscan.io/neutron", |
| 110 | + "tx_page": "https://www.mintscan.io/neutron/txs/${txHash}", |
| 111 | + "account_page": "https://www.mintscan.io/neutron/account/${accountAddress}" |
| 112 | + } |
| 113 | + ] |
| 114 | +} |
0 commit comments