Skip to content

Commit

Permalink
Create ethereum-classic.env
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilican authored Jul 27, 2024
1 parent 5e30b40 commit 3c24c12
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions env/ethereum-classic.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
###############
# APPLICATION #
###############
REACT_APP_BLOCKCHAIN_URI= TODO https://rpc.mordor.etccooperative.org
REACT_APP_CHAIN_ID= TODO
REACT_APP_DJED_ADDRESS= TODO
REACT_APP_FEE_UI=0
REACT_APP_UI=0x0249a1a7778BD203206d1B7b614fB35Ce7f8F285
REACT_APP_EXPLORER= TODO https://etc-mordor.blockscout.com/
REACT_APP_BC=Ethereum Classic
REACT_APP_PROTOCOL_CHAIN_DESCRIPTION=Ethereum Classic is the original Ethereum blockchain, maintaining its history untampered and immutable, and upholding the principle that "code is law". Ethereum Classic's native currency is ETC
REACT_APP_CHAIN_COIN=ETC
REACT_APP_SC_NAME=Ethereum Classic Stable Dollar
REACT_APP_SC_SYMBOL=ECSD
REACT_APP_RC_NAME=Ethereum Classic Reserve Surplus Share
REACT_APP_RC_SYMBOL=ECRS
REACT_APP_LIMIT_PER_TXN=10000
REACT_APP_EVM_RESERVECOIN_ADDRESS= TODO 0x8d2C17FAd02B7bb64139109c6533b7C2b9CADb81
REACT_APP_EVM_STABLECOIN_ADDRESS= TODO 0xffD4505B3452Dc22f8473616d50503bA9E1710Ac

# Color Theme
REACT_APP_GRADIENT_THEME='gradient-theme-7'
REACT_APP_COLOR_THEME='green-dark'

REACT_APP_TERMS_OF_USE=terms-of-use-default
REACT_APP_LOGO_PATH=ECSD.svg

1 comment on commit 3c24c12

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preview ready at https://main.djed.codepreview.io

Powered by https://codepreview.io community edition.

Please sign in to comment.