@1llet.xyz/erc4337-gasless-sdk 0.4.10 → 0.4.11

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
@@ -1942,7 +1942,6 @@ var NearStrategy = class {
1942
1942
  }
1943
1943
  canHandle(context) {
1944
1944
  const { sourceChain, destChain } = context;
1945
- if (sourceChain === destChain) return false;
1946
1945
  const sourceConfig = NETWORKS[sourceChain];
1947
1946
  const destConfig = NETWORKS[destChain];
1948
1947
  if (!sourceConfig || !destConfig) return false;