@synthra-swap/smart-order-router 3.15.2 → 3.15.3

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.
@@ -55,6 +55,7 @@ export async function getHighestLiquidityV3NativePool(token, poolProvider, provi
55
55
  }
56
56
  export async function getHighestLiquidityV3USDPool(chainId, poolProvider, providerConfig) {
57
57
  const usdTokens = usdGasTokensByChain[chainId];
58
+ console.log('usdTokens', usdTokens);
58
59
  const wrappedCurrency = WRAPPED_NATIVE_CURRENCY[chainId];
59
60
  if (!usdTokens) {
60
61
  throw new Error(`Could not find a USD token for computing gas costs on ${chainId}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synthra-swap/smart-order-router",
3
- "version": "3.15.2",
3
+ "version": "3.15.3",
4
4
  "description": "Uniswap Smart Order Router",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",