forked from oraichain/orai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
orai.dev.env
executable file
·56 lines (37 loc) · 1.44 KB
/
orai.dev.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
CHAIN_ID=Oraichain
###################### basic information for a node
HOME=/workspace
## testing
LOCAL=true
# account name, can be anything
USER=duc
# the mnemonic of your account. You should keep this in secret only, and remember to put it in the double quote "", otherwise it will not work
MNEMONIC=flight stage identify gentle earn scrub ski minute slide butter dignity crisp curtain confirm brand rate turkey social pattern mind awkward decide pet oven
# the moniker of your node
MONIKER=phamthanhtu
###################### basic information to become a validator
# the amount of tokens you want to stake into the validator
AMOUNT=10000000orai
# the commission rate between the delegators and the validator
COMMISSION_RATE=0.10
# the maximum comission rate allowed
COMMISSION_MAX_RATE=0.20
# the maximum changes in the commission rate
COMMISSION_MAX_CHANGE_RATE=0.01
# the minimum number of tokens you must delegate into your validator.
MIN_SELF_DELEGATION=100
# how gas is calculated, default is auto to reduce overhead
GAS=auto
# the gas price required that the users have to pay when using your validator.
GAS_ADJUSTMENT=1.15
# your security contract information (optional)
GAS_PRICES=0.025orai
# your security contact (optional)
SECURITY_CONTRACT=efg
# your node identity (optional)
IDENTITY=node
# your website (optional)
WEBSITE=xyx.com
# details about your validator (optional)
DETAILS=helloworld
ORAI_WASM_CONTAINER_PATH=/workspace/oraiwasm