@tronweb3/tronwallet-adapter-tokenpocket 1.0.3 → 1.0.4
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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +5 -5
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -81,4 +81,4 @@ interface TokenPocketConfig {
|
|
|
81
81
|
- TokenPocket App doesn't implement `signMessage()`, `multiSign()` and `switchChain()`.
|
|
82
82
|
- TokenPocket App will be connected automatically and when user change accounts, the page will reload. So there is no need to to listen to `accountsChanged` event.
|
|
83
83
|
|
|
84
|
-
For more information about tronwallet adapters, please refer to [`@tronweb3/tronwallet-adapters`](https://github.com/
|
|
84
|
+
For more information about tronwallet adapters, please refer to [`@tronweb3/tronwallet-adapters`](https://github.com/web3-geek/tronwallet-adapter/tree/main/packages/adapters/adapters)
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tronweb3/tronwallet-adapter-tokenpocket",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Wallet adapter for TokenPocket Wallet app.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TRON",
|
|
7
7
|
"TronWeb",
|
|
8
8
|
"TokenPocket"
|
|
9
9
|
],
|
|
10
|
-
"author": "
|
|
10
|
+
"author": "web3-geek",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/web3-geek/tronwallet-adapter"
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"type": "module",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tronweb3/tronwallet-
|
|
40
|
-
"@tronweb3/tronwallet-adapter
|
|
39
|
+
"@tronweb3/tronwallet-adapter-tronlink": "^1.1.10",
|
|
40
|
+
"@tronweb3/tronwallet-abstract-adapter": "^1.1.7"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@testing-library/dom": "^8.20.0",
|