From 25234348bc6e5c1e39a30313902d94f019acea56 Mon Sep 17 00:00:00 2001 From: ZeKraken <79888567+zekraken-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:34:54 -0500 Subject: [PATCH 1/2] update 80/20 bal/weth fee try #2, solvers keep setting the fee and not setting it back --- .../Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json diff --git a/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json b/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json new file mode 100644 index 000000000..b1412ea49 --- /dev/null +++ b/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json @@ -0,0 +1 @@ +{"version":"1.0","chainId":"1","createdAt":1733512232643,"meta":{"name":"Transactions Batch","description":"","txBuilderVersion":"1.17.1","createdFromSafeAddress":"0xf4A80929163C5179Ca042E1B292F5EFBBE3D89e6","createdFromOwnerAddress":"","checksum":"0xfd542aa3d5ec563320f86c37d3a66c614e99366d2ade25a137c490f4e0467d13"},"transactions":[{"to":"0xE4a8ed6c1D8d048bD29A00946BFcf2DB10E7923B","value":"0","data":null,"contractMethod":{"inputs":[{"internalType":"address[]","name":"addresses","type":"address[]"},{"internalType":"uint256[]","name":"fees","type":"uint256[]"}],"name":"setSwapFees","payable":false},"contractInputsValues":{"addresses":"[0x5c6ee304399dbdb9c8ef030ab642b10820db8f56]","fees":"[10000000000000000]"}}]} \ No newline at end of file From a5f62a28eb710daaaab15a715411a9a2ac1bbe54 Mon Sep 17 00:00:00 2001 From: zekraken-bot Date: Wed, 11 Dec 2024 14:36:34 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- .../80-20-bal-weth-50bps-to-100bps_part2.json | 37 ++++++++++++++++++- ...-bal-weth-50bps-to-100bps_part2.report.txt | 20 ++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.report.txt diff --git a/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json b/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json index b1412ea49..dc7534026 100644 --- a/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json +++ b/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json @@ -1 +1,36 @@ -{"version":"1.0","chainId":"1","createdAt":1733512232643,"meta":{"name":"Transactions Batch","description":"","txBuilderVersion":"1.17.1","createdFromSafeAddress":"0xf4A80929163C5179Ca042E1B292F5EFBBE3D89e6","createdFromOwnerAddress":"","checksum":"0xfd542aa3d5ec563320f86c37d3a66c614e99366d2ade25a137c490f4e0467d13"},"transactions":[{"to":"0xE4a8ed6c1D8d048bD29A00946BFcf2DB10E7923B","value":"0","data":null,"contractMethod":{"inputs":[{"internalType":"address[]","name":"addresses","type":"address[]"},{"internalType":"uint256[]","name":"fees","type":"uint256[]"}],"name":"setSwapFees","payable":false},"contractInputsValues":{"addresses":"[0x5c6ee304399dbdb9c8ef030ab642b10820db8f56]","fees":"[10000000000000000]"}}]} \ No newline at end of file +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1733512232643, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.17.1", + "createdFromSafeAddress": "0xf4A80929163C5179Ca042E1B292F5EFBBE3D89e6", + "createdFromOwnerAddress": "", + "checksum": "0xfd542aa3d5ec563320f86c37d3a66c614e99366d2ade25a137c490f4e0467d13" + }, + "transactions": [ + { + "to": "0xE4a8ed6c1D8d048bD29A00946BFcf2DB10E7923B", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "internalType": "address[]", + "name": "addresses", + "type": "address[]" + }, + { "internalType": "uint256[]", "name": "fees", "type": "uint256[]" } + ], + "name": "setSwapFees", + "payable": false + }, + "contractInputsValues": { + "addresses": "[0x5c6ee304399dbdb9c8ef030ab642b10820db8f56]", + "fees": "[10000000000000000]" + } + } + ] +} diff --git a/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.report.txt b/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.report.txt new file mode 100644 index 000000000..994eff0a7 --- /dev/null +++ b/MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.report.txt @@ -0,0 +1,20 @@ +FILENAME: `MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/80-20-bal-weth-50bps-to-100bps_part2.json` +MULTISIG: `multisigs/feeManager (mainnet:0xf4A80929163C5179Ca042E1B292F5EFBBE3D89e6)` +COMMIT: `25234348bc6e5c1e39a30313902d94f019acea56` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/c52d4d9d-6b3e-44a0-86d5-5efd72849b81) + +``` ++-------------+-------------------------------------------------------------------------+-------+-----------------------------------------------------------------------+------------+----------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++-------------+-------------------------------------------------------------------------+-------+-----------------------------------------------------------------------+------------+----------+ +| setSwapFees | 0xE4a8ed6c1D8d048bD29A00946BFcf2DB10E7923B (gauntlet/GauntletFeeSetter) | 0 | { | N/A | N/A | +| | | | "addresses": [ | | | +| | | | "0x5c6ee304399dbdb9c8ef030ab642b10820db8f56 (tokens/BalWeth8020)" | | | +| | | | ], | | | +| | | | "fees": [ | | | +| | | | "10000000000000000" | | | +| | | | ] | | | +| | | | } | | | ++-------------+-------------------------------------------------------------------------+-------+-----------------------------------------------------------------------+------------+----------+ +```