fix md format

This commit is contained in:
Arnaud 2025-06-05 10:20:00 +02:00
parent a6786413e4
commit 9650566134
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -31,10 +31,9 @@ To deploy the marketplace, you need to specify the network using `--network MY_N
npm run deploy -- --network localhost
```
Hardhat uses [reconciliation](https://hardhat.org/ignition/docs/advanced/reconciliation) to recover
from errors or resume a previous deployment.
In our case, we will likely redeploy a new contract every time, so we will need to
[clear the previous deployment](https://hardhat.org/ignition/docs/guides/modifications#clearing-an-existing-deployment-with-reset):
Hardhat uses [reconciliation](https://hardhat.org/ignition/docs/advanced/reconciliation) to recover from
errors or resume a previous deployment. In our case, we will likely redeploy a new contract every time,
so we will need to [clear the previous deployment](https://hardhat.org/ignition/docs/guides/modifications#clearing-an-existing-deployment-with-reset):
```bash
npm run deploy -- --network testnet --reset