Skip to content

Commit

Permalink
chore: move option to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Dec 17, 2024
1 parent b637165 commit 1db548b
Show file tree
Hide file tree
Showing 2 changed files with 1,120 additions and 1,136 deletions.
6 changes: 1 addition & 5 deletions packages/core/src/controllers/OptionsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ export interface OptionsControllerStatePublic {
* @default false
*/
allowUnsupportedChain?: boolean
/**
* Enable manual control of WalletConnect connections.
* @default false
*/
useInjectedUniversalProvider?: boolean
}

export interface OptionsControllerStateInternal {
Expand All @@ -148,6 +143,7 @@ export interface OptionsControllerStateInternal {
isSiweEnabled?: boolean
isUniversalProvider?: boolean
hasMultipleAddresses?: boolean
useInjectedUniversalProvider?: boolean
}

type StateKey = keyof OptionsControllerStatePublic | keyof OptionsControllerStateInternal
Expand Down
Loading

0 comments on commit 1db548b

Please sign in to comment.