-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.default.json
More file actions
29 lines (29 loc) · 928 Bytes
/
config.default.json
File metadata and controls
29 lines (29 loc) · 928 Bytes
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
{
"futarchyTemplateAddress": "",
"daoTokenName": "ANV5SignalingMarketDAOToken",
"daoTokenSymbol": "ANV5SMDT",
"daoTokenDistribution": [
{ "holder": "0x33329f5a360649eb1c473b998cf3b975feb109f6", "amount": 1 },
{ "holder": "0xb4124cEB3451635DAcedd11767f004d8a28c6eE7", "amount": 1 }
],
"collateralTokenDistribution": [
{ "holder": "0xb4124cEB3451635DAcedd11767f004d8a28c6eE7", "amount": 1000 },
{ "holder": "0x33329f5a360649eb1c473b998cf3b975feb109f6", "amount": 1000 },
{ "holder": "0x44360017c1460BC0149946b4fad97665c25586b0", "amount": 1000 }
],
"medianPriceOracleTimeframe": 60,
"votingSettings": {
"voteDuration": 604800,
"supportRequired": 0.01,
"minimumAcceptanceQuorum": 0.01
},
"futarchySettings": {
"fee": 0,
"tradingPeriod": 1,
"timeToPriceResolution": 600,
"marketFundAmount": 100
},
"oracleManagerSettings": {
"dataFeedSources": [ ]
}
}