Skip to content

Commit

Permalink
reset client
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 17, 2023
1 parent 795a516 commit 77a8fe3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/client.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 77a8fe3

Please sign in to comment.