forked from MystenLabs/sui
-
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.
wallet-ext: staging api env (MystenLabs#2381)
- Loading branch information
1 parent
9e32d85
commit 8bb4de5
Showing
8 changed files
with
130 additions
and
12 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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# Default values for some env variables. Use .env to add/change variables for the | ||
# current environment. | ||
|
||
API_ENV=devNet | ||
API_ENDPOINT_LOCAL=http://127.0.0.1:5001 | ||
API_ENDPOINT_DEV_NET=https://gateway.devnet.sui.io | ||
API_ENV=staging | ||
API_ENDPOINT_LOCAL=http://127.0.0.1:5001/ | ||
API_ENDPOINT_DEV_NET=https://gateway.devnet.sui.io/ | ||
API_ENDPOINT_STAGING=https://gateway.staging.sui.io/ | ||
EXPLORER_URL_LOCAL=http://localhost:8080/ | ||
EXPLORER_URL_DEV_NET=https://explorer.devnet.sui.io/ | ||
EXPLORER_URL_STAGING=https://explorer.staging.sui.io/ |
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
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
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
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
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
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
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