Skip to content

Commit

Permalink
Add example flexible proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed May 9, 2024
1 parent 4597b99 commit eda621b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
11 changes: 11 additions & 0 deletions gov-input/mainnet/new-FlexibleProposal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"chainid": 42161,
"description": "Reduce governance threshold to 2,000 ODG",
"network": "mainnet",
"proposalType": "flexible",
"targets": ["0xf704735CE81165261156b41D33AB18a08803B86F"],
"calldatas": [
"0xece40cc100000000000000000000000000000000000000000000006c6b935b8bbd400000"
],
"values": [0]
}
10 changes: 3 additions & 7 deletions gov-input/mainnet/new-ModifyParameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<<<<<<< HEAD
{
"chainid": 42161,
"description": "Modify globalDebtCeiling round 2",
"description": "Raise globalDebtCeiling",
"network": "mainnet",
"proposalType": "ModifyParameters",
"odGovernor": "0xf704735CE81165261156b41D33AB18a08803B86F",
Expand All @@ -10,11 +9,8 @@
"target": "0xEff45E8e2353893BD0558bD5892A42786E9142F1",
"param": "globalDebtCeiling",
"type": "uint256",
"data": "27750000000000000000000000000000000000000000000000000"
"data": "10000000000000000000000000000000000000000000000000000"
}
],
"arrayLength": "1"
"arrayLength": 1
}
=======
{"chainid":42161,"description":"Add new safeManager to the SAFEEngine","network":"mainnet","proposalType":"ModifyParameters","odGovernor":"0xf704735CE81165261156b41D33AB18a08803B86F","objectArray":[{"target":"0xEff45E8e2353893BD0558bD5892A42786E9142F1","param":"odSafeManager","type":"address","data":"0x1196Ee216798107130bd61A80c3BeeC2DeC113AA"}],"arrayLength":"1"}
>>>>>>> bb755026 (Add script DeployVault721Mainnet (#648))

0 comments on commit eda621b

Please sign in to comment.