Skip to content

Commit

Permalink
docs: update README.md to specify solc version and correct config pat…
Browse files Browse the repository at this point in the history
…hs (#1314)

Co-authored-by: georgehao <[email protected]>
  • Loading branch information
joaolago1113 and georgehao authored May 7, 2024
1 parent fdcd43a commit 87c9c33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rollup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ go install -v github.com/scroll-tech/go-ethereum/cmd/abigen

2. `solc`

See https://docs.soliditylang.org/en/latest/installing-solidity.html
Ensure you install the version of solc required by [MockBridge.sol](./mock_bridge/MockBridge.sol#L2) (e.g., 0.8.24). See https://docs.soliditylang.org/en/latest/installing-solidity.html

## Build

Expand All @@ -31,7 +31,7 @@ make rollup_bins
(Note: make sure you use different private keys for different senders in config.json.)

```bash
./build/bin/event_watcher --config ./config.json
./build/bin/gas_oracle --config ./config.json
./build/bin/rollup_relayer --config ./config.json
./build/bin/event_watcher --config ./conf/config.json
./build/bin/gas_oracle --config ./conf/config.json
./build/bin/rollup_relayer --config ./conf/config.json
```

0 comments on commit 87c9c33

Please sign in to comment.