Skip to content

Commit 37e2510

Browse files
committed
adjust guide intro and remove outro
1 parent 207c888 commit 37e2510

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/src/content/ignition/docs/advanced/_dirinfo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ section-title: Advanced
33
order:
44
- /execution
55
- /deployment-artifacts
6-
- /migrating
76
- /reconciliation
87
- /versioning
8+
- /migrating

docs/src/content/ignition/docs/advanced/migrating.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Migrating from hardhat-deploy
22

3-
For several years, the hardhat-deploy community plugin has been a go-to solution for deploying smart contracts within the Hardhat community. Recently, we introduced [Hardhat Ignition](/ignition/docs/getting-started), a declarative system for deploying smart contracts on Ethereum, which aims to pick up the torch from `hardhat-deploy` and expand Hardhat's deployment features.
4-
5-
This guide will walk you through migrating your Hardhat project from `hardhat-deploy` to Hardhat Ignition.
3+
This guide will walk you through migrating your Hardhat project to Hardhat Ignition from `hardhat-deploy`, a community plugin for deploying smart contracts used within the Hardhat community.
64

75
## Installing Hardhat Ignition
86

@@ -376,7 +374,3 @@ Once converted, tests can be checked in the standard way:
376374
```sh
377375
npx hardhat test
378376
```
379-
380-
## Feedback welcome
381-
382-
We would love your feedback if you run into any issues or have any feature requests! Please [open an issue on Github](https://github.com/NomicFoundation/hardhat-ignition/issues/new).

0 commit comments

Comments
 (0)