-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update default ui-desktop .env.example
- Loading branch information
abs2023
committed
Dec 4, 2024
1 parent
29c3e55
commit 9d76e5f
Showing
1 changed file
with
25 additions
and
9 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,16 +1,32 @@ | ||
# This file is used to set the environment variables for the cicd workflow | ||
# Contract and Token current as of 11/5/2024 | ||
|
||
# MAINNET VALUES | ||
CHAIN_ID=42161 | ||
DIAMOND_ADDRESS=0xDE819AaEE474626E3f34Ef0263373357e5a6C71b | ||
DISPLAY_NAME=Arbitrum | ||
EXPLORER_URL=https://arbiscan.io/tx/{{hash}} | ||
TOKEN_ADDRESS=0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86 | ||
DEV_TOOLS=false | ||
SYMBOL_ETH=ETH | ||
SYMBOL_COIN=MOR | ||
|
||
# TESTNET VALUES | ||
#CHAIN_ID=421614 | ||
#DIAMOND_ADDRESS=0xb8C55cD613af947E73E262F0d3C54b7211Af16CF | ||
#DISPLAY_NAME=Sepolia Arbitrum | ||
#EXPLORER_URL=https://sepolia.arbiscan.io/tx/{{hash}} | ||
#TOKEN_ADDRESS=0x34a285a1b1c166420df5b6630132542923b5b27e | ||
#DEV_TOOLS=true | ||
#SYMBOL_ETH=ETH | ||
#SYMBOL_COIN=MOR | ||
|
||
# COMMON | ||
BYPASS_AUTH=false | ||
CHAIN_ID=421614 | ||
DEBUG=false | ||
DEFAULT_SELLER_CURRENCY=BTC | ||
DEV_TOOLS=true | ||
DIAMOND_ADDRESS=0xb8C55cD613af947E73E262F0d3C54b7211Af16CF | ||
DISPLAY_NAME=Sepolia Arbitrum | ||
EXPLORER_URL=https://sepolia.arbiscan.io/tx/{{hash}} | ||
IGNORE_DEBUG_LOGS=false | ||
PROXY_WEB_DEFAULT_PORT=8082 | ||
SENTRY_DSN= | ||
SYMBOL_ETH=ETH | ||
SYMBOL_COIN=MOR | ||
TOKEN_ADDRESS=0x34a285a1b1c166420df5b6630132542923b5b27e | ||
TRACKING_ID= | ||
FAILOVER_ENABLED= | ||
FAILOVER_ENABLED= |