-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
39 lines (39 loc) · 989 Bytes
/
config.json
File metadata and controls
39 lines (39 loc) · 989 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
30
31
32
33
34
35
36
37
38
39
{
"mode": "Test",
"_comment": "Swap mode to Deploy for deployment. adds back in logs",
"owners": {
"ownerTwo": "0x1542612fee591eD35C05A3E980bAB325265c06a3",
"_comment": "Swap ownerTwo to 0x1310cEdD03Cc8F6aE50F2Fb93848070FACB042b8"
},
"baal": {
"sharesName": "Hamza Shares",
"sharesSymbol": "HS",
"pauseSharesOnInit": true,
"pauseLootOnInit": false,
"safeSharesToMint": 1,
"userLootAmount": 50,
"vaultLootAmount": 50,
"votingPeriod": 90,
"gracePeriod": 0,
"proposalOffering": 0,
"sponsorThreshold": 1,
"minRetentionPercent": 1,
"quorumPercent": 1
},
"governanceToken": {
"name": "HamGov",
"symbol": "HAM"
},
"governanceVault": {
"vestingPeriod": 30
},
"governor": {
"timelockDelay": 1
},
"systemSettings": {
"feeBPS": 0
},
"escrow": {
"autoRelease": true
}
}