Skip to content

Commit

Permalink
docs: add tip for configuration variables
Browse files Browse the repository at this point in the history
We refer to configuration variables in our example, as they are new, we
have added a tip that points to the config var guide before the example.
  • Loading branch information
kanej committed Dec 5, 2023
1 parent fe43cc1 commit 34a113f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/content/ignition/docs/guides/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ module.exports = {

We are going to use the [Sepolia testnet](https://ethereum.org/en/developers/docs/networks/#sepolia) to deploy and verify our Ignition module, so you need to add this network in your Hardhat config. Here we are using [Alchemy](https://alchemy.com/) to connect to the network.

:::tip

For more information on `vars` and configuration variables, please see our [configuration variables guide](../../../hardhat-runner/docs/guides/configuration-variables.md).

:::

::::tabsgroup{options=TypeScript,JavaScript}

:::tab{value=TypeScript}
Expand Down

0 comments on commit 34a113f

Please sign in to comment.