fix: update readme

This commit is contained in:
yj 2021-05-02 11:42:26 -05:00
parent 34bb5e5a31
commit 479335cfb7

View File

@ -66,6 +66,11 @@ From [hub-ui](https://github.com/boardroom-inc/hub-ui) (or any other repo), use
$ yarn link @boardroom/protocol-info $ yarn link @boardroom/protocol-info
``` ```
Quick Add New Protocol:
```sh
$ ./scripts/add_new_protocol $protocolName $tokenContractAddress (optional) $suffix (optional) $displayName (optional)
```
Run validation: Run validation:
```sh ```sh