-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Service Bots | ||
Infra can be used to run service bots on a remote chain (e.g., Sepolia testnet). | ||
|
||
- Setup infra as documented in the [README](README.md#setup). | ||
- Run `./setup_env.sh --remote-service-bots` | ||
- Edit the generated `.env` file and replace the following fields: | ||
- `RPC_URI`: The URI to the RPC for connecting to the chain. | ||
- `REGISTRY_ADDRESS`: The contract address of the hyperdrive registry. | ||
- `CHECKPOINT_BOT_KEY`: The private key of the account that's making checkpoints. | ||
- `ROLLBAR_API_KEY`: The API key for Rollbar for logging. | ||
- Run `docker compose up -d` to bring up bots. | ||
|
||
The above will run (1) checkpoint bots and (2) invariance check bots on all registered pools. |