Skip to content

Commit 34a113f

Browse files
committed
docs: add tip for configuration variables
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.
1 parent fe43cc1 commit 34a113f

File tree

1 file changed

+6
-0
lines changed
  • docs/src/content/ignition/docs/guides

1 file changed

+6
-0
lines changed

docs/src/content/ignition/docs/guides/verify.md

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ module.exports = {
4646

4747
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.
4848

49+
:::tip
50+
51+
For more information on `vars` and configuration variables, please see our [configuration variables guide](../../../hardhat-runner/docs/guides/configuration-variables.md).
52+
53+
:::
54+
4955
::::tabsgroup{options=TypeScript,JavaScript}
5056

5157
:::tab{value=TypeScript}

0 commit comments

Comments
 (0)