Skip to content

Commit

Permalink
fix: contracts version
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Jan 16, 2025
1 parent 7166d7c commit 3bbed63
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/tests/agglayer-sp1-key.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
args:
agglayer_image: ghcr.io/agglayer/agglayer:0.2.0-rc.23
agglayer_prover_sp1_key: ""
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.4-pp-fork.12
consensus_contract_type: pessimistic
erigon_strict_mode: false
gas_token_enabled: false
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/attach-second-cdk-pessimistic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ args:

cdk_node_image: ghcr.io/0xpolygon/cdk:0.5.0-beta10
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.60.2
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.4-pp-fork.12
additional_services: []
consensus_contract_type: pessimistic
sequencer_type: erigon
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/attach-second-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ args:
zkevm_l2_proofsigner_address: "0xf1a661D7b601Ec46a040f57193cC99aB8c4132FA"
zkevm_l2_proofsigner_private_key: "0xc7fe3a006d75ba9326d9792523385abb49057c66aee0b8b4248821a89713f975"

zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.4-pp-fork.12
2 changes: 1 addition & 1 deletion .github/tests/attach-third-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ args:
zkevm_l2_claimsponsor_private_key: "0xb97112e36cfcde131faa110430eed6593b75406e5d6991d8db3ed0f492a73b6f"

cdk_node_image: ghcr.io/0xpolygon/cdk:0.5.0-beta10
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.4-pp-fork.12
consensus_contract_type: pessimistic
erigon_strict_mode: false
gas_token_enabled: false
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/fork12-pessimistic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
args:
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.60.2
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.4-pp-fork.12
additional_services: []
consensus_contract_type: pessimistic
sequencer_type: erigon
Expand Down
4 changes: 2 additions & 2 deletions docs/multi-pp-testing/net1.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
args:
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.4-pp-fork.12
additional_services: []
consensus_contract_type: pessimistic
sequencer_type: erigon
erigon_strict_mode: false
gas_token_enabled: false
zkevm_use_real_verifier: true
enable_normalcy: true
agglayer_prover_sp1_key: 0xSOME_SP1_KEY
agglayer_prover_sp1_key: 0xsome_sp1_key

2 changes: 1 addition & 1 deletion docs/multi-pp-testing/net2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ args:
zkevm_l2_proofsigner_address: "0xf1a661D7b601Ec46a040f57193cC99aB8c4132FA"
zkevm_l2_proofsigner_private_key: "0xc7fe3a006d75ba9326d9792523385abb49057c66aee0b8b4248821a89713f975"

zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.4-pp-fork.12
additional_services: []
consensus_contract_type: pessimistic
sequencer_type: erigon
Expand Down
2 changes: 1 addition & 1 deletion docs/multi-pp-testing/net3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ args:
zkevm_l2_proofsigner_address: "0xDcd1d53324a9Ae5a50a55F62556A771376Fe434D"
zkevm_l2_proofsigner_private_key: "0xcb1f295abf6538023fcf96eaa8e81969a65ba70ab61590187b77e2c01aaba748"

zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12-patch.1
zkevm_contracts_image: leovct/zkevm-contracts:v9.0.0-rc.4-pp-fork.12
additional_services: []
sequencer_type: erigon

0 comments on commit 3bbed63

Please sign in to comment.