Skip to content

Commit

Permalink
Fix typo (private key vs. public key) (#198)
Browse files Browse the repository at this point in the history
Fixed the typos in relation to public and private key usage.

Signed-off-by: Matthias Tarasiewicz <[email protected]>
Co-authored-by: Nicolas Earnshaw <[email protected]>
  • Loading branch information
parasew and nearnshaw authored Jul 31, 2023
1 parent e17c36f commit cb0b73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/creator/scenes/publishing/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ jobs:
npm run deploy:prod
```
> Important: For this process to run, you must set a wallet's private key as an environment variable in GitHub, this is used to sign the deployment. As always, be very careful with keeping public keys secure. Do NOT use the public key of the account that actually owns the land tokens, as that would have very big risks. Instead, delegate operator rights to a disposable wallet that owns no valuable tokens. If this private key is ever leaked somehow, you can easily revoke those operator rights from the account and set up a new wallet.
> Important: For this process to run, you must set a wallet's private key as an environment variable in GitHub, this is used to sign the deployment. As always, be very careful with keeping the private keys secure. Do NOT use the private key of the account that actually owns the land tokens, as that would have very big risks. Instead, delegate operator rights to a disposable wallet that owns no valuable tokens. If this private key is ever leaked somehow, you can easily revoke those operator rights from the account and set up a new wallet.

0 comments on commit cb0b73a

Please sign in to comment.