Skip to content

Commit

Permalink
feat: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 committed Nov 9, 2023
1 parent 307796f commit bd37ad8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/signers/src/magic/signer.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import {
WalletClientSigner,
type AuthSmartAccountSigner,
type SignTypedDataParams,
type SmartAccountAuthenticator,
} from "@alchemy/aa-core";
import { Magic, type MagicUserMetadata } from "magic-sdk";
import { createWalletClient, custom, type Hash } from "viem";
import type { MagicAuthParams } from "./types.js";

export class MagicSigner
implements AuthSmartAccountSigner<Magic, MagicAuthParams, MagicUserMetadata>
implements
SmartAccountAuthenticator<MagicAuthParams, MagicUserMetadata, Magic>
{
inner: Magic;
private signer: WalletClientSigner | undefined;
Expand Down

0 comments on commit bd37ad8

Please sign in to comment.