Skip to content

Commit

Permalink
fix: replace deprecated rinkeby network with amoy in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed Apr 22, 2024
1 parent ebcd189 commit 917ef58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ deploy:factory: Deploys a new Title Escrow factory
If you want to deploy your own modified version or simply want to have your own copy of the Title Escrow factory, you can use this command:

```
npx hardhat deploy:factory --network rinkeby
npx hardhat deploy:factory --network amoy
```

👆 This will deploy a new Title Escrow factory on the _Rinkeby_ network without verifying the contract.
👆 This will deploy a new Title Escrow factory on the _Amoyy_ network without verifying the contract.
To verify the contract, pass in the `--verify` flag.

## Verification
Expand Down

0 comments on commit 917ef58

Please sign in to comment.