Skip to content

Commit

Permalink
fix scripts and withdrawal delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Oct 24, 2024
1 parent 43ceb5a commit 105a4f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion localnet/run_sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def set_sale_json(selling_denom, selling_amount, paying_denom, price, start_time

# Wait withdrawal delay
print("waiting for withdrawal delay...")
time.sleep(5)
time.sleep(15)

cmd('networkd tx participation withdraw-allocations 0 --from bob --chain-id spn-1 --keyring-backend test -y')
time.sleep(2)
Expand Down
2 changes: 1 addition & 1 deletion localnet/spn/genesis_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
}
],
"registration_period": "604800s",
"withdrawal_delay": "1209600s"
"withdrawal_delay": "25s"
},
"used_allocations_list": []
},
Expand Down
2 changes: 1 addition & 1 deletion localnet/testnet/genesis_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
}
],
"registration_period": "604800s",
"withdrawal_delay": "1209600s"
"withdrawal_delay": "25s"
},
"used_allocations_list": []
},
Expand Down

0 comments on commit 105a4f3

Please sign in to comment.