@ensnode/ensnode-sdk 1.5.0 → 1.5.1

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
@@ -1589,7 +1589,7 @@ declare function deserializeENSIndexerPublicConfig(maybeConfig: SerializedENSInd
1589
1589
  * Determines if the provided `config` results in indexing behavior compatible with the legacy ENS
1590
1590
  * Subgraph.
1591
1591
  *
1592
- * @see https://ensnode.io/docs/reference/subgraph-compatibility/
1592
+ * @see https://ensnode.io/docs/concepts/what-is-the-ens-subgraph/
1593
1593
  */
1594
1594
  declare function isSubgraphCompatible(config: Pick<ENSIndexerPublicConfig, "namespace" | "plugins" | "labelSet">): boolean;
1595
1595
 
package/dist/index.d.ts CHANGED
@@ -1589,7 +1589,7 @@ declare function deserializeENSIndexerPublicConfig(maybeConfig: SerializedENSInd
1589
1589
  * Determines if the provided `config` results in indexing behavior compatible with the legacy ENS
1590
1590
  * Subgraph.
1591
1591
  *
1592
- * @see https://ensnode.io/docs/reference/subgraph-compatibility/
1592
+ * @see https://ensnode.io/docs/concepts/what-is-the-ens-subgraph/
1593
1593
  */
1594
1594
  declare function isSubgraphCompatible(config: Pick<ENSIndexerPublicConfig, "namespace" | "plugins" | "labelSet">): boolean;
1595
1595