@dynamic-labs-wallet/node-svm 0.0.80 → 0.0.82

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
@@ -292,7 +292,7 @@ class DynamicSvmWalletClient extends node.DynamicWalletClient {
292
292
  environmentId,
293
293
  baseApiUrl,
294
294
  baseMPCRelayApiUrl
295
- }), this.chainName = 'SOL';
295
+ }), this.chainName = 'SVM';
296
296
  }
297
297
  }
298
298
 
package/index.esm.js CHANGED
@@ -290,7 +290,7 @@ class DynamicSvmWalletClient extends DynamicWalletClient {
290
290
  environmentId,
291
291
  baseApiUrl,
292
292
  baseMPCRelayApiUrl
293
- }), this.chainName = 'SOL';
293
+ }), this.chainName = 'SVM';
294
294
  }
295
295
  }
296
296
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/node-svm",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
- "@dynamic-labs-wallet/node": "0.0.80",
6
+ "@dynamic-labs-wallet/node": "0.0.82",
7
7
  "@solana/web3.js": "^1.98.2"
8
8
  },
9
9
  "publishConfig": {
@@ -1,7 +1,7 @@
1
1
  import { ServerKeyShare, DynamicWalletClient, Ed25519KeygenResult, ThresholdSignatureScheme } from '@dynamic-labs-wallet/node';
2
2
  import { Transaction, VersionedTransaction } from '@solana/web3.js';
3
3
  export declare class DynamicSvmWalletClient extends DynamicWalletClient {
4
- readonly chainName = "SOL";
4
+ readonly chainName = "SVM";
5
5
  accountAddress?: string;
6
6
  constructor({ environmentId, baseApiUrl, baseMPCRelayApiUrl, }: {
7
7
  environmentId: string;