Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 18, 2024
1 parent 6c6eafb commit 77f0b44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ In a future version, we plan to address this by routing ETH and token contributi

## Development

### Install Node v16 with nvm
### Install Node v18 with nvm

```sh
nvm install 16
nvm use 16
nvm install 18
nvm use 18
```

### Install the dependencies
Expand Down
5 changes: 3 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ yarn claim:local
The following command will verify all clr.fund contracts. It will log a warning if contract already verified or missing.

```
yarn hardhat verify-all <funding-round-address> --network <network>
```
yarn hardhat verify-all --deployer <clrfund-deployer-address> \
--clrfund <clrfund-address> --network <network>
```
2 changes: 1 addition & 1 deletion contracts/cli/newDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ main(program.opts())
.then(() => {
process.exit(0)
})
.catch(err => {
.catch((err) => {
console.error(err)
process.exit(-1)
})

0 comments on commit 77f0b44

Please sign in to comment.