We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d423f commit 64fcb9cCopy full SHA for 64fcb9c
playbooks/dev/execution-spec-tests-execute.yaml
@@ -12,6 +12,15 @@ config:
12
extraFlags: ""
13
solcVersion: "0.8.24"
14
tasks:
15
+ - name: generate_child_wallet
16
+ id: testwallet
17
+ title: "Generate main wallet for tests"
18
+ config:
19
+ randomSeed: true
20
+ configVars:
21
+ privateKey: "seedPrivateKey"
22
+ prefundMinBalance: "seedAmount"
23
+
24
- name: run_shell
25
title: "Execute tests: ${gitRepo}@${gitBranch} [${testPath}]"
26
id: execute
@@ -24,7 +33,7 @@ tasks:
33
TEST_PATH: testPath
34
CHAIN_ID: chainID
35
RPC_ENDPOINT: rpcEndpoint
27
- PRIVATE_KEY: seedPrivateKey
36
+ PRIVATE_KEY: tasks.testwallet.outputs.childWallet.privkey
28
37
SEED_AMOUNT: seedAmount
29
38
EXTRA_FLAGS: extraFlags
30
39
SOLC_VERSION: "solcVersion"
0 commit comments