Skip to content

Commit

Permalink
start first short running testnet (12h interval)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Nov 14, 2022
1 parent 1aa2784 commit 32b3676
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Scheduled Release

on:
schedule:
- cron: "20 * * * *"
- cron: "20,50 * * * *"
workflow_dispatch:


Expand Down
2 changes: 2 additions & 0 deletions scripts/build-genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ gen_cl_config(){

gen_all_config(){
setup_apps
echo 'export GENESIS_TIMESTAMP="'"${GENESIS_TIMESTAMP}"'"' > ./dist/retention.vars
echo 'export GENESIS_RESET_INTERVAL="'"${GENESIS_INTERVAL}"'"' >> ./dist/retention.vars
gen_el_config
gen_cl_config

Expand Down
2 changes: 1 addition & 1 deletion scripts/check_can_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source ./values.env

min_release_time=`expr $GENESIS_TIMESTAMP - 86400`
min_release_time=`expr $GENESIS_TIMESTAMP - 3600`
if [ $(date +%s) -gt $min_release_time ]; then
echo "true"
else
Expand Down
66 changes: 0 additions & 66 deletions validators/example.txt

This file was deleted.

Loading

0 comments on commit 32b3676

Please sign in to comment.