Skip to content

Commit

Permalink
more link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mj850 committed May 27, 2024
1 parent 00969f5 commit 20a170a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dev-tutorials/pointer-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This section guides you through the process of deploying a Pointer Contract for

The list of requirements for deploying a pointer is fairly short:

- Sei light client (CLI/daemon) installed on your machine. You can follow the [installation guide](/node-operators) if needed.
- Sei light client (CLI/daemon) installed on your machine. You can follow the [installation guide](./installing-seid.mdx) if needed.
- Address for the relevant contract (the "pointee")

When a pointer is registered for any given contract, the two are mapped and identifiable across both execution environments. This link is immutable and can only be changed by the original address that created it.
Expand Down

0 comments on commit 20a170a

Please sign in to comment.