New containers for to 30-second slots
This commit is contained in:
parent
43adde51e4
commit
69dbf18ffa
|
@ -25,6 +25,8 @@ RUN cd nimbus \
|
||||||
-d:with${NETWORK_BACKEND} \
|
-d:with${NETWORK_BACKEND} \
|
||||||
-d:SHARD_COUNT=${SHARD_COUNT} \
|
-d:SHARD_COUNT=${SHARD_COUNT} \
|
||||||
-d:SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH} \
|
-d:SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH} \
|
||||||
|
-d:SECONDS_PER_SLOT=${SECONDS_PER_SLOT} \
|
||||||
|
-d:chronicles_log_level=DEBUG \
|
||||||
-d:chronicles_sinks=json \
|
-d:chronicles_sinks=json \
|
||||||
c vendor/nim-beacon-chain/beacon_chain/beacon_node.nim
|
c vendor/nim-beacon-chain/beacon_chain/beacon_node.nim
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 803a0570be896e4b5353a19201c087009e90eb52
|
Subproject commit 647db1ef51963f64856457cdb5d70c6e2df56bd2
|
Loading…
Reference in New Issue