From d3c2e34650641a1e60dabcff1775870e557d4247 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Sat, 2 Sep 2023 15:54:26 +0800 Subject: [PATCH] docs(rollup): fix README (#916) --- rollup/README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/rollup/README.md b/rollup/README.md index 1623416539..584327b762 100644 --- a/rollup/README.md +++ b/rollup/README.md @@ -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 ```