diff --git a/lib/client.ts b/lib/client.ts index e20627c..8dfc408 100644 --- a/lib/client.ts +++ b/lib/client.ts @@ -1,10 +1,4 @@ -import { - CREATE_ACCOUNT_ERROR, - FUND_ACCOUNT_ERROR, - INVALID_NETWORK_ADDRESS_ERROR, - Networks, -} from "lib/constants" -import {isValidNetworkAddress} from "./network" +import {CREATE_ACCOUNT_ERROR, FUND_ACCOUNT_ERROR} from "lib/constants" export type CreateAccountURLParams = { publicKey: string