Retries were added to this IP lookup but it's not covering this case:
Error: Invalid IPv4 address format: upstream request timeout
We're not returning an error here: https://github.com/malbeclabs/doublezero/blob/main/smartcontract/cli/src/helpers.rs#L52
So we're trying to parse upstream request timeout as an IP here https://github.com/malbeclabs/doublezero/blob/main/client/doublezero/src/command/helpers.rs#L50