@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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1936,7 +1936,6 @@ var NearStrategy = class {
|
|
|
1936
1936
|
}
|
|
1937
1937
|
canHandle(context) {
|
|
1938
1938
|
const { sourceChain, destChain } = context;
|
|
1939
|
-
if (sourceChain === destChain) return false;
|
|
1940
1939
|
const sourceConfig = NETWORKS[sourceChain];
|
|
1941
1940
|
const destConfig = NETWORKS[destChain];
|
|
1942
1941
|
if (!sourceConfig || !destConfig) return false;
|