@dynamic-labs-wallet/node-evm 0.0.76 → 0.0.78

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 CHANGED
@@ -79,7 +79,7 @@ class DynamicEvmWalletClient extends node.DynamicWalletClient {
79
79
  const { accountAddress, publicKeyHex } = deriveAccountAddress({
80
80
  rawPublicKey: rawPublicKey
81
81
  });
82
- void this.storeEncryptedBackupByWalletWithRetry({
82
+ await this.storeEncryptedBackupByWalletWithRetry({
83
83
  accountAddress,
84
84
  externalServerKeyShares,
85
85
  password
@@ -230,7 +230,7 @@ class DynamicEvmWalletClient extends node.DynamicWalletClient {
230
230
  const { accountAddress, publicKeyHex } = deriveAccountAddress({
231
231
  rawPublicKey: rawPublicKey
232
232
  });
233
- void this.storeEncryptedBackupByWalletWithRetry({
233
+ await this.storeEncryptedBackupByWalletWithRetry({
234
234
  accountAddress,
235
235
  externalServerKeyShares,
236
236
  password
package/index.esm.js CHANGED
@@ -77,7 +77,7 @@ class DynamicEvmWalletClient extends DynamicWalletClient {
77
77
  const { accountAddress, publicKeyHex } = deriveAccountAddress({
78
78
  rawPublicKey: rawPublicKey
79
79
  });
80
- void this.storeEncryptedBackupByWalletWithRetry({
80
+ await this.storeEncryptedBackupByWalletWithRetry({
81
81
  accountAddress,
82
82
  externalServerKeyShares,
83
83
  password
@@ -228,7 +228,7 @@ class DynamicEvmWalletClient extends DynamicWalletClient {
228
228
  const { accountAddress, publicKeyHex } = deriveAccountAddress({
229
229
  rawPublicKey: rawPublicKey
230
230
  });
231
- void this.storeEncryptedBackupByWalletWithRetry({
231
+ await this.storeEncryptedBackupByWalletWithRetry({
232
232
  accountAddress,
233
233
  externalServerKeyShares,
234
234
  password
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/node-evm",
3
- "version": "0.0.76",
3
+ "version": "0.0.78",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
- "@dynamic-labs-wallet/node": "0.0.76"
6
+ "@dynamic-labs-wallet/node": "0.0.78"
7
7
  },
8
8
  "publishConfig": {
9
9
  "access": "public"