chore: sync submodule state (parent ref update)
Made-with: Cursor
This commit is contained in:
@@ -87,8 +87,8 @@ fi
|
||||
|
||||
# Verify RPC endpoint
|
||||
log_info "Verifying RPC endpoint..."
|
||||
if ! curl -s -X POST "$RPC_URL" -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' > /dev/null 2>&1; then
|
||||
log_error "Error: RPC endpoint is not accessible"
|
||||
if ! curl -s -m 10 -X POST "$RPC_URL" -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' > /dev/null 2>&1; then
|
||||
log_error "Error: RPC endpoint is not accessible at $RPC_URL"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user