From 77a8fe3efa61f9d8cb249001977c8c2be6b06d1f Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Tue, 17 Oct 2023 12:38:54 -0700 Subject: [PATCH] reset client --- lib/client.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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