@portal-hq/provider 0.3.0 → 0.3.1

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.
@@ -69,6 +69,7 @@ class Provider {
69
69
  this.signer = new signers_1.MpcSigner({
70
70
  mpcUrl: this.mpcUrl,
71
71
  keychain: this.keychain,
72
+ mpcVersion: mpcVersion,
72
73
  });
73
74
  this.signer.getAddress().then((address) => {
74
75
  if (typeof address !== 'undefined' && address.length) {
@@ -67,6 +67,7 @@ class Provider {
67
67
  this.signer = new MpcSigner({
68
68
  mpcUrl: this.mpcUrl,
69
69
  keychain: this.keychain,
70
+ mpcVersion: mpcVersion,
70
71
  });
71
72
  this.signer.getAddress().then((address) => {
72
73
  if (typeof address !== 'undefined' && address.length) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portal-hq/provider",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/esm/index",
@@ -19,7 +19,7 @@
19
19
  "test": "jest"
20
20
  },
21
21
  "dependencies": {
22
- "@portal-hq/utils": "^0.3.0"
22
+ "@portal-hq/utils": "^0.3.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@babel/preset-typescript": "^7.18.6",
@@ -109,6 +109,7 @@ class Provider {
109
109
  this.signer = new MpcSigner({
110
110
  mpcUrl: this.mpcUrl,
111
111
  keychain: this.keychain,
112
+ mpcVersion: mpcVersion,
112
113
  })
113
114
 
114
115
  this.signer.getAddress().then((address) => {