From cb297ffcec72cd70f24d3d536993931ec2b2b996 Mon Sep 17 00:00:00 2001 From: Filip Pajic Date: Mon, 25 Sep 2023 11:26:49 +0200 Subject: [PATCH] Update main README table of contents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e314c9b17..9d60bbd88 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ See our [Getting started guide](./docs/getting-started-guide.md) for a worked ex - [Creating Modules for Deployments](./docs/creating-modules-for-deployment.md) - [Deploying a Contract](./docs/creating-modules-for-deployment.md#deploying-a-contract) - [Calling contract methods](./docs/creating-modules-for-deployment.md#calling-contract-methods) + - [Network Accounts Management](./docs/creating-modules-for-deployment.md#network-accounts-management) - [Including modules within modules](./docs/creating-modules-for-deployment.md#including-modules-within-modules) - [Module Parameters](./docs/creating-modules-for-deployment.md#module-parameters) - - [Switching based on the _Network Chain ID_](./docs/creating-modules-for-deployment.md#switching-based-on-the-network-chain-id) - [Using Hardhat Ignition in _Hardhat_ tests](./docs/using-ignition-in-hardhat-tests.md) - [Running a deployment](./docs/running-a-deployment.md) - [Visualizing your deployment with the `visualize` task](./docs/running-a-deployment.md#visualizing-your-deployment-with-the-visualize-task)