From 81bd48927b13a220e475ab99058b5783ae9e33b3 Mon Sep 17 00:00:00 2001 From: raq0x Date: Wed, 24 Jun 2026 11:59:10 +0200 Subject: [PATCH 1/2] Changes gas station's keeper address to tenderly signer --- .../2026-06/set-keeper-address.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 MaxiOps/gasStation/2026-06/set-keeper-address.json diff --git a/MaxiOps/gasStation/2026-06/set-keeper-address.json b/MaxiOps/gasStation/2026-06/set-keeper-address.json new file mode 100644 index 000000000..e3b89d88a --- /dev/null +++ b/MaxiOps/gasStation/2026-06/set-keeper-address.json @@ -0,0 +1,32 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1782295076000, + "meta": { + "name": "Transactions Batch", + "description": "Set new keeper address on mainnet gas station", + "txBuilderVersion": "1.18.0", + "createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" + }, + "transactions": [ + { + "to": "0x7fb8f5D04b521B6880158819E69538655AABD5c4", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "name": "keeperAddress", + "type": "address", + "internalType": "address" + } + ], + "name": "setKeeperAddress", + "payable": false + }, + "contractInputsValues": { + "keeperAddress": "0xE83E686b3344a33ED8f4f1a8Ee739F215A6A126a" + } + } + ] +} From 3bf221273c1150345a1956d9f939a8c4eace8cfe Mon Sep 17 00:00:00 2001 From: raq0x Date: Wed, 24 Jun 2026 10:12:19 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- .../2026-06/set-keeper-address.report.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MaxiOps/gasStation/2026-06/set-keeper-address.report.txt diff --git a/MaxiOps/gasStation/2026-06/set-keeper-address.report.txt b/MaxiOps/gasStation/2026-06/set-keeper-address.report.txt new file mode 100644 index 000000000..5a620e6f9 --- /dev/null +++ b/MaxiOps/gasStation/2026-06/set-keeper-address.report.txt @@ -0,0 +1,17 @@ +FILENAME: `MaxiOps/gasStation/2026-06/set-keeper-address.json` +MULTISIG: `multisigs/omni (mainnet:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)` +COMMIT: `81bd48927b13a220e475ab99058b5783ae9e33b3` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/d870d42f-5c48-4fd2-b212-92072a5a7a24) + +``` ++------------------+---------------------------------------------------------------------+-------+----------------------------------------------------------------------------------------+------------+----------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++------------------+---------------------------------------------------------------------+-------+----------------------------------------------------------------------------------------+------------+----------+ +| setKeeperAddress | 0x7fb8f5D04b521B6880158819E69538655AABD5c4 (maxiKeepers/gasStation) | 0 | { | N/A | N/A | +| | | | "keeperAddress": [ | | | +| | | | "0xE83E686b3344a33ED8f4f1a8Ee739F215A6A126a (EOA/keepers/tenderly_actions_signer)" | | | +| | | | ] | | | +| | | | } | | | ++------------------+---------------------------------------------------------------------+-------+----------------------------------------------------------------------------------------+------------+----------+ +```