@@ -143,7 +143,7 @@ tasks:
143143 config :
144144 minWithdrawalCount : 1
145145 configVars :
146- expectWithdrawals : " | [{publicKey: .validatorPubkeys[0], address: .depositorAddress, minAmount: 31000000000000000000 }]"
146+ expectWithdrawals : " | [{publicKey: .validatorPubkeys[0], address: .depositorAddress, minAmount: 31000000000 }]"
147147
148148# slash 2 validators before exitability delay (1 with withdrawal address, 1 without)
149149- name : run_tasks
@@ -313,7 +313,7 @@ tasks:
313313 config :
314314 minWithdrawalCount : 1
315315 configVars :
316- expectWithdrawals : " | [{publicKey: .validatorPubkey, address: .depositorAddress, minAmount: 31000000000000000000 }]"
316+ expectWithdrawals : " | [{publicKey: .validatorPubkey, address: .depositorAddress, minAmount: 31000000000 }]"
317317
318318
319319# status:
@@ -436,19 +436,19 @@ tasks:
436436 config :
437437 minWithdrawalCount : 1
438438 configVars :
439- expectWithdrawals : " | [{publicKey: .validatorPubkeys[5], address: .depositorAddress, minAmount: 63500000000000000000 }]"
439+ expectWithdrawals : " | [{publicKey: .validatorPubkeys[5], address: .depositorAddress, minAmount: 63500000000 }]"
440440 - name : check_consensus_block_proposals
441441 title : " Wait for partial withdrawal for ${{ validatorPubkeys[8] }}"
442442 config :
443443 minWithdrawalCount : 1
444444 configVars :
445- expectWithdrawals : " | [{publicKey: .validatorPubkeys[8], address: .depositorAddress, minAmount: 31500000000000000000 }]"
445+ expectWithdrawals : " | [{publicKey: .validatorPubkeys[8], address: .depositorAddress, minAmount: 31500000000 }]"
446446 - name : check_consensus_block_proposals
447447 title : " Wait for partial withdrawal for ${{ validatorPubkeys[9] }}"
448448 config :
449449 minWithdrawalCount : 1
450450 configVars :
451- expectWithdrawals : " | [{publicKey: .validatorPubkeys[9], address: .depositorAddress, minAmount: 31500000000000000000 }]"
451+ expectWithdrawals : " | [{publicKey: .validatorPubkeys[9], address: .depositorAddress, minAmount: 31500000000 }]"
452452
453453
454454# all keys should be extied now.
0 commit comments