diff --git a/src.ts/ethers.ts b/src.ts/ethers.ts index f09680bdb..98acc2a60 100644 --- a/src.ts/ethers.ts +++ b/src.ts/ethers.ts @@ -162,7 +162,6 @@ export type { } from "./utils/index.js"; export type { - KeystoreAccountParams, KeystoreAccount, - EncryptOptions + KeystoreAccount, EncryptOptions } from "./wallet/index.js";