@varla/sdk 4.1.0 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @varla-xyz/protocol
2
2
 
3
+ ## 4.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4fd8e06: Update Polygon proxy liquidator addresses in the SDK.
8
+ - Updated Polygon proxy liquidator, merge liquidator, and convert liquidator address mappings.
9
+ - Updated Polygon proxy deployment artifacts for Varla liquidator and core upgradeable contracts.
10
+ - Refreshed VarlaCoreUpgradeable implementation deployment data.
11
+ - Added new solc input artifacts for the Polygon deployments.
3
12
  ## 4.1.0
4
13
 
5
14
  ### Minor Changes
@@ -6,9 +6,9 @@ export const polygonProxy = {
6
6
  oracleUpdaterRouter: "0x3E1e6B54626D486b844C94e2385773b018fEB891",
7
7
  interestRateStrategy: "0x3Ae3a0B358a53aF835A924F4799c91943206e3d1",
8
8
  proxyAdmin: "0x084aBfA2f32A53741DDd12D3166dA1318e7d73f7",
9
- liquidator: "0x0f031BFbfFB08C3f844b8e59BAd9975CBec194b5",
10
- mergeLiquidator: "0x573A7bD3117c9D8EA1913c2Ccbdbf29E86EE4621",
11
- convertLiquidator: "0xc1ba05218Fb56b5e31D34b3bb772fa57F1eDC7e4",
9
+ liquidator: "0xB03baF8dA8608966C85b41Ef8ac6E8046E5A51e2",
10
+ mergeLiquidator: "0xd7d3F588eE96bC4D8a4970762397fff22f05a768",
11
+ convertLiquidator: "0xA62aE4c47271afE15E2c7750c8Bd6c980657B147",
12
12
  polymarketCtfAdapter: "0x86B39800540D2C42eF1E34DF69117CB34F35a341",
13
13
  };
14
14
  //# sourceMappingURL=polygonProxy.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varla/sdk",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -10,9 +10,9 @@
10
10
  "OracleUpdaterRouter": "0x3E1e6B54626D486b844C94e2385773b018fEB891",
11
11
  "VarlaInterestRateStrategy": "0x3Ae3a0B358a53aF835A924F4799c91943206e3d1",
12
12
  "VarlaProxyAdmin": "0x084aBfA2f32A53741DDd12D3166dA1318e7d73f7",
13
- "VarlaLiquidator": "0x0f031BFbfFB08C3f844b8e59BAd9975CBec194b5",
14
- "VarlaMergeLiquidator": "0x573A7bD3117c9D8EA1913c2Ccbdbf29E86EE4621",
15
- "VarlaConvertLiquidator": "0xc1ba05218Fb56b5e31D34b3bb772fa57F1eDC7e4",
13
+ "VarlaLiquidator": "0xB03baF8dA8608966C85b41Ef8ac6E8046E5A51e2",
14
+ "VarlaMergeLiquidator": "0xd7d3F588eE96bC4D8a4970762397fff22f05a768",
15
+ "VarlaConvertLiquidator": "0xA62aE4c47271afE15E2c7750c8Bd6c980657B147",
16
16
  "PolymarketCtfAdapter": "0x86B39800540D2C42eF1E34DF69117CB34F35a341"
17
17
  }
18
18
  }
@@ -9,9 +9,9 @@ export const polygonProxy: AddressBook = {
9
9
  oracleUpdaterRouter: "0x3E1e6B54626D486b844C94e2385773b018fEB891",
10
10
  interestRateStrategy: "0x3Ae3a0B358a53aF835A924F4799c91943206e3d1",
11
11
  proxyAdmin: "0x084aBfA2f32A53741DDd12D3166dA1318e7d73f7",
12
- liquidator: "0x0f031BFbfFB08C3f844b8e59BAd9975CBec194b5",
13
- mergeLiquidator: "0x573A7bD3117c9D8EA1913c2Ccbdbf29E86EE4621",
14
- convertLiquidator: "0xc1ba05218Fb56b5e31D34b3bb772fa57F1eDC7e4",
12
+ liquidator: "0xB03baF8dA8608966C85b41Ef8ac6E8046E5A51e2",
13
+ mergeLiquidator: "0xd7d3F588eE96bC4D8a4970762397fff22f05a768",
14
+ convertLiquidator: "0xA62aE4c47271afE15E2c7750c8Bd6c980657B147",
15
15
  polymarketCtfAdapter: "0x86B39800540D2C42eF1E34DF69117CB34F35a341",
16
16
  };
17
17