From cd2ff5b733ccfb4f8788bc1b2fa87b74c2ee7260 Mon Sep 17 00:00:00 2001 From: Tritium <11885129+Tritium-VLK@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:37:52 +0200 Subject: [PATCH 1/2] Conclude STIP Clear programs from injector and transfer back to omnichain multisig. --- MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json diff --git a/MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json b/MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json new file mode 100644 index 000000000..06dd964a2 --- /dev/null +++ b/MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json @@ -0,0 +1 @@ +{"version":"1.0","chainId":"42161","createdAt":1726832144524,"meta":{"name":"Transactions Batch","description":"","txBuilderVersion":"1.17.0","createdFromSafeAddress":"0xb6BfF54589f269E248f99D5956f1fDD5b014D50e","createdFromOwnerAddress":"","checksum":"0x18103990e1e45507505d50b7e4a18f9527873d7b69374a77c2e6944cdaabf4bb"},"transactions":[{"to":"0xF23d8342881eDECcED51EA694AC21C2B68440929","value":"0","data":null,"contractMethod":{"inputs":[{"name":"gaugeAddresses","type":"address[]","internalType":"address[]"},{"name":"amountsPerPeriod","type":"uint256[]","internalType":"uint256[]"},{"name":"maxPeriods","type":"uint8[]","internalType":"uint8[]"}],"name":"setRecipientList","payable":false},"contractInputsValues":{"gaugeAddresses":"[]","amountsPerPeriod":"[]","maxPeriods":"[]"}},{"to":"0xF23d8342881eDECcED51EA694AC21C2B68440929","value":"0","data":null,"contractMethod":{"inputs":[{"name":"to","type":"address","internalType":"address"}],"name":"transferOwnership","payable":false},"contractInputsValues":{"to":"0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e"}}]} \ No newline at end of file From 2a81a0e32c785e4e0431d90979afde7129e931a4 Mon Sep 17 00:00:00 2001 From: Tritium Date: Sun, 22 Sep 2024 20:19:41 +0200 Subject: [PATCH 2/2] prettify json --- .../Arbitrum/LTIPP/conclude_stip.json | 66 ++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) diff --git a/MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json b/MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json index 06dd964a2..d8910809b 100644 --- a/MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json +++ b/MaxiOps/00grants/Arbitrum/LTIPP/conclude_stip.json @@ -1 +1,65 @@ -{"version":"1.0","chainId":"42161","createdAt":1726832144524,"meta":{"name":"Transactions Batch","description":"","txBuilderVersion":"1.17.0","createdFromSafeAddress":"0xb6BfF54589f269E248f99D5956f1fDD5b014D50e","createdFromOwnerAddress":"","checksum":"0x18103990e1e45507505d50b7e4a18f9527873d7b69374a77c2e6944cdaabf4bb"},"transactions":[{"to":"0xF23d8342881eDECcED51EA694AC21C2B68440929","value":"0","data":null,"contractMethod":{"inputs":[{"name":"gaugeAddresses","type":"address[]","internalType":"address[]"},{"name":"amountsPerPeriod","type":"uint256[]","internalType":"uint256[]"},{"name":"maxPeriods","type":"uint8[]","internalType":"uint8[]"}],"name":"setRecipientList","payable":false},"contractInputsValues":{"gaugeAddresses":"[]","amountsPerPeriod":"[]","maxPeriods":"[]"}},{"to":"0xF23d8342881eDECcED51EA694AC21C2B68440929","value":"0","data":null,"contractMethod":{"inputs":[{"name":"to","type":"address","internalType":"address"}],"name":"transferOwnership","payable":false},"contractInputsValues":{"to":"0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e"}}]} \ No newline at end of file +{ + "version": "1.0", + "chainId": "42161", + "createdAt": 1726832144524, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.17.0", + "createdFromSafeAddress": "0xb6BfF54589f269E248f99D5956f1fDD5b014D50e", + "createdFromOwnerAddress": "", + "checksum": "0x18103990e1e45507505d50b7e4a18f9527873d7b69374a77c2e6944cdaabf4bb" + }, + "transactions": [ + { + "to": "0xF23d8342881eDECcED51EA694AC21C2B68440929", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "name": "gaugeAddresses", + "type": "address[]", + "internalType": "address[]" + }, + { + "name": "amountsPerPeriod", + "type": "uint256[]", + "internalType": "uint256[]" + }, + { + "name": "maxPeriods", + "type": "uint8[]", + "internalType": "uint8[]" + } + ], + "name": "setRecipientList", + "payable": false + }, + "contractInputsValues": { + "gaugeAddresses": "[]", + "amountsPerPeriod": "[]", + "maxPeriods": "[]" + } + }, + { + "to": "0xF23d8342881eDECcED51EA694AC21C2B68440929", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "name": "to", + "type": "address", + "internalType": "address" + } + ], + "name": "transferOwnership", + "payable": false + }, + "contractInputsValues": { + "to": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" + } + } + ] +} \ No newline at end of file