Skip to content

Commit

Permalink
Update docs/web/naming-contracts.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Greg <[email protected]>
  • Loading branch information
serenae-fansubs and gskril authored Jan 9, 2025
1 parent 05e6732 commit 296e554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/web/naming-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ From your contract you can execute `setName` function on the [Reverse Registrar]

## L2 Contracts

Primary Names are not yet supported on L2s. In the meantime, the following sections only apply to testnet ENS deployments. Mainnet support should be coming by the end of January 2025.

### L2 - Ownable

If you want to set a primary name for a contract you are deploying on an L2 chain, you need to make sure your contract implements the [Ownable](https://docs.openzeppelin.com/contracts/5.x/api/access#Ownable) interface from OpenZeppelin, and has an account you own set as the owner.
Expand Down

0 comments on commit 296e554

Please sign in to comment.