Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjl committed Sep 30, 2023
1 parent 34b4156 commit 6a1f02c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/quickstarts/vrf-mystery-box.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ Next, set the parameters for the Hardhat project.
- The [private key for your deployer account](https://hardhat.org/hardhat-runner/docs/guides/verifying#deploying-and-verifying-a-contract-in-the-sepolia-testnet). If your deployer account is in MetaMask, [export your private key from MetaMask](https://support.metamask.io/hc/en-us/articles/360015289632-How-to-export-an-account-s-private-key).
- An [Etherscan API key](https://hardhat.org/hardhat-runner/docs/guides/verifying#getting-an-api-key-from-etherscan) for contract verification. [Create an Etherscan API key](https://docs.etherscan.io/getting-started/viewing-api-usage-statistics) if you do not already have one.

| Parameter | Description | Example |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------- |
| `FUJI_URL` | The RPC URL for Avalanche Fuji testnet. If you later decide to use Polygon Mumbai or another testnet, set the appropriate parameter from the template. | `https://avalanche-mainnet.infura.io/v3/your-api-key` |
| `PRIVATE_KEY` | The private key of the account you want to deploy from. | `0xabc123abc123abc123abc123abc123...` |
| `SCANNER_API_KEY` | The API key for SnowTrace used for contract verification. If you decide to deploy on Polygon Mumbai or another testnet, use that key instead. | `ABC123ABC123ABC123ABC123ABC123ABC1` |
| Parameter | Description | Example |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| `FUJI_URL` | The RPC URL for Avalanche Fuji testnet. You can use the default, or use your own URL. If you later decide to use Polygon Mumbai or another testnet, set the appropriate parameter from the template. | `https://avalanche-mainnet.infura.io/v3/your-api-key` |
| `PRIVATE_KEY` | The private key of the account you want to deploy from. | `0xabc123abc123abc123abc123abc123...` |
| `SCANNER_API_KEY` | The API key for SnowTrace used for contract verification. If you decide to deploy on Polygon Mumbai or another testnet, use that key instead. | `ABC123ABC123ABC123ABC123ABC123ABC1` |

## Test

Expand Down

0 comments on commit 6a1f02c

Please sign in to comment.