diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 843088a8..d2237adf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,10 @@ Click **Make a contribution** at the bottom of any docs page to make small chang 1. Fork the repository via the GitHub UI. 2. Clone your forked repository to your local machine. 3. Create a working branch and make your changes! -4. Build the docs locally with `pnpm run build` to ensure your changes are valid. +4. For a fresh clone, run `pnpm install` +5. Build the docs locally with `pnpm run build` to ensure your changes are valid. + +> Optionally, serve on local host with `pnpm run dev` to view your build in the browser. ### Commit your update diff --git a/scripts/deployments.ts b/scripts/deployments.ts index 81f0b787..49497e69 100644 --- a/scripts/deployments.ts +++ b/scripts/deployments.ts @@ -171,7 +171,7 @@ let DEPLOYMENTS: DeploymentsByChain[] = [ ], }, { - name: 'Holesky', + name: 'Holesky: Deprecated', slug: 'holesky', contracts: [ { diff --git a/src/pages/learn/deployments.mdx b/src/pages/learn/deployments.mdx index 240d6130..c8df772e 100644 --- a/src/pages/learn/deployments.mdx +++ b/src/pages/learn/deployments.mdx @@ -47,6 +47,10 @@ Interact with ENS on the Sepolia testnet via [sepolia.app.ens.domains](https://s ### Holesky +> ⚠️ Holesky deprecation notice. +> +> Holesky testnet support is being phased out. Please migrate your workflows to Sepolia. + Interact with ENS on the Holesky testnet via [holesky.app.ens.domains](https://holesky.app.ens.domains). diff --git a/src/pages/wrapper/creating-subname-registrar.mdx b/src/pages/wrapper/creating-subname-registrar.mdx index b6a724ee..a3728851 100644 --- a/src/pages/wrapper/creating-subname-registrar.mdx +++ b/src/pages/wrapper/creating-subname-registrar.mdx @@ -17,7 +17,7 @@ With ENSv2 on the horizon, we recommend holding off on locking your name; locked :::warning Locking your name (in other words revoking the permission to unwrap) is an **irreversible** change. After you lock the name, you will no longer be able to unwrap it. This is a security guarantee for the holders of all subnames. It ensures that the owner of the parent name cannot get around the security guarantees of the Name Wrapper. -Best to do this on a testnet (Sepolia/Holesky) name first, for development or testing purposes. +For development or testing purposes, it's best to do this on a Sepolia testnet name first. ::: ## Creating and Deploying your Registrar Contract