generated from open-dollar/contracts-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew-UpdatePIDController.json
59 lines (59 loc) · 1.73 KB
/
new-UpdatePIDController.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
{
"chainid": "31337",
"description": "UpdatePidController",
"network": "anvil",
"proposalType": "ModifyParameters",
"ODGovernor_Address": "",
"ProtocolToken_Address": "",
"arrayLength": "8",
"objectArray": [
{
"target": "0xA1550dCfdb0195e0e1DECe7b6aad711da5eD303a",
"param": "seedProposer",
"type": "address",
"data": "0xA5DC5C86212cF22167c52b756363B0FeA7B6e591"
},
{
"target": "0xA1550dCfdb0195e0e1DECe7b6aad711da5eD303a",
"param": "noiseBarrier",
"type": "uint256",
"data": "11111"
},
{
"target": "0xA1550dCfdb0195e0e1DECe7b6aad711da5eD303a",
"param": "integralPeriodSize",
"type": "uint256",
"data": "222222"
},
{
"target": "0xA1550dCfdb0195e0e1DECe7b6aad711da5eD303a",
"param": "feedbackOutputLowerBound",
"type": "int",
"data": "1000"
},
{
"target": "0xA1550dCfdb0195e0e1DECe7b6aad711da5eD303a",
"param": "feedbackOutputUpperBound",
"type": "uint256",
"data": "33333"
},
{
"target": "0xA1550dCfdb0195e0e1DECe7b6aad711da5eD303a",
"param": "perSecondCumulativeLeak",
"type": "uint256",
"data": "44444"
},
{
"target": "0xA1550dCfdb0195e0e1DECe7b6aad711da5eD303a",
"param": "kp",
"type": "int256",
"data": "200"
},
{
"target": "0xA1550dCfdb0195e0e1DECe7b6aad711da5eD303a",
"param": "ki",
"type": "int256",
"data": "300"
}
]
}