Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: clarify solvers need to top up gas balances in README.md #95

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Use these addresses in the solver config and when using the CLI tool to submit t
1. Update [config/local/keys.json](config/local/keys.json) with the corresponding solver private keys and addresses.
2. Update [config/local/config.yml](config/local/config.yml) with the needed config values (solver addresses, chain rpc links, etc.). Values that need to be set are in `<>` brackets. Reference the [shared/config/config.go](shared/config/config.go) file for more info about the config fields.
- The [config/local/config.yml](config/local/config.yml) config file is pre-filled with recommended values. To customize your solver deployment, reference [config/sample/config.yml](config/sample/config.yml) to see which config values can be modified.
3. Please make sure that the addresses used for each of the chains configured (EVM and Cosmos) are constantly topped up with sufficient gas balance. If the solver runs out of gas on a chain, it can prevent
the solver from completing operations like rebalancing, settlement, or filling orders on that chain.

```shell
make build # build solver server binary
Expand Down
Loading