Skip to content

Commit 31bccd8

Browse files
committed
add topup-deposit test
1 parent 9a2f869 commit 31bccd8

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
id: topup-deposits
3+
name: "Topup deposits"
4+
timeout: 1h
5+
config:
6+
walletPrivkey: ""
7+
validatorMnemonic: "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete"
8+
depositCount: 100
9+
depositContract: "0x00000000219ab540356cBB839Cbe05303d7705Fa"
10+
validatorStartIndex: 0
11+
validatorCount: 100
12+
depositAmount: 32
13+
tasks:
14+
- name: check_clients_are_healthy
15+
title: "Check if at least one client is ready"
16+
timeout: 5m
17+
config:
18+
minClientCount: 1
19+
20+
- name: run_task_options
21+
title: "Generate ${{depositCount}} top up deposits"
22+
config:
23+
task:
24+
name: generate_deposits
25+
title: "Generate top up deposits with ${{depositAmount}} ETH each"
26+
config:
27+
limitPerSlot: 10
28+
limitPending: 10
29+
topUpDeposit: true
30+
awaitReceipt: true
31+
failOnReject: true
32+
configVars:
33+
limitTotal: "depositCount"
34+
walletPrivkey: "walletPrivkey"
35+
depositContract: "depositContract"
36+
depositAmount: "depositAmount"
37+
startIndex: "validatorStartIndex"
38+
indexCount: "validatorCount"
39+
mnemonic: "validatorMnemonic"
40+

0 commit comments

Comments
 (0)