File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import type {
1414 StarknetkitConnector ,
1515 ConnectorData ,
1616} from "./connectors"
17- import { DEFAULT_WEBWALLET_URL } from "./connectors/webwallet/constants"
1817
1918import { ArgentMobileBaseConnector } from "./connectors/argent/argentMobile"
2019import { defaultConnectors } from "./helpers/defaultConnectors"
@@ -73,9 +72,6 @@ export const connect = async ({
7372 skipEmit = false ,
7473 ...restOptions
7574} : ConnectOptionsWithConnectors | ConnectOptions ) : Promise < ModalResult > => {
76- const { webWalletUrl = DEFAULT_WEBWALLET_URL , argentMobileOptions } =
77- restOptions as ConnectOptions
78-
7975 const { connectors } = restOptions as ConnectOptionsWithConnectors
8076
8177 // force null in case it was disconnected from mobile app
You can’t perform that action at this time.
0 commit comments