@verified-network/verified-sdk 1.3.1 → 1.3.2

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.
@@ -32,7 +32,7 @@ class MarginIssueManager extends index_1.VerifiedContract {
32
32
  await this.validateInput(index_1.DATATYPES.NUMBER, margin);
33
33
  await this.validateInput(index_1.DATATYPES.NUMBER, collateral);
34
34
  await this.validateInput(index_1.DATATYPES.NUMBER, tradeFee);
35
- return this.callContract(FUNCTIONS.ISSUEPRODUCT, security, this.sanitiseInput(index_1.DATATYPES.BYTE32, securityType), currency, this.sanitiseInput(index_1.DATATYPES.BYTE32, cficode), securityAmount, minOrderSize, currencyAmount, margin, collateral, tradefee, options);
35
+ return this.callContract(FUNCTIONS.ISSUEPRODUCT, security, this.sanitiseInput(index_1.DATATYPES.BYTE32, securityType), currency, this.sanitiseInput(index_1.DATATYPES.BYTE32, cficode), securityAmount, minOrderSize, currencyAmount, margin, collateral, tradeFee, options);
36
36
  }
37
37
  async close(security, options) {
38
38
  await this.validateInput(index_1.DATATYPES.ADDRESS, security);
@@ -2,7 +2,7 @@
2
2
  // SPDX-License-Identifier: BUSL-1.1
3
3
  // @ts-nocheck
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- const index_1 = require("../index");
5
+ const index_1 = require("../../index");
6
6
  const VerifiedMarkets_json_1 = require("../../../abi/loans/compound/VerifiedMarkets.json");
7
7
  var FUNCTIONS;
8
8
  (function (FUNCTIONS) {
@@ -16,7 +16,7 @@ const contractAddress = {
16
16
  'Distribution': '0x22Af8F976f34a5f91A333bcc2bBe82826e517B12',
17
17
  'BalancerPrimaryIssueManager': '0x63D95635938857Ad202f0684dfd91dc71C9d111e',
18
18
  'BalancerSecondaryIssueManager': '0xe1f45e7104069F998b919C26435c4aaBAeD68fEd',
19
- 'BalancerMarginIssueManager': '0x7620f16B2d7990F959B092EaF05E9F747380cD97',
19
+ 'BalancerMarginIssueManager': '0x990e06f853B2EC48a3773572951D099c015BA900',
20
20
  'Custody': '0x60aEDad13a34b1DC45bDeA9eD6a66d639563e917',
21
21
  'Compound': '0xf8287e8D37863Db0Cabd25B55f77652d5d6aEb83',
22
22
  'CASH': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verified-network/verified-sdk",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "An SDK to develop applications on the Verified Network",
5
5
  "repository": {
6
6
  "type": "git",