Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Mar 20, 2024
1 parent cc7b8cc commit f1801f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Use the `-h` switch to print the command line help menu for all the scripts in t
yarn hardhat new-clrfund --network <network>
```

Notice that the file `deployed-contracts.json` is created or updated (if already exists). Make a copy of this file now in case you run the `new-clrfund` command without the --incremental flag, this file will be overwritten. You'll need this file for the `new-round` and `verify-all` commands.

2. deploy new funding round
```
yarn hardhat new-round --network <network>
Expand All @@ -98,7 +100,7 @@ yarn hardhat load-simple-users --file-path addresses.txt --user-registry <addres
If using a snapshot user registry, run the `set-storage-root` task to set the storage root for the block snapshot for user account verification

```
yarn hardhat --network {network} set-storage-root --registry {user-registry-address} --slot 2 --token {token-address} --block 34677758 --network {network}
yarn hardhat set-storage-root --registry {user-registry-address} --slot 2 --token {token-address} --block 34677758 --network {network}
```

Note: to get the storage slot '--slot' value, run the `find-storage-slot` task.
Expand Down

0 comments on commit f1801f0

Please sign in to comment.