Skip to content

Commit b38d212

Browse files
committed
Update new end to end test configuration
1 parent 02f2333 commit b38d212

File tree

1 file changed

+1
-0
lines changed
  • mithril-test-lab/mithril-end-to-end/src/mithril

1 file changed

+1
-0
lines changed

mithril-test-lab/mithril-end-to-end/src/mithril/signer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ impl Signer {
2222
("RUN_INTERVAL", "2000"),
2323
("AGGREGATOR_ENDPOINT", &aggregator_endpoint),
2424
("DB_DIRECTORY", db_directory.to_str().unwrap()),
25+
("STAKE_STORE_DIRECTORY", "./store/stakes")
2526
]);
2627
let args = vec!["-vvv"];
2728

0 commit comments

Comments
 (0)