Skip to content

Commit

Permalink
fix: wrong domain name (#198)
Browse files Browse the repository at this point in the history
Fixed an error in the SPECIFICATION.md where the domain name was
incorrectly spelled as `fnames.facaster.xyz` instead of
`fnames.farcaster.xyz` . This typo can confuse users trying to access
the correct resource.

In [Fname
Specifications](https://github.com/farcasterxyz/protocol/blob/main/docs/SPECIFICATION.md#5-fname-specifications)
section.
![Снимок экрана 2024-10-14 в 15 02
18](https://github.com/user-attachments/assets/608c0133-7076-4bf4-a5ee-4be50b3dd7a6)
  • Loading branch information
antews authored Oct 14, 2024
1 parent e414f85 commit 2f1dcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ A CCIP [ENSIP-10](https://docs.ens.domains/ens-improvement-proposals/ensip-10-wi

### **Name Server**

The server which resolves `*.fcast.id` names lives at `fnames.facaster.xyz`. Fnames can be claimed by submitting an EIP-712 signed message that proves ownership of an fid that does not yet have an fname. The server also provides a method to transfer fnames to other fids by proving ownership of the fname.
The server which resolves `*.fcast.id` names lives at `fnames.farcaster.xyz`. Fnames can be claimed by submitting an EIP-712 signed message that proves ownership of an fid that does not yet have an fname. The server also provides a method to transfer fnames to other fids by proving ownership of the fname.

Usernames are also valid subdomains (e.g. [foo.fcast.id](http://foo.fcast.id) ) though they do not currently resolve to anything. A future upgrade to the nameserver may allow the owner to set a redirect record here. The following usernames are not available for registration, since they collide with existing subdomains — `www`, `fnames`

Expand Down

0 comments on commit 2f1dcde

Please sign in to comment.