Skip to content

Commit

Permalink
Update docker compose to use payment signing key #96
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Nov 10, 2024
1 parent 6b87fc5 commit 495e2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
{
"mbc_user": {
"ur_mnemonic": "${SEED_PHRASE}",
"ur_coll": "${COLLATERAL_UTXO}"
"ur_coll": "${COLLATERAL_UTXO}",
"ur_stake_address": "${STAKE_ADDRESS}"
},
"mbc_delay": 120000000,
Expand Down

0 comments on commit 495e2ca

Please sign in to comment.