@dodoex/wallet-web3-react 0.0.1-beta.5 → 0.0.1-beta.7
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.cjs +5 -5
- package/dist/index.js +5 -5
- package/dist/types/hooks/useFetchTokensBalance.d.ts +1 -1
- package/package.json +5 -5
- package/src/WalletConnect/ConnectPage.tsx +1 -0
- package/src/WalletConnect/WalletDialog.tsx +1 -1
- package/src/locales/en.po +2 -2
- package/src/locales/zh.po +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dodoex/wallet-web3-react",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.7",
|
|
4
4
|
"source": "src/index.tsx",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@dodoex/wallet-web3": "0.0.61-beta.0",
|
|
37
|
+
"@dodoex/contract-request": ">=1.x",
|
|
38
|
+
"@dodoex/dodo-contract-request": ">=1.x",
|
|
39
|
+
"@dodoex/icons": ">=2.0.2",
|
|
37
40
|
"react": ">=17.0.2",
|
|
38
41
|
"react-dom": ">=17.0.2"
|
|
39
42
|
},
|
|
@@ -55,10 +58,7 @@
|
|
|
55
58
|
},
|
|
56
59
|
"dependencies": {
|
|
57
60
|
"@dodoex/api": "^3.0.2",
|
|
58
|
-
"@dodoex/components": "^3.0.
|
|
59
|
-
"@dodoex/contract-request": "1.x",
|
|
60
|
-
"@dodoex/dodo-contract-request": "1.x",
|
|
61
|
-
"@dodoex/icons": "^2.0.2",
|
|
61
|
+
"@dodoex/components": "^3.0.3",
|
|
62
62
|
"@lingui/macro": "^4.11.4",
|
|
63
63
|
"@lingui/react": "^4.11.4",
|
|
64
64
|
"@tanstack/react-query": "^5.18.1",
|
package/src/locales/en.po
CHANGED
|
@@ -68,7 +68,7 @@ msgstr "Claim Rewards"
|
|
|
68
68
|
msgid "Connect Alchemy"
|
|
69
69
|
msgstr "Connect Alchemy"
|
|
70
70
|
|
|
71
|
-
#: src/WalletConnect/ConnectPage.tsx:
|
|
71
|
+
#: src/WalletConnect/ConnectPage.tsx:235
|
|
72
72
|
msgid "Connect Wallet"
|
|
73
73
|
msgstr "Connect Wallet"
|
|
74
74
|
|
|
@@ -156,7 +156,7 @@ msgstr "Log in with your email"
|
|
|
156
156
|
msgid "Log in with your email or a passkey"
|
|
157
157
|
msgstr "Log in with your email or a passkey"
|
|
158
158
|
|
|
159
|
-
#: src/WalletConnect/ConnectPage.tsx:
|
|
159
|
+
#: src/WalletConnect/ConnectPage.tsx:343
|
|
160
160
|
msgid "More Wallets"
|
|
161
161
|
msgstr "More Wallets"
|
|
162
162
|
|
package/src/locales/zh.po
CHANGED
|
@@ -68,7 +68,7 @@ msgstr ""
|
|
|
68
68
|
msgid "Connect Alchemy"
|
|
69
69
|
msgstr ""
|
|
70
70
|
|
|
71
|
-
#: src/WalletConnect/ConnectPage.tsx:
|
|
71
|
+
#: src/WalletConnect/ConnectPage.tsx:235
|
|
72
72
|
msgid "Connect Wallet"
|
|
73
73
|
msgstr ""
|
|
74
74
|
|
|
@@ -156,7 +156,7 @@ msgstr ""
|
|
|
156
156
|
msgid "Log in with your email or a passkey"
|
|
157
157
|
msgstr ""
|
|
158
158
|
|
|
159
|
-
#: src/WalletConnect/ConnectPage.tsx:
|
|
159
|
+
#: src/WalletConnect/ConnectPage.tsx:343
|
|
160
160
|
msgid "More Wallets"
|
|
161
161
|
msgstr ""
|
|
162
162
|
|