@ensnode/ensnode-sdk 0.0.0-next-20260607141559 → 0.0.0-next-20260609161049

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/internal.cjs CHANGED
@@ -2984,7 +2984,8 @@ async function supportsInterface({
2984
2984
  abi: EIP_165_ABI,
2985
2985
  functionName: "supportsInterface",
2986
2986
  address,
2987
- args: [selector]
2987
+ args: [selector],
2988
+ retryEmptyResponse: false
2988
2989
  });
2989
2990
  } catch {
2990
2991
  return false;