Skip to content

Commit

Permalink
Activate florence protocol by default (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem authored May 13, 2021
1 parent 1422a61 commit 4b6ca24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tezos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkchain/tqchain/mkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 4b6ca24

Please sign in to comment.