Skip to content

Commit

Permalink
Merge pull request #1029 from BalancerMaxis/chore/migrate_injector_arb1
Browse files Browse the repository at this point in the history
chore: migrate injector arb1
  • Loading branch information
Zen-Maxi authored Jun 14, 2024
2 parents bdaacd0 + 0e81f9a commit 13c12e7
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 0 deletions.
49 changes: 49 additions & 0 deletions MaxiOps/chainlinkAutomation/migrate_injector_arb1_part1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": "1.0",
"chainId": "42161",
"createdAt": 1718210246681,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.5",
"createdFromSafeAddress": "0xb6BfF54589f269E248f99D5956f1fDD5b014D50e",
"createdFromOwnerAddress": "",
"checksum": "0x5eaa35980ffba8f091e95ef94993a9e825bb88198dde0b27681c263777360de5"
},
"transactions": [
{
"to": "0xF23d8342881eDECcED51EA694AC21C2B68440929",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "keeperRegistryAddress",
"type": "address",
"internalType": "address"
}
],
"name": "setKeeperRegistryAddress",
"payable": false
},
"contractInputsValues": {
"keeperRegistryAddress": "0x9465eD2edD1428CF7d1151f6376ba2C7dfcda466"
}
},
{
"to": "0xF23d8342881eDECcED51EA694AC21C2B68440929",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "to", "type": "address", "internalType": "address" }
],
"name": "transferOwnership",
"payable": false
},
"contractInputsValues": {
"to": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e"
}
}
]
}
21 changes: 21 additions & 0 deletions MaxiOps/chainlinkAutomation/migrate_injector_arb1_part1.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FILENAME: `MaxiOps/chainlinkAutomation/migrate_injector_arb1_part1.json`
MULTISIG: `multisigs/kyc_grant_safe (arbitrum:0xb6BfF54589f269E248f99D5956f1fDD5b014D50e)`
COMMIT: `4c237084451e93ff15dd5e3372b71b063cf1ccde`
CHAIN(S): `arbitrum`
TENDERLY: [SUCCESS](https://www.tdly.co/shared/simulation/a43e06ef-7fa4-4c97-8278-97ef55c035cb)
```
+--------------------------+--------------------------------------------------------------------------------------------------+-------+---------------------------------------------------------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+--------------------------+--------------------------------------------------------------------------------------------------+-------+---------------------------------------------------------------------------------------+------------+----------+
| setKeeperRegistryAddress | 0xF23d8342881eDECcED51EA694AC21C2B68440929 (maxiKeepers/gaugeRewardsInjectors/arb_STIP_injector) | 0 | { | N/A | N/A |
| | | | "keeperRegistryAddress": [ | | |
| | | | "0x9465eD2edD1428CF7d1151f6376ba2C7dfcda466 (N/A)" | | |
| | | | ] | | |
| | | | } | | |
| transferOwnership | 0xF23d8342881eDECcED51EA694AC21C2B68440929 (maxiKeepers/gaugeRewardsInjectors/arb_STIP_injector) | 0 | { | N/A | N/A |
| | | | "to": [ | | |
| | | | "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e (multisigs/vote_incentive_recycling)" | | |
| | | | ] | | |
| | | | } | | |
+--------------------------+--------------------------------------------------------------------------------------------------+-------+---------------------------------------------------------------------------------------+------------+----------+
```
26 changes: 26 additions & 0 deletions MaxiOps/chainlinkAutomation/migrate_injector_arb1_part2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "1.0",
"chainId": "42161",
"createdAt": 1718210405132,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.5",
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"createdFromOwnerAddress": "",
"checksum": "0x92a14c7c8a998fd771ce54b457f8bf7c9ee5f77ce5ae86e88e02193fec2f31bb"
},
"transactions": [
{
"to": "0xF23d8342881eDECcED51EA694AC21C2B68440929",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [],
"name": "acceptOwnership",
"payable": false
},
"contractInputsValues": null
}
]
}
12 changes: 12 additions & 0 deletions MaxiOps/chainlinkAutomation/migrate_injector_arb1_part2.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FILENAME: `MaxiOps/chainlinkAutomation/migrate_injector_arb1_part2.json`
MULTISIG: `multisigs/vote_incentive_recycling (arbitrum:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)`
COMMIT: `4c237084451e93ff15dd5e3372b71b063cf1ccde`
CHAIN(S): `arbitrum`
TENDERLY: [FAILURE](https://www.tdly.co/shared/simulation/8a64619a-1806-4bb7-a17f-28329d1b8f45)
```
+-----------------+--------------------------------------------------------------------------------------------------+-------+--------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+-----------------+--------------------------------------------------------------------------------------------------+-------+--------+------------+----------+
| acceptOwnership | 0xF23d8342881eDECcED51EA694AC21C2B68440929 (maxiKeepers/gaugeRewardsInjectors/arb_STIP_injector) | 0 | "N/A" | N/A | N/A |
+-----------------+--------------------------------------------------------------------------------------------------+-------+--------+------------+----------+
```

0 comments on commit 13c12e7

Please sign in to comment.