@ring-protocol/router-sdk 0.1.34 → 0.1.36

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