-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env.development
33 lines (26 loc) · 1.22 KB
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Put your production specific configuration here. Defaults will be overwritten
SHOW_MERKLE_DROP=true
SHOW_AUCTION=true
ENABLE_AUCTION_PARTICIPATION=true
AUCTION_START_TIMESTAMP=1614686400
# The auction API base URL
AUCTION_API_URL=auction-summary.json
# The auction address that's rendered into the auction page
AUCTION_ADDRESS=0xCDB34843978684f8DD39B3eDE59e73Bf49d3FBf4
# Address of the TLN token
TLN_ADDRESS=0x679131F591B4f369acB8cd8c51E68596806c3916
# Configure merkle drop
REACT_APP_API_URL=https://merkle-drop.tlbc.trustlines.foundation/entitlement/
REACT_APP_CHAIN_NAME=Ethereum Mainnet
REACT_APP_EXPLORER_URL=https://etherscan.io/
REACT_APP_CHAIN_ID=1
REACT_APP_MERKLE_DROP_ADDRESS=0x0A6f0C541Be542c098B7Ee03C9C634f20BCf8422
# Number of decimal places of the Token. Will be 18 most of the time.
REACT_APP_TOKEN_DECIMALS=18
# Number of decimal places to show to the user. The Value will be rounded.
REACT_APP_SHOW_DECIMALS=2
# Configure newsletter subscription
REACT_APP_MAILCHIMP_URL=https://foundation.us20.list-manage.com/subscribe/post?u=ad97861a3786f82a87c0c7417&id=7125095980
# GATSBY
GATSBY_FORM_POST_URL=https://europe-west1-trustlines-network.cloudfunctions.net/websiteContact