Skip to content

Commit

Permalink
feat: new next, remove --reward-cycle arg
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Mar 15, 2024
1 parent d7dcd08 commit 8cbcecc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"

x-common-vars:
- &STACKS_BLOCKCHAIN_COMMIT 081cd9a9fb41009964af005152ce2c47176bf8be
- &STACKS_BLOCKCHAIN_COMMIT 08ebb7fdcf3dad516811b8e46e34ad717ae236ca
- &STACKS_API_COMMIT 3296e4241f7bf9de61c0b8237383217f25d34fb2
- &BTC_ADDR miEJtNKa3ASpA19v5ZhvbKTEieYjLpzCYT
- &MINER_SEED 9e446f6b0c6a96cf2190e54bcd5a8569c3e386f091605499464389b8d4e0bfc201 # stx: STEW4ZNT093ZHK4NEQKX8QJGM2Y7WWJ2FQQS5C19, btc: miEJtNKa3ASpA19v5ZhvbKTEieYjLpzCYT, pub_key: 035379aa40c02890d253cfa577964116eb5295570ae9f7287cbae5f2585f5b2c7c, wif: cStMQXkK5yTFGP3KbNXYQ3sJf2qwQiKrZwR9QJnksp32eKzef1za
Expand Down Expand Up @@ -308,7 +308,7 @@ services:
- |
set -e
envsubst < config.toml.in > config.toml
exec stacks-signer run --config config.toml --reward-cycle 1
exec stacks-signer run --config config.toml
stacks-signer-2:
networks:
Expand All @@ -334,7 +334,7 @@ services:
- |
set -e
envsubst < config.toml.in > config.toml
exec stacks-signer run --config config.toml --reward-cycle 1
exec stacks-signer run --config config.toml
stacks-signer-3:
networks:
Expand All @@ -360,7 +360,7 @@ services:
- |
set -e
envsubst < config.toml.in > config.toml
exec stacks-signer run --config config.toml --reward-cycle 1
exec stacks-signer run --config config.toml
networks:
stacks:
Expand Down

0 comments on commit 8cbcecc

Please sign in to comment.