Skip to content

Commit

Permalink
docs(rollup): fix README (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Sep 2, 2023
1 parent 38551c4 commit d3c2e34
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions rollup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,8 @@ make rollup_bins

(Note: make sure you use different private keys for different senders in config.json.)

* use default ports and config.json.

```bash
./build/bin/event_watcher --http
./build/bin/gas_oracle --http
./build/bin/rollup_relayer --http
```

* use specified ports and config.json

```bash
./build/bin/event_watcher --config ./config.json --http --http.addr localhost --http.port 8290
./build/bin/gas_oracle --config ./config.json --http --http.addr localhost --http.port 8290
./build/bin/rollup_relayer --config ./config.json --http --http.addr localhost --http.port 8290
./build/bin/event_watcher --config ./config.json
./build/bin/gas_oracle --config ./config.json
./build/bin/rollup_relayer --config ./config.json
```

0 comments on commit d3c2e34

Please sign in to comment.