Skip to content

Commit

Permalink
Merge pull-request #394
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-dev committed Nov 27, 2024
2 parents f776a30 + d8068bc commit 7240285
Show file tree
Hide file tree
Showing 3 changed files with 1,029 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { NextApiRequest, NextApiResponse } from "next";
import { Turnkey, TurnkeyApiTypes } from "@turnkey/sdk-server";
import { refineNonNull } from "@/utils";
import { TWalletDetails } from "@/types";

Expand All @@ -9,7 +8,11 @@ import { TWalletDetails } from "@/types";
// - Purpose is a constant set to 44' following the BIP43 recommendation.
// - Coin type is set to 60 (ETH) -- see https://github.com/satoshilabs/slips/blob/master/slip-0044.md
// - Account, Change, and Address Index are set to 0
import { DEFAULT_ETHEREUM_ACCOUNTS } from "@turnkey/sdk-server";
import {
Turnkey,
TurnkeyApiTypes,
DEFAULT_ETHEREUM_ACCOUNTS,
} from "@turnkey/sdk-server";

type TAttestation = TurnkeyApiTypes["v1Attestation"];

Expand Down
Loading

0 comments on commit 7240285

Please sign in to comment.