We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4755cd5 commit 3fb5a02Copy full SHA for 3fb5a02
src/main.ts
@@ -118,11 +118,7 @@ export const connect = async ({
118
let connectorData: ConnectorData | null = null
119
120
if (resultType === "wallet") {
121
- // Only ArgentX connector will use silent_mode param to avoid breaking changes on other wallets
122
- connectorData =
123
- (await connector?.connect({
124
- silent_mode: connector.id === "argentX",
125
- })) ?? null
+ connectorData = (await connector?.connect()) ?? null
126
}
127
128
if (connector) {
0 commit comments