Skip to content

Commit

Permalink
update default ui-desktop .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
abs2023 committed Dec 4, 2024
1 parent 29c3e55 commit 9d76e5f
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions ui-desktop/.env.example
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=

0 comments on commit 9d76e5f

Please sign in to comment.