@defisaver/positions-sdk 1.0.13-dev-3 → 1.0.13-dev-4

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.
@@ -12,7 +12,7 @@ const LIQUITY_V2_ETH_MARKET = (networkId = common_1.NetworkNumber.Eth) => ({
12
12
  url: 'eth',
13
13
  debtToken: 'BOLD',
14
14
  collateralToken: 'ETH',
15
- marketAddress: '0xde524be191de806011e98c8d36d50d7a88391a3e',
15
+ marketAddress: '0xc3fe668b43439525f70fe860f89882f0be312504',
16
16
  protocolName: 'liquity-v2',
17
17
  isLegacy: false,
18
18
  });
@@ -25,7 +25,7 @@ const LIQUITY_V2_WSTETH_MARKET = (networkId = common_1.NetworkNumber.Eth) => ({
25
25
  url: 'wsteth',
26
26
  debtToken: 'BOLD',
27
27
  collateralToken: 'wstETH',
28
- marketAddress: '0x1649ccb966c90ff524a15231bc177d77a275fda1',
28
+ marketAddress: '0x9b27787ff66aa3cea8dbc47772328459a1fa05ac',
29
29
  protocolName: 'liquity-v2',
30
30
  isLegacy: false,
31
31
  });
@@ -38,7 +38,7 @@ const LIQUITY_V2_RETH_MARKET = (networkId = common_1.NetworkNumber.Eth) => ({
38
38
  url: 'reth',
39
39
  debtToken: 'BOLD',
40
40
  collateralToken: 'rETH',
41
- marketAddress: '0x6809ac46fa55e4d86be368c589427684616f91c2',
41
+ marketAddress: '0xde524be191de806011e98c8d36d50d7a88391a3e',
42
42
  protocolName: 'liquity-v2',
43
43
  isLegacy: false,
44
44
  });
@@ -9,7 +9,7 @@ export const LIQUITY_V2_ETH_MARKET = (networkId = NetworkNumber.Eth) => ({
9
9
  url: 'eth',
10
10
  debtToken: 'BOLD',
11
11
  collateralToken: 'ETH',
12
- marketAddress: '0xde524be191de806011e98c8d36d50d7a88391a3e',
12
+ marketAddress: '0xc3fe668b43439525f70fe860f89882f0be312504',
13
13
  protocolName: 'liquity-v2',
14
14
  isLegacy: false,
15
15
  });
@@ -21,7 +21,7 @@ export const LIQUITY_V2_WSTETH_MARKET = (networkId = NetworkNumber.Eth) => ({
21
21
  url: 'wsteth',
22
22
  debtToken: 'BOLD',
23
23
  collateralToken: 'wstETH',
24
- marketAddress: '0x1649ccb966c90ff524a15231bc177d77a275fda1',
24
+ marketAddress: '0x9b27787ff66aa3cea8dbc47772328459a1fa05ac',
25
25
  protocolName: 'liquity-v2',
26
26
  isLegacy: false,
27
27
  });
@@ -33,7 +33,7 @@ export const LIQUITY_V2_RETH_MARKET = (networkId = NetworkNumber.Eth) => ({
33
33
  url: 'reth',
34
34
  debtToken: 'BOLD',
35
35
  collateralToken: 'rETH',
36
- marketAddress: '0x6809ac46fa55e4d86be368c589427684616f91c2',
36
+ marketAddress: '0xde524be191de806011e98c8d36d50d7a88391a3e',
37
37
  protocolName: 'liquity-v2',
38
38
  isLegacy: false,
39
39
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/positions-sdk",
3
- "version": "1.0.13-dev-3",
3
+ "version": "1.0.13-dev-4",
4
4
  "description": "",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -10,7 +10,7 @@ export const LIQUITY_V2_ETH_MARKET = (networkId: NetworkNumber = NetworkNumber.E
10
10
  url: 'eth',
11
11
  debtToken: 'BOLD',
12
12
  collateralToken: 'ETH',
13
- marketAddress: '0xde524be191de806011e98c8d36d50d7a88391a3e',
13
+ marketAddress: '0xc3fe668b43439525f70fe860f89882f0be312504',
14
14
  protocolName: 'liquity-v2',
15
15
  isLegacy: false,
16
16
  });
@@ -23,7 +23,7 @@ export const LIQUITY_V2_WSTETH_MARKET = (networkId: NetworkNumber = NetworkNumbe
23
23
  url: 'wsteth',
24
24
  debtToken: 'BOLD',
25
25
  collateralToken: 'wstETH',
26
- marketAddress: '0x1649ccb966c90ff524a15231bc177d77a275fda1',
26
+ marketAddress: '0x9b27787ff66aa3cea8dbc47772328459a1fa05ac',
27
27
  protocolName: 'liquity-v2',
28
28
  isLegacy: false,
29
29
  });
@@ -36,7 +36,7 @@ export const LIQUITY_V2_RETH_MARKET = (networkId: NetworkNumber = NetworkNumber.
36
36
  url: 'reth',
37
37
  debtToken: 'BOLD',
38
38
  collateralToken: 'rETH',
39
- marketAddress: '0x6809ac46fa55e4d86be368c589427684616f91c2',
39
+ marketAddress: '0xde524be191de806011e98c8d36d50d7a88391a3e',
40
40
  protocolName: 'liquity-v2',
41
41
  isLegacy: false,
42
42
  });