From 7324d6b405ece1ec56584e2c62732680decc7f7b Mon Sep 17 00:00:00 2001 From: GigaHierz Date: Fri, 1 Nov 2024 16:47:39 +0700 Subject: [PATCH] fix numbering --- packages/hardhat/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hardhat/README.md b/packages/hardhat/README.md index c413aa9..76c7b97 100644 --- a/packages/hardhat/README.md +++ b/packages/hardhat/README.md @@ -13,7 +13,7 @@ npx hardhat compile ``` -5. Deploy the contract +3. Deploy the contract Make sure your wallet is funded when deploying to testnet or mainnet. You can get test tokens for deploying it on Alfajores from the [Celo Faucet](https://faucet.celo.org/alfajores). @@ -34,7 +34,7 @@ On Celo Mainnet npx hardhat ignition deploy ./ignition/modules/Lock.ts --network celo ``` -1. Verify the contract +4. Verify the contract For Alfajores (Testnet) Verification