forked from TurnUpTeam/turnup-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.env
27 lines (19 loc) · 797 Bytes
/
template.env
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
# THIS IS JUST AN EXAMPLE, SET THE RIGHT WALLETS AND DATA
FEE_DESTINATION=0xe85cfB8C0978bf246C6A923e84616680D12Fd9d7
# lock time in days
MAX_LOCK_TIME=365
# the address of validators and first operator
FIRST_VALIDATOR=0x70997970C51812dc3A010C7d01b50e0d17dc79C8
FIRST_OPERATOR=0x90F79bf6EB2c4f870365E785982E1f101E93b906
# the treasure address that will receive the 1 billion minted tokens
TOKEN_HOLDER=0x34923658675B99B2DB634cB2BC0cA8d25EdEC743
# those are simple examples. Please, not use them in production
MAX_SUPPLY=4000000000
INITIAL_SUPPLY=1000000000
AMOUNT_RESERVED_TO_POLL=400000000
AMOUNT_RESERVED_TO_SHARES_POLL=100000000
VALIDATOR_TURNUP=0xe85cfB8C0978bf246C6A923e84616680D12Fd9d7
# the max daily minted amount by the game
MAX_DAILY=100000
# 12 hours
MIN_FACTORY_LOCK_TIME=43200