@ensnode/ensnode-sdk 1.4.0 → 1.5.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
@@ -637,6 +637,8 @@ declare const uint256ToHex32: (num: bigint) => Hex;
637
637
  *
638
638
  * Represents a unique identifier for a chain.
639
639
  * Guaranteed to be a positive integer.
640
+ *
641
+ * Chain id standards are organized by the Ethereum Community @ https://github.com/ethereum-lists/chains
640
642
  **/
641
643
  type ChainId = number;
642
644
  /**
package/dist/index.d.ts CHANGED
@@ -637,6 +637,8 @@ declare const uint256ToHex32: (num: bigint) => Hex;
637
637
  *
638
638
  * Represents a unique identifier for a chain.
639
639
  * Guaranteed to be a positive integer.
640
+ *
641
+ * Chain id standards are organized by the Ethereum Community @ https://github.com/ethereum-lists/chains
640
642
  **/
641
643
  type ChainId = number;
642
644
  /**