Skip to content

Commit e8579f5

Browse files
author
Aleksandar Cakalic
authored
Merge pull request #217 from argentlabs/develop
hotfix
2 parents f591a7a + 408d44d commit e8579f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starknetkit",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"repository": "github:argentlabs/starknetkit",
55
"private": false,
66
"browser": {

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)