@steerprotocol/strategy-utils 2.0.3 → 2.0.5

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.
@@ -39,7 +39,7 @@ export function renderULMResult(
39
39
  "typesArray":["uint256","tuple(int24[],int24[],uint16[])","bytes"],
40
40
  "valuesArray":[` +
41
41
  totalLiquidity1e4.toString() +
42
- `}, [[` +
42
+ `, [[` +
43
43
  lowerTicks.toString() +
44
44
  "],[" +
45
45
  upperTicks.toString() +
@@ -48,7 +48,7 @@ export function renderULMResult(
48
48
  `]], "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000ffffffffffffffffffffffffffffffffffffffff"]
49
49
  }`
50
50
  );
51
- // The bytes value here is a placeholder for encoding that gets replaced with time-sensitive data upon execution. It will actually be the swap amount for rebalancing (int256) and slippage limit (uint160)
51
+ // The bytes value here is a placeholder for encoding that gets replaced with time-sensitive data upon execution. It will actually be the swap amount for re-balancing (int256) and slippage limit (uint160)
52
52
  }
53
53
 
54
54
  // TODO: Might need to be rewritten for assets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steerprotocol/strategy-utils",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Strategy utilities library for Steer Protocol strategies",
5
5
  "main": "assembly/index.ts",
6
6
  "types": "assembly/index.ts",