We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0e79f commit f378040Copy full SHA for f378040
packages/keychain/src/wallets/social/turnkey.ts
@@ -1,8 +1,3 @@
1
-import {
2
- authenticateToTurnkey,
3
- getOrCreateTurnkeySuborg,
4
- getTurnkeySuborg,
5
-} from "@/components/connect/create/social/api";
6
import { Auth0Client, createAuth0Client } from "@auth0/auth0-spa-js";
7
import {
8
ExternalPlatform,
@@ -15,8 +10,11 @@ import { bytesToHex } from "@noble/hashes/utils";
15
10
import { Turnkey, TurnkeyIframeClient } from "@turnkey/sdk-browser";
16
11
import { ethers, getAddress, getBytes, Signature } from "ethers";
17
12
13
+ authenticateToTurnkey,
18
14
getAuth0OidcToken,
+ getOrCreateTurnkeySuborg,
19
getOrCreateWallet,
+ getTurnkeySuborg,
20
getWallet,
21
} from "./turnkey_utils";
22
0 commit comments