We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0e939 commit 433298cCopy full SHA for 433298c
alerts/periodic_sender.sh
@@ -47,7 +47,7 @@ while true; do
47
echo "$message"
48
./alerts/sender_with_alert.sh "$ENV_FILE"
49
tic=0 # Reset tic counter after sending a proof
50
- elif { [ $tic -ge 50 ] && [ $current_gas_price -lt 50000000000 ]; }; then
+ elif { [ $tic -ge 50 ]; }; then
51
# - After 50 tics (25 hours), if gas price is below 50 gwei, send a proof
52
message="Sending proof at tic $tic with gas price $current_gas_price wei"
53
0 commit comments