Skip to content

docs: fix broken links #469

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

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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ A node provider like Alchemy, Infura or Coinbase can be used to deploy the contr
create a `.env` file with the following secrets:

- `GOERLI_RPC_URL`- get this from your node provider (alchemy/infura)
- `GOERLI_PRIVATE_KEY` - [export](https://metamask.zendesk.com/hc/en-us/articles/360015289632-How-to-export-an-account-s-private-key)
- `GOERLI_PRIVATE_KEY` - [export](https://support.metamask.io/configure/accounts/how-to-export-an-accounts-private-key/)
this from a non-critical metamask wallet that has some goerli eth
- `ETHERSCAN_KEY` - get this from the [etherscan api](https://etherscan.io/myapikey.)
- `ETHERSCAN_KEY` - get this from the [etherscan api](https://etherscan.io/myapikey)

1. Load the environment variables into your shell with `source .env`

Expand Down