Skip to content

Commit

Permalink
fix: update request modal urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Oct 19, 2023
1 parent 9a4101a commit 4c31f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/connectors/argentMobile/modal/argentModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ class ArgentModal {
*/
this.showModal({
desktop: `${this.bridgeUrl}?action=sign&device=desktop`,
ios: `${this.mobileUrl}app/wc?uri=${href}&device=mobile`,
android: `${this.mobileUrl}app/wc?uri=${href}&device=mobile`,
ios: `${this.mobileUrl}app/wc/request?href=${href}&device=mobile`,
android: `${this.mobileUrl}app/wc/request?href=${href}&device=mobile`,
})
}

Expand Down

0 comments on commit 4c31f02

Please sign in to comment.