Skip to content

Commit 307c49d

Browse files
committed
Fix devnet configuration
1 parent 5151397 commit 307c49d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mithril-test-lab/mithril-devnet/devnet-mkfiles.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ cat >> docker-compose.yaml <<EOF
774774
- CERTIFICATE_STORE_DIRECTORY=/data/mithril/aggregator/db/cert_db
775775
- VERIFICATION_KEY_STORE_DIRECTORY=/data/mithril/aggregator/db/verification_key_db
776776
- SNAPSHOT_STORE_DIRECTORY=/data/mithril/aggregator/db/snapshot_db
777+
- STAKE_STORE_DIRECTORY=/data/mithril/aggregator/db/stake_db
777778
command:
778779
[
779780
"--db-directory",
@@ -812,6 +813,7 @@ cat >> docker-compose.yaml <<EOF
812813
- PARTY_ID=${NODE_IX}
813814
- RUN_INTERVAL=1000
814815
- DB_DIRECTORY=/data/db
816+
- STAKE_STORE_DIRECTORY=/data/mithril/signer/db/stake_db
815817
command:
816818
[
817819
"-vvv"

0 commit comments

Comments
 (0)