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

Changes for gnosis support in infra #124

Merged
merged 3 commits into from
Sep 4, 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
6 changes: 6 additions & 0 deletions env/env.bots
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ CHECKPOINT_BOT_KEY=

# The rollbar api key
ROLLBAR_API_KEY=

# How often to run periodic checks for invariance check bots
INVARIANCE_CHECK_TIME=3600

# If we trigger invariance checks on trade events
INVARIANCE_CHECK_EVENT_TRIGGER=true
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.22.0
AGENT0_IMAGE=ghcr.io/delvtech/agent0/agent0:0.23.0

# Frontend
FRONTEND_IMAGE=ghcr.io/delvtech/hyperdrive-frontend/hyperdrive-frontend:1.6.5
1 change: 0 additions & 1 deletion setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ while [[ $# -gt 0 ]]; do
FUND_ACCOUNTS=true
;;
--remote-service-bots)
POSTGRES=true
PORTS=true
SERVICE_BOT=true
;;
Expand Down
Loading