@tomo-inc/wallet-connect-kit 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3533,7 +3533,7 @@ const ko = ({ title: e, onBack: n, onClose: t, rightContent: r, hideCloseButton:
|
|
|
3533
3533
|
clientId: Xe[xe].tomo,
|
|
3534
3534
|
xClientId: Xe[xe].x,
|
|
3535
3535
|
googleClientId: Xe[xe].google,
|
|
3536
|
-
walletBaseUrl: "https://
|
|
3536
|
+
walletBaseUrl: "https://embedded-wallet.tomo.inc/embed"
|
|
3537
3537
|
// walletBaseUrl: "http://localhost:5173/embed",
|
|
3538
3538
|
}, It = {
|
|
3539
3539
|
basicLogins: ["email", "externalWallets"],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tomo-inc/wallet-connect-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"qr-code-styling": "^1.9.2",
|
|
27
27
|
"qrcode": "^1.5.4",
|
|
28
28
|
"viem": "2.38.2",
|
|
29
|
+
"@tomo-inc/embedded-wallet-providers": "0.0.22",
|
|
29
30
|
"@tomo-inc/wallet-adaptor-base": "0.0.20",
|
|
30
|
-
"@tomo-inc/tomo-ui": "0.0.14"
|
|
31
|
-
"@tomo-inc/embedded-wallet-providers": "0.0.22"
|
|
31
|
+
"@tomo-inc/tomo-ui": "0.0.14"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=18",
|