@dynamic-labs-wallet/svm 0.0.292 → 0.0.294
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/index.cjs.js +2 -2
- package/index.esm.js +2 -2
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -62,7 +62,7 @@ class DynamicSvmWalletClient extends browser.DynamicWalletClient {
|
|
|
62
62
|
clientKeyShares,
|
|
63
63
|
overwriteOrMerge: 'overwrite'
|
|
64
64
|
});
|
|
65
|
-
await this.
|
|
65
|
+
await this.storeEncryptedBackupByWallet({
|
|
66
66
|
accountAddress,
|
|
67
67
|
clientKeyShares,
|
|
68
68
|
password,
|
|
@@ -299,7 +299,7 @@ class DynamicSvmWalletClient extends browser.DynamicWalletClient {
|
|
|
299
299
|
clientKeyShares,
|
|
300
300
|
overwriteOrMerge: 'overwrite'
|
|
301
301
|
});
|
|
302
|
-
await this.
|
|
302
|
+
await this.storeEncryptedBackupByWallet({
|
|
303
303
|
accountAddress,
|
|
304
304
|
clientKeyShares,
|
|
305
305
|
password,
|
package/index.esm.js
CHANGED
|
@@ -60,7 +60,7 @@ class DynamicSvmWalletClient extends DynamicWalletClient {
|
|
|
60
60
|
clientKeyShares,
|
|
61
61
|
overwriteOrMerge: 'overwrite'
|
|
62
62
|
});
|
|
63
|
-
await this.
|
|
63
|
+
await this.storeEncryptedBackupByWallet({
|
|
64
64
|
accountAddress,
|
|
65
65
|
clientKeyShares,
|
|
66
66
|
password,
|
|
@@ -297,7 +297,7 @@ class DynamicSvmWalletClient extends DynamicWalletClient {
|
|
|
297
297
|
clientKeyShares,
|
|
298
298
|
overwriteOrMerge: 'overwrite'
|
|
299
299
|
});
|
|
300
|
-
await this.
|
|
300
|
+
await this.storeEncryptedBackupByWallet({
|
|
301
301
|
accountAddress,
|
|
302
302
|
clientKeyShares,
|
|
303
303
|
password,
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/svm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.294",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/browser": "0.0.
|
|
7
|
+
"@dynamic-labs-wallet/browser": "0.0.294",
|
|
8
8
|
"@solana/web3.js": "^1.98.2",
|
|
9
9
|
"bs58": "^6.0.0",
|
|
10
10
|
"@dynamic-labs/sdk-api-core": "^0.0.875"
|