@riocrypto/common-server 1.0.1036 → 1.0.1037

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.
@@ -128,7 +128,7 @@ class FireblocksClient {
128
128
  }
129
129
  createVault(userId, name) {
130
130
  return __awaiter(this, void 0, void 0, function* () {
131
- const vault = yield this.fireblocks.createVaultAccount(`${name} - ${userId}`);
131
+ const vault = yield this.fireblocks.createVaultAccount(`${name} - ${userId}`, false, userId);
132
132
  return vault.id;
133
133
  });
134
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1036",
3
+ "version": "1.0.1037",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",