@synthra-swap/smart-order-router 3.15.19 → 3.15.20

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.
@@ -102,6 +102,7 @@ class V3PoolProvider {
102
102
  tokenA: token0,
103
103
  tokenB: token1,
104
104
  fee: feeAmount,
105
+ initCodeHashManualOverride: "0x499aba1e2f07d97749c4eabd822eca2efa521b1d6e34a67285e4a3cb773905dd",
105
106
  });
106
107
  this.POOL_ADDRESS_CACHE[cacheKey] = poolAddress;
107
108
  return { poolAddress, token0, token1 };
@@ -96,6 +96,7 @@ export class V3PoolProvider {
96
96
  tokenA: token0,
97
97
  tokenB: token1,
98
98
  fee: feeAmount,
99
+ initCodeHashManualOverride: "0x499aba1e2f07d97749c4eabd822eca2efa521b1d6e34a67285e4a3cb773905dd",
99
100
  });
100
101
  this.POOL_ADDRESS_CACHE[cacheKey] = poolAddress;
101
102
  return { poolAddress, token0, token1 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synthra-swap/smart-order-router",
3
- "version": "3.15.19",
3
+ "version": "3.15.20",
4
4
  "description": "Uniswap Smart Order Router",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",