From 04404c1af7fa42972c7b20c13604e6272237e779 Mon Sep 17 00:00:00 2001 From: jogeorgeou Date: Wed, 7 Aug 2024 13:24:36 -0400 Subject: [PATCH 1/2] BAL-CoWAMM-Direct-Incentives-Test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding BAL as reward to old cowAMM pool to test distribution via deployer. Pool - https://balancer.fi/pools/ethereum/cow/0xc9d5204e7c04a1be300b33e3979479be75132ac5 — Gauge- https://etherscan.io/address/0x713777343767BF10aF036A78fdb90b387BEb66f2#readContract — zen deployer: 0x854B004700885A61107B458f11eCC169A019b764 --- .../add_rewards/mainnet/BAL_CowAMM_Test.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.json diff --git a/MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.json b/MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.json new file mode 100644 index 000000000..7499e1da8 --- /dev/null +++ b/MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1723050559602, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.16.5", + "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "createdFromOwnerAddress": "", + "checksum": "0x90f4c82078ec24e1c5389807a2084a2e7a3c9904d86f418ef33e7b6a67722ee5" + }, + "transactions": [ + { + "to": "0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "internalType": "address", + "name": "target", + "type": "address" + }, + { + "internalType": "bytes", + "name": "data", + "type": "bytes" + } + ], + "name": "performAction", + "payable": true + }, + "contractInputsValues": { + "target": "0x713777343767BF10aF036A78fdb90b387BEb66f2", + "data": "0xe8de0d4d000000000000000000000000ba100000625a3754423978a60c9317c58a424e3d000000000000000000000000854B004700885A61107B458f11eCC169A019b764" + } + } + ] +} From 3ad73fc71d99b530431ba36fe4f5c37552fd920e Mon Sep 17 00:00:00 2001 From: Zen-Maxi Date: Wed, 7 Aug 2024 17:28:08 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- .../add_rewards/mainnet/BAL_CowAMM_Test.report.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.report.txt diff --git a/MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.report.txt b/MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.report.txt new file mode 100644 index 000000000..3d3837b42 --- /dev/null +++ b/MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.report.txt @@ -0,0 +1,13 @@ +FILENAME: `MaxiOps/add_rewards/mainnet/BAL_CowAMM_Test.json` +MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)` +COMMIT: `04404c1af7fa42972c7b20c13604e6272237e779` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/b060a497-33ee-469f-b4ea-d7abe00d567f) +``` ++---------------+-----------------------------------------------------------------------------------------------------------------+---------------------------------------------------+-----------------------------+--------------------------------------------------------------------------+-----+----------+ +| function | entrypoint | target | selector | parsed_inputs | bip | tx_index | ++---------------+-----------------------------------------------------------------------------------------------------------------+---------------------------------------------------+-----------------------------+--------------------------------------------------------------------------+-----+----------+ +| performAction | 0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA (20221124-authorizer-adaptor-entrypoint/AuthorizerAdaptorEntrypoint) | 0x713777343767BF10aF036A78fdb90b387BEb66f2 (None) | add_reward(address,address) | 0xba100000625a3754423978a60c9317c58a424e3D: tokens/BAL | N/A | 0 | +| | | | | 0x854B004700885A61107B458f11eCC169A019b764: EOA/maxi_deployers/zendragon | | | ++---------------+-----------------------------------------------------------------------------------------------------------------+---------------------------------------------------+-----------------------------+--------------------------------------------------------------------------+-----+----------+ +```