Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Change Relay name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Feb 13, 2023
1 parent 33fdb77 commit 61f5e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build-env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

REQUIRED_ENV_VARS=( GRAPHQL_URL TFT_ASSET_ISSUER BRIDGE_TFT_ADDRESS GRIDPROXY_URL VERSION SUBSTRATE_URL ACTIVATION_SERVICE_URL PLAYGROUND_URL RELAY_URL )
REQUIRED_ENV_VARS=( GRAPHQL_URL TFT_ASSET_ISSUER BRIDGE_TFT_ADDRESS GRIDPROXY_URL VERSION SUBSTRATE_URL ACTIVATION_SERVICE_URL PLAYGROUND_URL RELAY_DOMAIN )
STELLAR_NETWORK="${NETWORK:=main}"
echo -e "\nHINT:\e[1;10m The default selected STELLAR_NETWORK is\e[0m \e[1;32m$STELLAR_NETWORK\e[0m\e[1;38m."

Expand Down Expand Up @@ -49,7 +49,7 @@ window.configs = {
APP_EXPLORER_URL: '$EXPLORER_URL',
APP_GRAPHQL_URL: '$GRAPHQL_URL',
APP_GRIDPROXY_URL: '$GRIDPROXY_URL',
APP_NETWORK: '$NETWORK',
APP_NETWORK: '$STELLAR_NETWORK',
APP_VERSION: '$VERSION',
APP_GRAVITY_CONTRACT_ADDRESS: '$GRAVITY_CONTRACT_ADDRESS',
APP_TFT_TOKEN_CONTRACT_ADDRESS: '$TFT_TOKEN_CONTRACT_ADDRESS',
Expand All @@ -62,7 +62,7 @@ window.configs = {
APP_GAS_PRICE: '$GAS_PRICE',
APP_CHAIN_ID: '$CHAIN_ID',
PLAYGROUND_URL: '$PLAYGROUND_URL',
RELAY: '$RELAY_URL',
RELAY: '$RELAY_DOMAIN',
};
"

Expand Down

0 comments on commit 61f5e46

Please sign in to comment.