Skip to content

Commit

Permalink
Bump tags, update FE variables (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree authored Jul 26, 2023
1 parent 9d31096 commit 70108bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions env/env.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
UI_ALCHEMY_GOERLI_RPC_KEY=

# The endpoints used by the UI for "Foundry" chain
UI_LOCALHOST_NODE_RPC_URL=
UI_LOCALHOST_ADDRESSES_URL=
UI_LOCALHOST_NODE_RPC_URL=http://localhost:8545
UI_LOCALHOST_ADDRESSES_URL=http://localhost:80

# The endpoints and chain id used by the UI for "Cloud Chain"
# These can't be the same as the "Foundry" chain or wallets will get confused
UI_CUSTOM_CHAIN_NODE_RPC_URL=http://localhost:8545
UI_CUSTOM_CHAIN_ADDRESSES_URL=http://localhost:80
UI_CUSTOM_CHAIN_NODE_RPC_URL=http://3.13.94.236:8545
UI_CUSTOM_CHAIN_ADDRESSES_URL=http://3.13.94.236:80
UI_CUSTOM_CHAIN_CHAIN_ID=42069

# Optional wallet connect project ID to make Wallet Connect work
Expand Down
4 changes: 2 additions & 2 deletions env/env.tags
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
HYPERDRIVE_TAG=0.0.10

# Infra
INFRA_TAG=0.0.2
INFRA_TAG=0.0.3

# Elfpy (bots)
ELFPY_TAG=0.3.0
ELFPY_TAG=0.3.1

# hyperdrive-monorepo (frontend)
HYPERDRIVE_MONOREPO_TAG=0.4.0

0 comments on commit 70108bd

Please sign in to comment.