I try to Safe.create() to an existing contract that is NOT a safe, it throws all sorts of connection issues instead of a nice error > message. Basically I need a way of checking if an address is a safe. It works fine if the provided address is an EOA
Environment
Safe Core SDK version: latest at the moment of writing the issue
Steps to reproduce
Call safe.create() with a contract address that is not a Safe
Expected result
A good error message and a method to check if an address is a safe
Description
Safe user reported the following problem:
Environment
Steps to reproduce
Call safe.create() with a contract address that is not a Safe
Expected result
A good error message and a method to check if an address is a safe
Additional context