Prover: Prepare the setup for 5.1.2 (#1070)

* chores(cfg): bumps the version of the prover to 5.1.2

* feat(contracts): updates the contracts to 5.1.2
This commit is contained in:
AlexandreBelling
2025-06-03 10:42:18 +02:00
committed by GitHub
parent d27699e452
commit 56c48093a3
5 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
environment = "mainnet"
version = "5.1.1" # TODO @gbotrel hunt all version definitions.
version = "5.1.2" # TODO @gbotrel hunt all version definitions.
assets_dir = "./prover-assets"
log_level = 4 # TODO @gbotrel will be refactored with new logger.

View File

@@ -1,5 +1,5 @@
environment = "sepolia"
version = "5.1.1" # TODO @gbotrel hunt all version definitions.
version = "5.1.2" # TODO @gbotrel hunt all version definitions.
assets_dir = "./prover-assets"
log_level = 4 # TODO @gbotrel will be refactored with new logger.