Skip to content

Commit ad37a6d

Browse files
author
Aleksandar Cakalic
authored
Merge pull request #216 from argentlabs/fix/qr-url
fix: set `mobileUrl` to new value
2 parents c531ebd + 72cf9f1 commit ad37a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connectors/argent/argentMobile/modal/argentModal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type ModalWalletExtended = ModalWallet & { dappName: string }
3838

3939
class ArgentModal {
4040
public bridgeUrl = "https://login.ready.co"
41-
public mobileUrl = "argent://"
41+
public mobileUrl = "ready://"
4242
public type: "overlay" | "window" = "overlay"
4343
public wcUri?: string
4444

0 commit comments

Comments
 (0)