Skip to content

Commit 1d53c9a

Browse files
Remove solved TODO comment
1 parent 5c8880a commit 1d53c9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alerts/periodic_sender.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ fi
1212

1313
# Fetches the current ETH gas price
1414
function fetch_gas_price() {
15-
# TODO: We should have a second RPC_URL for fetching gas price to avoid being rate limited
1615
gas_price=$(cast gas-price --rpc-url $RPC_URL)
1716
if [[ -z "$gas_price" || "$gas_price" == "0" ]]; then
1817
echo "Primary RPC_URL failed to fetch gas price, trying fallback..."

0 commit comments

Comments
 (0)