Skip to content

Commit

Permalink
Bump to latest frontend version 0.14.0 (#98)
Browse files Browse the repository at this point in the history
* Bump to latest frontend version 0.14.0

* Bump infra tags

* Remove comment

---------

Co-authored-by: Ryan Goree <[email protected]>
  • Loading branch information
DannyDelott and ryangoree authored Jan 9, 2024
1 parent 4c89882 commit a23c8cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions env/env.images
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ DEVNET_IMAGE=ghcr.io/delvtech/hyperdrive/devnet:0.4.0
TESTNET_IMAGE=ghcr.io/delvtech/hyperdrive/testnet:0.4.0

# Infra
ARTIFACTS_IMAGE=ghcr.io/delvtech/infra/artifacts:0.0.6
FUND_ACCOUNTS_IMAGE=ghcr.io/delvtech/infra/fund-accounts:0.0.6
RATE_BOT_IMAGE=ghcr.io/delvtech/infra/rate-bot:0.0.6
ARTIFACTS_IMAGE=ghcr.io/delvtech/infra/artifacts:0.0.7
FUND_ACCOUNTS_IMAGE=ghcr.io/delvtech/infra/fund-accounts:0.0.7
RATE_BOT_IMAGE=ghcr.io/delvtech/infra/rate-bot:0.0.7

# Elfpy (bots)
AGENT0_IMAGE=ghcr.io/delvtech/agent0/agent0:0.12.0

# Frontend
FRONTEND_IMAGE=ghcr.io/delvtech/hyperdrive-monorepo/hyperdrive-monorepo:0.13.0
FRONTEND_IMAGE=ghcr.io/delvtech/hyperdrive-monorepo/hyperdrive-monorepo:0.14.0
1 change: 0 additions & 1 deletion images/fund-accounts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ for (const [address, { eth, tokens }] of Object.entries(accounts)) {
address: addresses.baseToken,
functionName: 'mint',
args: [address, tokenBalance],
// gas: 51176n,
});
}

Expand Down

0 comments on commit a23c8cc

Please sign in to comment.