@injectivelabs/wallet-turnkey 1.16.18 → 1.16.19
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/README.md +3 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -46,7 +46,8 @@ const strategyArgs: WalletStrategyArguments = {
|
|
|
46
46
|
},
|
|
47
47
|
metadata: {
|
|
48
48
|
turnkeyAuthIframeContainerId,
|
|
49
|
-
defaultOrganizationId: import.meta.env
|
|
49
|
+
defaultOrganizationId: import.meta.env
|
|
50
|
+
.VITE_TURNKEY_DEFAULT_ORGANIZATION_ID,
|
|
50
51
|
apiBaseUrl: 'https://api.turnkey.com',
|
|
51
52
|
},
|
|
52
53
|
}),
|
|
@@ -74,7 +75,7 @@ const sendTX = async () => {
|
|
|
74
75
|
},
|
|
75
76
|
})
|
|
76
77
|
|
|
77
|
-
return await msgBroadcaster.
|
|
78
|
+
return await msgBroadcaster.broadcastV2({ msgs: message })
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
const result = await sendTX()
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-turnkey",
|
|
3
3
|
"description": "Turnkey wallet strategy for use with @injectivelabs/wallet-core.",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.19",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"start": "node dist/index.js"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@injectivelabs/exceptions": "1.16.
|
|
63
|
-
"@injectivelabs/sdk-ts": "1.16.
|
|
64
|
-
"@injectivelabs/ts-types": "1.16.
|
|
65
|
-
"@injectivelabs/utils": "1.16.
|
|
66
|
-
"@injectivelabs/wallet-base": "1.16.
|
|
62
|
+
"@injectivelabs/exceptions": "1.16.19",
|
|
63
|
+
"@injectivelabs/sdk-ts": "1.16.19",
|
|
64
|
+
"@injectivelabs/ts-types": "1.16.19",
|
|
65
|
+
"@injectivelabs/utils": "1.16.19",
|
|
66
|
+
"@injectivelabs/wallet-base": "1.16.19",
|
|
67
67
|
"@turnkey/sdk-browser": "5.2.3",
|
|
68
68
|
"@turnkey/viem": "^0.9.10",
|
|
69
69
|
"viem": "^2.33.2"
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"tsconfig-paths": "^4.2.0",
|
|
78
78
|
"typescript": "^5.0.0"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "48a6522a9317958b108a4373c4b8412b10136859"
|
|
81
81
|
}
|