diff --git a/CHANGES.rst b/CHANGES.rst index 719ca77507fa1a263abe2478402c1f4239ed1077..d47bcfed52c7289c587d9136d412cc75422edc29 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -51,6 +51,9 @@ Node indexing strategy. For now, only the ``minimal`` indexing strategy is allowed. +- Updated the built-in network alias for Mumbainet (``--network mumbainet``). + The new alias matches the relaunch of Mumbainet with the protocol `PtMumbai2`. + Client ------ diff --git a/src/lib_node_config/config_file.ml b/src/lib_node_config/config_file.ml index 441d9197b66ef046bac5e49c46faeadfff0d9a90..7591d4593ec050d92c9544091c15b3d8d9d07847 100644 --- a/src/lib_node_config/config_file.ml +++ b/src/lib_node_config/config_file.ml @@ -208,10 +208,10 @@ let blockchain_network_mumbainet = make_blockchain_network ~alias:"mumbainet" { - time = Time.Protocol.of_notation_exn "2023-01-19T15:00:00Z"; + time = Time.Protocol.of_notation_exn "2023-03-09T15:00:00Z"; block = Block_hash.of_b58check_exn - "BMVeyjhT4yd421XJAYcB54hm54CwGqkV6tCzkJ8VpHPVch6Mkx6"; + "BLytf7aG27Ca4xZ8cG4otofaUQfUA9TdULvHC3L9fToPHBcPKDV"; protocol = Protocol_hash.of_b58check_exn "Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P"; @@ -227,10 +227,10 @@ let blockchain_network_mumbainet = ); ]; } - ~chain_name:"TEZOS_MUMBAINET_2023-01-19T15:00:00Z" + ~chain_name:"TEZOS_MUMBAINET_2023-03-09T15:00:00Z" ~sandboxed_chain_name:"SANDBOXED_TEZOS" ~default_bootstrap_peers: - ["mumbainet.teztnets.xyz"; "mumbainet.visualtez.com"] + ["mumbainet.teztnets.xyz"; "mumbainet.boot.ecadinfra.com"] let blockchain_network_sandbox = make_blockchain_network