Skip to content

Commit 8dd6624

Browse files
committed
Fixed reference and moved config
1 parent 6fc6807 commit 8dd6624

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/config/assertoor/cl-stability-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ tasks:
3434
name: check_consensus_block_proposals
3535
title: "Wait for block proposal from ${validatorPairName}"
3636
configVars:
37-
validatorNamePattern: "validatorPairName"
38-
config:
39-
config:
4037
minTransactionCount: 240
38+
validatorNamePattern: "validatorPairName"
4139

4240
- name: run_tasks_concurrent
4341
title: "Check chain stability (reorgs and forks)"

.github/config/assertoor/network-params.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ assertoor_params:
2828
run_stability_check: false
2929
run_block_proposal_check: false
3030
tests:
31-
- https://raw.githubusercontent.com/lambdaclass/ethrex/refs/heads/main/.github/config/assertoor/el-stability-check.yaml
31+
- https://raw.githubusercontent.com/lambdaclass/lambda_ethereum_consensus/6fc6807ac09b637612a94f4eb0493e19afa2918e/.github/config/assertoor/cl-stability-check.yml
3232

3333
tx_spammer_params:
3434
tx_spammer_extra_args: ["--txcount=3", "--accounts=80"]

0 commit comments

Comments
 (0)