Skip to content

Commit 3fcabae

Browse files
authored
Merge pull request #2839 from balancer/change-gas-station-keeper
Changes gas station's keeper address to Tenderly signer
2 parents 59916c2 + 3bf2212 commit 3fcabae

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"version": "1.0",
3+
"chainId": "1",
4+
"createdAt": 1782295076000,
5+
"meta": {
6+
"name": "Transactions Batch",
7+
"description": "Set new keeper address on mainnet gas station",
8+
"txBuilderVersion": "1.18.0",
9+
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e"
10+
},
11+
"transactions": [
12+
{
13+
"to": "0x7fb8f5D04b521B6880158819E69538655AABD5c4",
14+
"value": "0",
15+
"data": null,
16+
"contractMethod": {
17+
"inputs": [
18+
{
19+
"name": "keeperAddress",
20+
"type": "address",
21+
"internalType": "address"
22+
}
23+
],
24+
"name": "setKeeperAddress",
25+
"payable": false
26+
},
27+
"contractInputsValues": {
28+
"keeperAddress": "0xE83E686b3344a33ED8f4f1a8Ee739F215A6A126a"
29+
}
30+
}
31+
]
32+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
FILENAME: `MaxiOps/gasStation/2026-06/set-keeper-address.json`
2+
MULTISIG: `multisigs/omni (mainnet:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)`
3+
COMMIT: `81bd48927b13a220e475ab99058b5783ae9e33b3`
4+
CHAIN(S): `mainnet`
5+
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/d870d42f-5c48-4fd2-b212-92072a5a7a24)
6+
7+
```
8+
+------------------+---------------------------------------------------------------------+-------+----------------------------------------------------------------------------------------+------------+----------+
9+
| fx_name | to | value | inputs | bip_number | tx_index |
10+
+------------------+---------------------------------------------------------------------+-------+----------------------------------------------------------------------------------------+------------+----------+
11+
| setKeeperAddress | 0x7fb8f5D04b521B6880158819E69538655AABD5c4 (maxiKeepers/gasStation) | 0 | { | N/A | N/A |
12+
| | | | "keeperAddress": [ | | |
13+
| | | | "0xE83E686b3344a33ED8f4f1a8Ee739F215A6A126a (EOA/keepers/tenderly_actions_signer)" | | |
14+
| | | | ] | | |
15+
| | | | } | | |
16+
+------------------+---------------------------------------------------------------------+-------+----------------------------------------------------------------------------------------+------------+----------+
17+
```

0 commit comments

Comments
 (0)