@xswap-link/sdk 0.11.2 → 0.11.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.
package/dist/index.js CHANGED
@@ -29698,7 +29698,7 @@ var openTransactionModal = async ({
29698
29698
  highlightedDstTokens
29699
29699
  }) => {
29700
29700
  const supportedChains = (await getChains()).filter(
29701
- ({ web3Environment, swapSupported }) => web3Environment === "mainnet" /* MAINNET */ && swapSupported
29701
+ ({ web3Environment, swapSupported, bridgeSupported }) => web3Environment === "mainnet" /* MAINNET */ && (swapSupported || bridgeSupported)
29702
29702
  );
29703
29703
  validateSwapTxData(
29704
29704
  integratorId,