Skip to content

Commit

Permalink
undo init chain changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Feb 27, 2025
1 parent 7ea7564 commit e631a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else
| jq '.app_state.downtime.params.downtime_duration = "6s"' \
| jq '.app_state.downtime.params.epoch_duration = "10s"' \
| jq '.app_state.epochstorage.params.epochsToSave = "8"' \
| jq '.app_state.epochstorage.params.epochBlocks = "240"' \
| jq '.app_state.epochstorage.params.epochBlocks = "20"' \
| jq '.app_state.pairing.params.recommendedEpochNumToCollectPayment = "2"' \
)
fi
Expand Down

0 comments on commit e631a63

Please sign in to comment.