-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathserver.yaml
42 lines (35 loc) · 1.23 KB
/
server.yaml
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
db:
numOfRetries: 8
dbPath: election.db
port: 8089
committee:
numOfRetries: 8
gravityChainAPIs:
- https://kovan.infura.io/v3/6af04e7e165d47faaa5ef375aaf60792
gravityChainHeightInterval: 100
gravityChainStartHeight: 10518000
gravityChainCeilingHeight: 19937937
registerContractAddress: 0xb4ca6cf2fe760517a3f92120acbe577311252663
stakingContractAddress: 0xdedf0c1610d8a75ca896d8c93a0dc39abf7daff4
skipManifiedCandidate: true
paginationSize: 100
voteThreshold: "100000000000000000000"
scoreThreshold: "0"
selfStakingThreshold: "0"
cacheSize: 100
enableVoteSync: false
voteSync:
gravityChainAPIs:
- https://mainnet.infura.io/v3/6af04e7e165d47faaa5ef375aaf60792
gravityChainTimeInterval: 10m
operatorPrivateKey: "a000000000000000000000000000000000000000000000000000000000000000"
ioTeXAPI: "api.testnet.iotex.one:443"
vitaContractAddress: "io1y9ndaezjrdlkw93hquqru7txh9jcsmtmrvt4yw"
registerContractAddress: "0x95724986563028deb58f15c5fac19fa09304f32d"
stakingContractAddress: "0x87c9dbff0016af23f5b1ab9b8e072124ab729193"
fairbankHeight: 5165641
paginationSize: 100
brokerPaginationSize: 20
scoreThreshold: "2000000000000000000000000"
selfStakingThreshold: "120000000000000000000000"
enableDummyServer: false