Skip to content

Commit

Permalink
feat: remove AA_SDK_TESTS_SIGNER_TYPE constant exported from aa-core (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswon authored and moldy530 committed Nov 16, 2023
1 parent e853e63 commit c416f16
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type {
SignTypedDataParams,
SmartAccountSigner,
} from "@alchemy/aa-core";
import { AA_SDK_TESTS_SIGNER_TYPE } from "@alchemy/aa-core";

export class MockSigner implements SmartAccountSigner {
inner: any;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
AA_SDK_TESTS_SIGNER_TYPE,
getDefaultEntryPointAddress,
type BatchUserOperationCallData,
type SmartAccountSigner,
Expand Down
1 change: 0 additions & 1 deletion packages/alchemy/e2e-tests/simple-account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
SimpleSmartContractAccount,
getDefaultSimpleAccountFactoryAddress,
type SmartAccountSigner,
AA_SDK_TESTS_SIGNER_TYPE,
} from "@alchemy/aa-core";
import { Alchemy, Network } from "alchemy-sdk";
import {
Expand Down
2 changes: 0 additions & 2 deletions packages/core/src/signer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ export interface SmartAccountSigner<Inner = any> {

signTypedData: (params: SignTypedDataParams) => Promise<Hex>;
}

export const AA_SDK_TESTS_SIGNER_TYPE = "aa-sdk-tests";

0 comments on commit c416f16

Please sign in to comment.