Skip to content

Commit

Permalink
docs: update headings in readme (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerchloe authored Mar 28, 2024
1 parent ae8771f commit 3668fa6
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 @@ -280,7 +280,7 @@ await tokenRegistry.setRoleAdmin(roleHash.RestorerRole, roleHash.RestorerAdminRo
await tokenRegistry.setRoleAdmin(roleHash.AccepterRole, roleHash.AccepterAdminRole);
```

# Deployment
## Deployment

With Hardhat, you can manage the contract development environment and deployment. This repository provides a couple of Hardhat tasks to simplify the deployment process.

Expand Down Expand Up @@ -421,7 +421,7 @@ Only one of the following is needed:
* `DEPLOYER_PK`
* `MNEMONIC`

# Development
## Development

This repository's development framework uses [Hardhat](https://hardhat.org/getting-started/).

Expand Down

0 comments on commit 3668fa6

Please sign in to comment.