@ensnode/ensnode-sdk 1.8.0 → 1.9.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.d.cts CHANGED
@@ -4696,7 +4696,7 @@ declare const deserializeENSIndexerPublicConfig: typeof deserializeEnsIndexerPub
4696
4696
  * Determines if the provided `config` results in indexing behavior compatible with the legacy ENS
4697
4697
  * Subgraph.
4698
4698
  *
4699
- * @see https://ensnode.io/docs/concepts/what-is-the-ens-subgraph/
4699
+ * @see https://ensnode.io/docs/concepts/what-is-the-ens-subgraph
4700
4700
  */
4701
4701
  declare function isSubgraphCompatible(config: Pick<EnsIndexerPublicConfig, "namespace" | "plugins" | "labelSet">): boolean;
4702
4702
 
package/dist/index.d.ts CHANGED
@@ -4696,7 +4696,7 @@ declare const deserializeENSIndexerPublicConfig: typeof deserializeEnsIndexerPub
4696
4696
  * Determines if the provided `config` results in indexing behavior compatible with the legacy ENS
4697
4697
  * Subgraph.
4698
4698
  *
4699
- * @see https://ensnode.io/docs/concepts/what-is-the-ens-subgraph/
4699
+ * @see https://ensnode.io/docs/concepts/what-is-the-ens-subgraph
4700
4700
  */
4701
4701
  declare function isSubgraphCompatible(config: Pick<EnsIndexerPublicConfig, "namespace" | "plugins" | "labelSet">): boolean;
4702
4702