Skip to content

Commit 433298c

Browse files
Remove the gas price constraint after an amount of tocs
1 parent ed0e939 commit 433298c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/periodic_sender.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ while true; do
4747
echo "$message"
4848
./alerts/sender_with_alert.sh "$ENV_FILE"
4949
tic=0 # Reset tic counter after sending a proof
50-
elif { [ $tic -ge 50 ] && [ $current_gas_price -lt 50000000000 ]; }; then
50+
elif { [ $tic -ge 50 ]; }; then
5151
# - After 50 tics (25 hours), if gas price is below 50 gwei, send a proof
5252
message="Sending proof at tic $tic with gas price $current_gas_price wei"
5353
echo "$message"

0 commit comments

Comments
 (0)