@namehash/namehash-ui 0.0.0-next-20260126125206 → 0.0.0-next-20260127111250
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.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -5226,6 +5226,8 @@ function getEnsMetadataServiceAvatarUrl(name, namespaceId) {
|
|
|
5226
5226
|
return new URL(name, `https://metadata.ens.domains/mainnet/avatar/`);
|
|
5227
5227
|
case import_ensnode_sdk.ENSNamespaceIds.Sepolia:
|
|
5228
5228
|
return new URL(name, `https://metadata.ens.domains/sepolia/avatar/`);
|
|
5229
|
+
case import_ensnode_sdk.ENSNamespaceIds.SepoliaV2:
|
|
5230
|
+
return null;
|
|
5229
5231
|
case import_ensnode_sdk.ENSNamespaceIds.EnsTestEnv:
|
|
5230
5232
|
return null;
|
|
5231
5233
|
}
|
|
@@ -5337,6 +5339,8 @@ function getEnsManagerUrl(namespaceId) {
|
|
|
5337
5339
|
return new URL(`https://app.ens.domains/`);
|
|
5338
5340
|
case import_ensnode_sdk2.ENSNamespaceIds.Sepolia:
|
|
5339
5341
|
return new URL(`https://sepolia.app.ens.domains/`);
|
|
5342
|
+
case import_ensnode_sdk2.ENSNamespaceIds.SepoliaV2:
|
|
5343
|
+
return null;
|
|
5340
5344
|
case import_ensnode_sdk2.ENSNamespaceIds.EnsTestEnv:
|
|
5341
5345
|
return null;
|
|
5342
5346
|
}
|