From eda621b9779e1039bfc34e1709cc3cd424bc68a9 Mon Sep 17 00:00:00 2001 From: Patrick Gallagher Date: Thu, 9 May 2024 16:07:57 -0700 Subject: [PATCH] Add example flexible proposal --- gov-input/mainnet/new-FlexibleProposal.json | 11 +++++++++++ gov-input/mainnet/new-ModifyParameters.json | 10 +++------- 2 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 gov-input/mainnet/new-FlexibleProposal.json diff --git a/gov-input/mainnet/new-FlexibleProposal.json b/gov-input/mainnet/new-FlexibleProposal.json new file mode 100644 index 00000000..15f7eccb --- /dev/null +++ b/gov-input/mainnet/new-FlexibleProposal.json @@ -0,0 +1,11 @@ +{ + "chainid": 42161, + "description": "Reduce governance threshold to 2,000 ODG", + "network": "mainnet", + "proposalType": "flexible", + "targets": ["0xf704735CE81165261156b41D33AB18a08803B86F"], + "calldatas": [ + "0xece40cc100000000000000000000000000000000000000000000006c6b935b8bbd400000" + ], + "values": [0] +} diff --git a/gov-input/mainnet/new-ModifyParameters.json b/gov-input/mainnet/new-ModifyParameters.json index d5e8f522..fd0a3278 100644 --- a/gov-input/mainnet/new-ModifyParameters.json +++ b/gov-input/mainnet/new-ModifyParameters.json @@ -1,7 +1,6 @@ -<<<<<<< HEAD { "chainid": 42161, - "description": "Modify globalDebtCeiling round 2", + "description": "Raise globalDebtCeiling", "network": "mainnet", "proposalType": "ModifyParameters", "odGovernor": "0xf704735CE81165261156b41D33AB18a08803B86F", @@ -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))