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
2 changes: 1 addition & 1 deletion docs/learn/architecture/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are three main contracts deployed on OP Mainnet:

<br>

![Registry Contracts](/assets/registry-contracts.png)
![Registry Contracts](../../assets/registry-contracts.png)

The contracts are deployed at the following addresses:

Expand Down
4 changes: 2 additions & 2 deletions docs/learn/architecture/ens-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Farcaster uses ENS names as human readable identifiers for accounts. Two kinds o

ENS names can only be used on Farcaster if they are <= 16 characters and contain only lowercase letters, numbers, and hyphens.

![Usernames](/assets/usernames.png)
![Usernames](../../assets/usernames.png)

## Onchain ENS Names

Expand Down Expand Up @@ -40,7 +40,7 @@ Decisions are made by the Farcaster team and often require human judgment. Users

Fnames are issued as offchain names under the subdomain `fcast.id`.

Bob can register the offchain ENS name `bob.fcast.id` and use it on any Farcaster app with the shorthand `@bob`. The name can be registered by making a signed request to the Fname Registry server. See the [FName API reference](/reference/fname/api) for more details on how to query and create Fnames.
Bob can register the offchain ENS name `bob.fcast.id` and use it on any Farcaster app with the shorthand `@bob`. The name can be registered by making a signed request to the Fname Registry server. See the [FName API reference](../../reference/fname/api.md) for more details on how to query and create Fnames.

To learn more about how Fnames work, see [ENSIP-16](https://docs.ens.domains/ens-improvement-proposals/ensip-16-offchain-metadata)
and [ERC-3668](https://eips.ethereum.org/EIPS/eip-3668).
2 changes: 1 addition & 1 deletion docs/learn/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Farcaster has a hybrid architecture that stores identity onchain and data offchain.

![Architecture](/assets/architecture.png)
![Architecture](../../assets/architecture.png)

## Onchain

Expand Down