@ring-protocol/router-sdk 0.1.34 → 0.1.35

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.
@@ -1076,7 +1076,9 @@ var MixedRouteTrade = /*#__PURE__*/function () {
1076
1076
  Protocol["MIXED"] = "MIXED";
1077
1077
  })(exports.Protocol || (exports.Protocol = {}));
1078
1078
 
1079
- var FEWV2_UNSUPPORTED_CHAIN_IDS = [sdkCore.ChainId.POLYGON, sdkCore.ChainId.XLAYER_MAINNET];
1079
+ var FEWV2_UNSUPPORTED_CHAIN_IDS = [sdkCore.ChainId.POLYGON, sdkCore.ChainId.XLAYER_MAINNET, sdkCore.ChainId.MEGAETH_MAINNET, sdkCore.ChainId.STORY_MAINNET, sdkCore.ChainId.UNICHAIN, sdkCore.ChainId.ARBITRUM_ONE, sdkCore.ChainId.BASE, sdkCore.ChainId.OPTIMISM, sdkCore.ChainId.SONEIUM, sdkCore.ChainId.MONAD, sdkCore.ChainId.WORLDCHAIN,
1080
+ // testnets
1081
+ sdkCore.ChainId.MONAD_TESTNET, sdkCore.ChainId.UNICHAIN_SEPOLIA];
1080
1082
  // Helper function to get the pathInput and pathOutput for a FEWV2 / V2 / V3 route
1081
1083
  // currency could be native so we check against the wrapped version as they don't support native ETH in path
1082
1084
  function getPathToken(currency, pool) {