Skip to content

Commit

Permalink
adjust guide intro and remove outro
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeyTM authored and alcuadrado committed May 17, 2024
1 parent 2f6b063 commit 49aa6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/ignition/docs/advanced/_dirinfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ section-title: Advanced
order:
- /execution
- /deployment-artifacts
- /migrating
- /reconciliation
- /versioning
- /migrating
8 changes: 1 addition & 7 deletions docs/src/content/ignition/docs/advanced/migrating.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Migrating from hardhat-deploy

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.

This guide will walk you through migrating your Hardhat project from `hardhat-deploy` to Hardhat Ignition.
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.

## Installing Hardhat Ignition

Expand Down Expand Up @@ -376,7 +374,3 @@ Once converted, tests can be checked in the standard way:
```sh
npx hardhat test
```

## Feedback welcome

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 comments on commit 49aa6ef

Please sign in to comment.