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

Update agent0 to v0.22.0 for websocket invariance checks #122

Merged
merged 3 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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: 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
Loading