diff --git a/src/connectors/argentMobile/modal/argentModal.ts b/src/connectors/argentMobile/modal/argentModal.ts index 204830f..be6a846 100644 --- a/src/connectors/argentMobile/modal/argentModal.ts +++ b/src/connectors/argentMobile/modal/argentModal.ts @@ -72,15 +72,24 @@ class ArgentModal { const wcParam = encodeURIComponent(wcUri) const href = encodeURIComponent(window.location.href) + /* + // KEEPING IN CASE NEEDS TO BE REVERTED const desktopWcParam = encodeURIComponent( `${this.mobileUrl}app/wc?uri=${wcParam}`, - ) this.showModal({ desktop: `${this.bridgeUrl}?wc=${desktopWcParam}&device=desktop`, ios: `${this.mobileUrl}app/wc?uri=${wcParam}&href=${href}&device=mobile`, android: `${this.mobileUrl}app/wc?uri=${wcParam}&href=${href}&device=mobile`, }) + + ) */ + + this.showModal({ + desktop: `${this.bridgeUrl}?wc=${wcParam}&device=desktop`, + ios: `${this.mobileUrl}app/wc?uri=${wcParam}&href=${href}&device=mobile`, + android: `${this.mobileUrl}app/wc?uri=${wcParam}&href=${href}&device=mobile`, + }) } public showApprovalModal(_: RequestArguments): void {