Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo Deploying.md #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions exampleNftTutorial/Deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Alternatively, you can adapt the [cross chain deploy script](../script/CrossChai

Finally, verify your contract [on Etherscan](https://etherscan.io/verifyContract) or [using Forge](https://book.getfoundry.sh/forge/deploying?highlight=verify#verifying-a-pre-existing-contract).

To be clear, this is mostly about the cool factor. But it also gives you gas efficiency benefits, sceurity benefits, cross-chain consistency, and more. And since you know the address before you deploy, you can code it into your frontend, etc. before you've revealed it to the rest of the world.
To be clear, this is mostly about the cool factor. But it also gives you gas efficiency benefits, security benefits, cross-chain consistency, and more. And since you know the address before you deploy, you can code it into your frontend, etc. before you've revealed it to the rest of the world.

## Back to the table of contents

[Take it from the top](README.md) or [view the appendix](Appendix.md), which contains addition info, such as useful aliases and links.
[Take it from the top](README.md) or [view the appendix](Appendix.md), which contains addition info, such as useful aliases and links.