-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/fix_imports_for_payload_creation…
…_actions' into fix_imports_for_payload_creation_actions
- Loading branch information
Showing
9 changed files
with
498 additions
and
2 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
MaxiOps/chainlinkAutomation/migrate_injector_arb1_part1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
21
MaxiOps/chainlinkAutomation/migrate_injector_arb1_part1.report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
26
MaxiOps/chainlinkAutomation/migrate_injector_arb1_part2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
MaxiOps/chainlinkAutomation/migrate_injector_arb1_part2.report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | ||
+-----------------+--------------------------------------------------------------------------------------------------+-------+--------+------------+----------+ | ||
``` |
219 changes: 219 additions & 0 deletions
219
MaxiOps/chainlinkAutomation/migrate_injectors_avax_part1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "43114", | ||
"createdAt": 1718216835367, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "", | ||
"txBuilderVersion": "1.16.5", | ||
"createdFromSafeAddress": "0x326A7778DB9B741Cb2acA0DE07b9402C7685dAc6", | ||
"createdFromOwnerAddress": "", | ||
"checksum": "0x6a7db7d984daafe735726a3a9b4ec3ae358ebcf8719f19f6f3a15f18bb52e187" | ||
}, | ||
"transactions": [ | ||
{ | ||
"to": "0xF23d8342881eDECcED51EA694AC21C2B68440929", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"name": "keeperRegistryAddress", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"name": "setKeeperRegistryAddress", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"keeperRegistryAddress": "0x53AD3148Dd5783ea760072C0fD5d9A86021598C5" | ||
} | ||
}, | ||
{ | ||
"to": "0xF23d8342881eDECcED51EA694AC21C2B68440929", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "name": "to", "type": "address", "internalType": "address" } | ||
], | ||
"name": "transferOwnership", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" | ||
} | ||
}, | ||
{ | ||
"to": "0x099D7767eC64Ac33C076f1e3Eb3DC24D08FA86A5", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "keeperRegistryAddress", | ||
"type": "address" | ||
} | ||
], | ||
"name": "setKeeperRegistryAddress", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"keeperRegistryAddress": "0xf60A86480b845750373F0fF249cb052E519a35d8" | ||
} | ||
}, | ||
{ | ||
"to": "0x099D7767eC64Ac33C076f1e3Eb3DC24D08FA86A5", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "internalType": "address", "name": "to", "type": "address" } | ||
], | ||
"name": "transferOwnership", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" | ||
} | ||
}, | ||
{ | ||
"to": "0x47c97d8Eaa5D84aE25df9c92290B40eD252E75eE", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "keeperRegistryAddress", | ||
"type": "address" | ||
} | ||
], | ||
"name": "setKeeperRegistryAddress", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"keeperRegistryAddress": "0xd99F8A5f151b2806a1f075bD97f998E81771ad32" | ||
} | ||
}, | ||
{ | ||
"to": "0x47c97d8Eaa5D84aE25df9c92290B40eD252E75eE", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "internalType": "address", "name": "to", "type": "address" } | ||
], | ||
"name": "transferOwnership", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" | ||
} | ||
}, | ||
{ | ||
"to": "0x95008946F2773f24588AEEE44d643016381265FF", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"name": "keeperRegistryAddress", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"name": "setKeeperRegistryAddress", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"keeperRegistryAddress": "0x9A9e9124CC043332E08b5333c78036244e95930E" | ||
} | ||
}, | ||
{ | ||
"to": "0x95008946F2773f24588AEEE44d643016381265FF", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "name": "to", "type": "address", "internalType": "address" } | ||
], | ||
"name": "transferOwnership", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" | ||
} | ||
}, | ||
{ | ||
"to": "0x39C441560e83e02452e4B4789934aC031A85c1d5", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"name": "keeperRegistryAddress", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"name": "setKeeperRegistryAddress", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"keeperRegistryAddress": "0x2ddE382f350241DbF00bc9B192dc53E3dbd58996" | ||
} | ||
}, | ||
{ | ||
"to": "0x39C441560e83e02452e4B4789934aC031A85c1d5", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "name": "to", "type": "address", "internalType": "address" } | ||
], | ||
"name": "transferOwnership", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" | ||
} | ||
}, | ||
{ | ||
"to": "0x10087761Ebd0Da939d2123A0B18D69F11f5Ea67f", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"name": "keeperRegistryAddress", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"name": "setKeeperRegistryAddress", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"keeperRegistryAddress": "0x822352259CBE2f610C8D99a97Ad560D9d0a13AB0" | ||
} | ||
}, | ||
{ | ||
"to": "0x10087761Ebd0Da939d2123A0B18D69F11f5Ea67f", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "name": "to", "type": "address", "internalType": "address" } | ||
], | ||
"name": "transferOwnership", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.