@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.mjs CHANGED
@@ -29755,7 +29755,7 @@ var openTransactionModal = async ({
29755
29755
  highlightedDstTokens
29756
29756
  }) => {
29757
29757
  const supportedChains = (await getChains()).filter(
29758
- ({ web3Environment, swapSupported }) => web3Environment === "mainnet" /* MAINNET */ && swapSupported
29758
+ ({ web3Environment, swapSupported, bridgeSupported }) => web3Environment === "mainnet" /* MAINNET */ && (swapSupported || bridgeSupported)
29759
29759
  );
29760
29760
  validateSwapTxData(
29761
29761
  integratorId,