@verified-network/verified-sdk 2.5.8 → 2.6.0

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.
@@ -15,7 +15,7 @@ export default class LiquidityContract extends VerifiedContract {
15
15
  Specifies list of supported tokens that can be invested in the Verified Liquidity token
16
16
  @param _tokens array of supported token addresses
17
17
  */
18
- supportTokens(_tokens: string, _name: string, options?: Options): any;
18
+ supportTokens(_tokens: string, _name: string, _feed: string, options?: Options): any;
19
19
  /**
20
20
  Checks if a specified token is supported for investing in the Verified Liquidity token
21
21
  @param _token token that is supported for investment
@@ -40,10 +40,11 @@ class LiquidityContract extends index_1.VerifiedContract {
40
40
  Specifies list of supported tokens that can be invested in the Verified Liquidity token
41
41
  @param _tokens array of supported token addresses
42
42
  */
43
- async supportTokens(_tokens, _name, options) {
43
+ async supportTokens(_tokens, _name, _feed, options) {
44
44
  await this.validateInput(index_1.DATATYPES.STRING, _tokens);
45
45
  await this.validateInput(index_1.DATATYPES.STRING, _name);
46
- return this.callContract(FUNCTIONS.SUPPORTTOKENS, _tokens, _name, options);
46
+ await this.validateInput(index_1.DATATYPES.ADDRESS, _feed);
47
+ return this.callContract(FUNCTIONS.SUPPORTTOKENS, _tokens, _name, _feed, options);
47
48
  }
48
49
  /**
49
50
  Checks if a specified token is supported for investing in the Verified Liquidity token
@@ -310,37 +310,37 @@ const contractAddress = {
310
310
  },
311
311
  },
312
312
  11155111: {
313
- Client: "",
314
- Factory: "0x60dDeeD42EB62c98210513b3465c5aBf9503D8Ff",
315
- Cash: "0x7eFDfeA69676b12060E00DFa57A86E158aBEF454",
316
- Bond: "0x9cE001D04aa109f53055CE25D641a303224C6014",
317
- Token: "0x1A8449883f4DE9e5BD94b2e6D6cf5c863D2CaD1d",
318
- Oracle: "0x6F698b337e15dEaB55B80fe4E6f75C5c7850BE2f",
319
- Rates: "0x131d6B6fb7D5D18fd106dbb4e605B66b46e887B7",
320
- Security: "",
321
- SecuritiesFactory: "",
322
- Vitta: "0x9dff1f4c9Dc57dd80Ddd75528dF0fd8966078Ae3",
323
- Liquidity: "0x589399c2290e98978d8c8f4a75fD7006C0c00209",
324
- Distribution: "0xDb4f402520a0eb1922aE629CFA2D720a39361c63",
313
+ Client: "0x05d2c759aBb063751FCFd308de02Ea37626817A3",
314
+ Factory: "0x01245b4498753D18684c6016949314b36c5Ad1d7",
315
+ Cash: "0x558D45c2c8C56fef7b27740c8cDE82661e03595E",
316
+ Bond: "0x9b3f6C5CfC67f3365Cd7f4A909ece62447e41A90",
317
+ Token: "0x5556040714852f76148fD692811924bAe968276d",
318
+ Oracle: "0xA55181A96F055dB101cE04a8E1b55c955B5e87FE",
319
+ Rates: "0xfF01062082866238b89851D4aBf4Db982227C60b",
320
+ Security: "0xB1656C7161A5d68610d19e68D086ac525C0d3f7E",
321
+ SecuritiesFactory: "0xA09DA305362ba450439E9f33C12E67dB0c722c85",
322
+ Vitta: "0x39b4B94eE7FC9571723DaCbA14531EAC5Fd6E024",
323
+ Liquidity: "0xDFCaBCDD54e8E17f93261868DD24a2829148FF90",
324
+ Distribution: "0x9b164eD1dF8Ca8eC5b7753eA945347e0871E53Af",
325
325
  PrimaryIssuePoolFactory: "0xDA13BC71FEe08FfD523f10458B0e2c2D8427BBD5",
326
- BalancerPrimaryIssueManager: "",
326
+ BalancerPrimaryIssueManager: "0xA51cf7FC5Fa9A84DA54f6674E1643Bf96a79b81e",
327
327
  SecondaryIssuePoolFactory: "0x4519148Cc4030c2e3573f1f886ed4071Fa35d62B",
328
- BalancerSecondaryIssueManager: "",
328
+ BalancerSecondaryIssueManager: "0xBBd3107a728Ade702AFE074C15A23c73b225CEC9",
329
329
  MarginTradingPoolFactory: "0xB1ae3Fc5B16d3736bf0db20606fB9a10b435392c",
330
- BalancerMarginIssueManager: "",
330
+ BalancerMarginIssueManager: "0xe4cA01876ea412A97a26bCaB1f6a4526A529D689",
331
331
  Custody: "0x594DC49A7C2B4b0f279247239cb6F1d943a99e7F",
332
332
  Compound: "",
333
333
  CASH: {
334
- VCUSD: "0x4F775199bAD6D02a0189eF4922cf47Cb64aB5F32",
335
- VCEUR: "0xF556385dd699f60207744F0181f2D285634808c2",
336
- VCGBP: "0xeF9c36B7909CC7D10AfC1e3c261808fB261aD486",
337
- VCJPY: "0x54D26696c01A5591b93Ea15DB01C72d4d3eBE25C",
334
+ VCUSD: "0xEf6F730511eC63aA10781b37bfe8eC2013868D35",
335
+ VCEUR: "0x3050B6BD7693717ADF04710AA5D499bbb168180C",
336
+ VCGBP: "0xd14503F05f91B5bbeBA2566832da6D237539E0DE",
337
+ VCJPY: "0xC498b2d05dD0889F5420F6316a77f90Af80Dc164",
338
338
  },
339
339
  BOND: {
340
- VBUSD: "0x3B52c3825Ae26d21C3594d28853fabe7deB7AF06",
341
- VBEUR: "0x5822746522C0cE9310e8a7088b3daCd943E78A5e",
342
- VBGBP: "0xe2981ff6F1211bEEaB3522dd85d600Cf73cCE665",
343
- VBJPY: "0x0614a2BBeE52cc8B76739Ab008F343e960E42779",
340
+ VBUSD: "0x1a64400Bd3D64CEB4764EA380c27907846FAEF6a",
341
+ VBEUR: "0x9E1f9f38AE834731Cb5dBabB553a2EFD84B8275f",
342
+ VBGBP: "0xFc4B3992007C63343267544fBb43b818694d4f05",
343
+ VBJPY: "0x2ccce52EF684c7d3112fE40ec01Aa1BB17E4E963",
344
344
  },
345
345
  },
346
346
  balancerVault: "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verified-network/verified-sdk",
3
- "version": "2.5.8",
3
+ "version": "2.6.0",
4
4
  "description": "An SDK to develop applications on the Verified Network",
5
5
  "repository": {
6
6
  "type": "git",