forked from lidofinance/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deployed-mainnetfork-defaults.json
123 lines (123 loc) · 3.54 KB
/
deployed-mainnetfork-defaults.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"networkId": 1,
"ipfsAPI": "http://127.0.0.1:5001/api/v0",
"multisigAddress": "0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1",
"owner": "0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1",
"gateSealAddress": "0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1",
"lidoApmEnsName": "lidopm.eth",
"lidoApmEnsRegDurationSec": 94608000,
"daoAragonId": "lido-dao",
"daoInitialSettings": {
"voting": {
"minSupportRequired": "500000000000000000",
"minAcceptanceQuorum": "50000000000000000",
"voteDuration": 30,
"objectionPhaseDuration": 1
},
"beaconSpec": {
"depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa",
"epochsPerFrame": 225,
"slotsPerEpoch": 32,
"secondsPerSlot": 12,
"genesisTime": 1639659600
},
"fee": {
"totalPercent": 10,
"treasuryPercent": 0,
"insurancePercent": 50,
"nodeOperatorsPercent": 50
},
"token": {
"name": "TEST Lido DAO Token",
"symbol": "TLDO"
}
},
"vestingParams": {
"unvestedTokensAmount": "230000000000000000000000",
"holders": {
"0xb4124cEB3451635DAcedd11767f004d8a28c6eE7": "530000000000000000000000",
"0x8401Eb5ff34cc943f096A32EF3d5113FEbE8D4Eb": "15000000000000000000000",
"0x306469457266CBBe7c0505e8Aad358622235e768": "15000000000000000000000",
"0xd873F6DC68e3057e4B7da74c6b304d0eF0B484C7": "15000000000000000000000",
"0xDcC5dD922fb1D0fd0c450a0636a8cE827521f0eD": "15000000000000000000000",
"0x27E9727FD9b8CdDdd0854F56712AD9DF647FaB74": "15000000000000000000000",
"0x9766D2e7FFde358AD0A40BB87c4B88D9FAC3F4dd": "15000000000000000000000",
"0xBd7055AB500cD1b0b0B14c82BdBe83ADCc2e8D06": "15000000000000000000000",
"0xe8898A4E589457D979Da4d1BDc35eC2aaf5a3f8E": "15000000000000000000000"
},
"start": 1639659600,
"cliff": 1639660100,
"end": 1639660100,
"revokable": false
},
"burner": {
"parameters": {
"totalCoverSharesBurnt": "0",
"totalNonCoverSharesBurnt": "0"
}
},
"executionLayerRewardsParams": {
"withdrawalLimit": "1"
},
"legacyOracle": {
"parameters": {
"lastCompletedEpochId": 0
}
},
"hashConsensusForAccounting": {
"parameters": {
"fastLaneLengthSlots": 10,
"epochsPerFrame": 12
}
},
"accountingOracle": {
"parameters": {
"maxExitedValidatorsPerDay": 240,
"maxExtraDataListItemsCount": 15,
"consensusVersion": 1
}
},
"hashConsensusForValidatorsExitBus": {
"parameters": {
"fastLaneLengthSlots": 10,
"epochsPerFrame": 4
}
},
"validatorsExitBusOracle": {
"parameters": {
"consensusVersion": 1
}
},
"depositSecurityModule": {
"parameters": {
"maxDepositsPerBlock": 150,
"minDepositBlockDistance": 5,
"pauseIntentValidityPeriodBlocks": 6646
}
},
"oracleReportSanityChecker": {
"parameters": {
"churnValidatorsPerDayLimit": 1500,
"oneOffCLBalanceDecreaseBPLimit": 500,
"annualBalanceIncreaseBPLimit": 1000,
"simulatedShareRateDeviationBPLimit": 250,
"maxValidatorExitRequestsPerReport": 2000,
"maxAccountingExtraDataListItemsCount": 100,
"maxNodeOperatorsPerExtraDataItemCount": 100,
"requestTimestampMargin": 128,
"maxPositiveTokenRebase": 5000000
}
},
"nodeOperatorsRegistry": {
"parameters": {
"stakingModuleTypeId": "curated-onchain-v1",
"stuckPenaltyDelay": "172800"
}
},
"withdrawalQueueERC721": {
"parameters": {
"name": "stETH Withdrawal NFT",
"symbol": "unstETH"
}
}
}