Skip to content

Commit

Permalink
doc: modify command to create request (#880)
Browse files Browse the repository at this point in the history
* refactor: command to create request

* fix: escrow audit fix 2 (#878)

* fix(smart-contracts): update batch fees (#873)

update batch fees from 1% to .3%

* feat: add cancel stream function (#884)

* refactor: contract setup compression fix (#888)

* fix: escrow audit fix 2 (#878)

* fix(smart-contracts): update batch fees (#873)

update batch fees from 1% to .3%

* feat: add cancel stream function (#884)

* refactor: contract setup compression fix (#888)

* feat: goerli storage (#890)

feat: squash commits goerli storage

* fix: delete ETHConversionProxy

Co-authored-by: Darko Kolev <kolevdarko@gmail.com>
Co-authored-by: olivier7delf <55892112+olivier7delf@users.noreply.github.com>
Co-authored-by: Bertrand Juglas <b@juglas.name>
  • Loading branch information
4 people committed Aug 4, 2022
1 parent f8c2745 commit 84216f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/toolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ CreateRequest.createTestRequest(12);
#### In the CLI

```bash
yarn run:create
yarn run:create 12
yarn request-toolbox request create
yarn request-toolbox request create 12
```

### Conversion paths
Expand Down

0 comments on commit 84216f7

Please sign in to comment.