@thenamespace/ens-components 0.36.0 → 0.37.0

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
@@ -61849,7 +61849,8 @@ const SubnameMintFormContent = ({
61849
61849
  const details = await mintClient.getMintDetails({
61850
61850
  minterAddress: minter,
61851
61851
  parentName: parentNameToCheck,
61852
- label: labelToCheck
61852
+ label: labelToCheck,
61853
+ isTestnet
61853
61854
  });
61854
61855
  setMintDetails({ isChecking: false, details });
61855
61856
  };