@atomiqlabs/sdk 8.7.4 → 8.7.5

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.
@@ -384,7 +384,7 @@ class SwapperUtils {
384
384
  const { chainInterface } = this.root._chains[token.chainId];
385
385
  if (chainInterface.shouldGetNativeTokenDrop != null)
386
386
  return chainInterface.shouldGetNativeTokenDrop(token.address);
387
- return chainInterface.getNativeCurrencyAddress() === token.address;
387
+ return chainInterface.getNativeCurrencyAddress() !== token.address;
388
388
  }
389
389
  /**
390
390
  * Returns a random signer for a given smart chain
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomiqlabs/sdk",
3
- "version": "8.7.4",
3
+ "version": "8.7.5",
4
4
  "description": "atomiq labs SDK for cross-chain swaps between smart chains and bitcoin",
5
5
  "main": "./dist/index.js",
6
6
  "types:": "./dist/index.d.ts",