diff --git a/charts/tezos/values.yaml b/charts/tezos/values.yaml index c465d1d82..8995a6792 100644 --- a/charts/tezos/values.yaml +++ b/charts/tezos/values.yaml @@ -148,7 +148,7 @@ protocols: # # not exist yet. For subsequent deploys, remove this. # # activation: -# protocol_hash: PtEdo2ZkT9oKpimTah6x2embF25oss54njMuPzkJTEi5RqfdZFA +# protocol_hash: PsFLorenaUUuikDWvMDr6fGBRG8kt3e3D3fHoXK1j1BFRxeSH4i # # Should the commitments data in # # tezos-k8s/config-generator/commitment-params.json be part of parameters.json. # should_include_commitments: false diff --git a/mkchain/tqchain/mkchain.py b/mkchain/tqchain/mkchain.py index 8404afc86..f2185c5b3 100644 --- a/mkchain/tqchain/mkchain.py +++ b/mkchain/tqchain/mkchain.py @@ -306,7 +306,7 @@ def main(): parametersYaml = yaml.safe_load(yaml_file) activation = { "activation": { - "protocol_hash": "PtEdo2ZkT9oKpimTah6x2embF25oss54njMuPzkJTEi5RqfdZFA", + "protocol_hash": "PsFLorenaUUuikDWvMDr6fGBRG8kt3e3D3fHoXK1j1BFRxeSH4i", "should_include_commitments": False, "protocol_parameters": parametersYaml, },