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.
2 parents f591a7a + 408d44d commit e8579f5Copy full SHA for e8579f5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "starknetkit",
3
- "version": "2.12.0",
+ "version": "2.12.1",
4
"repository": "github:argentlabs/starknetkit",
5
"private": false,
6
"browser": {
src/connectors/argent/argentMobile/modal/argentModal.ts
@@ -38,7 +38,7 @@ type ModalWalletExtended = ModalWallet & { dappName: string }
38
39
class ArgentModal {
40
public bridgeUrl = "https://login.ready.co"
41
- public mobileUrl = "argent://"
+ public mobileUrl = "ready://"
42
public type: "overlay" | "window" = "overlay"
43
public wcUri?: string
44
0 commit comments