Skip to content

Commit

Permalink
Update agent0 to v0.22.0 for websocket invariance checks (#122)
Browse files Browse the repository at this point in the history
* Updating infra for web socket update

* Peg agent0 version to v0.22.0

* Typo
  • Loading branch information
slundqui authored Aug 23, 2024
1 parent 20a9822 commit 4831849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.agent0-bots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- "service-bot"
restart: always
command: |
/bin/sh -c "sleep 1; python scripts/invariant_checks.py --pool-check-sleep-blocks 30 --infra"
/bin/sh -c "sleep 1; python scripts/invariant_checks.py --infra --rollbar-verbose"
env_file:
- .env

Expand Down
1 change: 1 addition & 0 deletions env/env.common
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Networking configuration
RPC_URI=http://ethereum:8545
WS_RPC_URI=ws://ethereum:8545
# Registry address defaults to looking in artifacts
# This can be overwritten by specifying here.
REGISTRY_ADDRESS=
2 changes: 1 addition & 1 deletion env/env.images
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FUND_ACCOUNTS_IMAGE=ghcr.io/delvtech/infra/fund-accounts:0.0.8
RATE_BOT_IMAGE=ghcr.io/delvtech/infra/rate-bot:0.0.8

# Agent0 (bots)
AGENT0_IMAGE=ghcr.io/delvtech/agent0/agent0:0.21.9
AGENT0_IMAGE=ghcr.io/delvtech/agent0/agent0:0.22.0

# Frontend
FRONTEND_IMAGE=ghcr.io/delvtech/hyperdrive-frontend/hyperdrive-frontend:1.6.5

0 comments on commit 4831849

Please sign in to comment.