-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wallet release building issue (#73)
- Loading branch information
Showing
4 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
VITE_HIBIT_ID_API=https://testnetidapi.hibit.app/ | ||
VITE_HIBIT_AUTH_SERVER=https://testnetauth.hibit.app/ | ||
VITE_HIBIT_AUTH_CLIENT_ID=IdServer_HibitIdWeb | ||
VITE_EX3_API=https://alphaapi.ex3.one/ | ||
VITE_TELEGRAM_BOT_ID=7359440424 | ||
VITE_APP_ENV=TestNet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
VITE_APP_ENV=Mainnet | ||
VITE_APP_ENV=TestNet | ||
VITE_RELEASE_VERSION=v1.0 | ||
VITE_HIBIT_ID_API=https://api.hibit.app/ | ||
VITE_EX3_API=https://api.hibit.app/ | ||
VITE_TELEGRAM_BOT_ID=6944468360 | ||
VITE_HIBIT_ID_API=https://testnetidapi.hibit.app/ | ||
VITE_HIBIT_AUTH_SERVER=https://testnetauth.hibit.app/ | ||
VITE_HIBIT_AUTH_CLIENT_ID=IdServer_HibitIdWeb | ||
VITE_TELEGRAM_BOT_ID=7359440424 | ||
VITE_SYSTEM_MAX_DECIMALS=8 | ||
VITE_OIDC_REFRESH_TOKEN_TIMEOUT=3600000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
#!/bin/bash | ||
|
||
yarn install --frozen-lockfile | ||
|
||
cd apps/wallet/ || exit | ||
|
||
export VITE_HIBIT_ID_API=https://testnetidapi.hibit.app/ | ||
export VITE_HIBIT_AUTH_SERVER=https://testnetauth.hibit.app/ | ||
export VITE_HIBIT_AUTH_CLIENT_ID=IdServer_HibitIdWeb | ||
export VITE_EX3_API=https://alphaapi.ex3.one/ | ||
export VITE_TELEGRAM_BOT_ID=7359440424 | ||
export VITE_APP_ENV=TestNet | ||
|
||
yarn build | ||
yarn build:wallet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters