Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ let DEPLOYMENTS: DeploymentsByChain[] = [
],
},
{
name: 'Holesky',
name: 'Holesky: Deprecated',
slug: 'holesky',
contracts: [
{
Expand Down
4 changes: 4 additions & 0 deletions src/pages/learn/deployments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<ContractDeployments chain="holesky" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/wrapper/creating-subname-registrar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down