Skip to content

Commit 443b812

Browse files
updated controller dependency
1 parent a0eac4a commit 443b812

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/plugins/wallet-services-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"dist"
3232
],
3333
"devDependencies": {
34-
"@toruslabs/ethereum-controllers": "^7.0.1"
34+
"@toruslabs/ethereum-controllers": "^7.1.3"
3535
},
3636
"dependencies": {
3737
"@web3auth/account-abstraction-provider": "^9.5.2",
3838
"@web3auth/auth": "^9.6.2",
3939
"@web3auth/base": "^9.5.2",
4040
"@web3auth/no-modal": "^9.5.2",
41-
"@web3auth/ws-embed": "^3.4.0",
41+
"@web3auth/ws-embed": "^3.4.4",
4242
"loglevel": "^1.9.2"
4343
},
4444
"peerDependencies": {

packages/plugins/wallet-services-plugin/src/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type BaseEmbedControllerState } from "@toruslabs/base-controllers";
2-
import type { EthereumProviderConfig } from "@toruslabs/ethereum-controllers";
2+
import type { AccountAbstractionConfig, EthereumProviderConfig } from "@toruslabs/ethereum-controllers";
33
import { AccountAbstractionProvider } from "@web3auth/account-abstraction-provider";
44
import { SafeEventEmitter, type WhiteLabelData } from "@web3auth/auth";
55
import {
@@ -21,7 +21,7 @@ import {
2121
WALLET_ADAPTERS,
2222
WalletServicesPluginError,
2323
} from "@web3auth/base";
24-
import WsEmbed, { AccountAbstractionConfig, CtorArgs, WsEmbedParams } from "@web3auth/ws-embed";
24+
import WsEmbed, { CtorArgs, WsEmbedParams } from "@web3auth/ws-embed";
2525

2626
type WsPluginEmbedParams = Omit<WsEmbedParams, "buildEnv" | "enableLogging" | "chainConfig" | "confirmationStrategy"> & {
2727
/**

0 commit comments

Comments
 (0)