diff --git a/src/content/quickstarts/vrf-mystery-box.mdx b/src/content/quickstarts/vrf-mystery-box.mdx index ad01a31a58b..e75d220de75 100644 --- a/src/content/quickstarts/vrf-mystery-box.mdx +++ b/src/content/quickstarts/vrf-mystery-box.mdx @@ -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