From 21db2cf35e8d4814b9ac2d07937b0c26ed673098 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Tue, 6 Aug 2024 11:39:27 +0200 Subject: [PATCH 1/2] [BIP-669] Provide 80BAL-20WETH:WETH POL on [Ethereum] - [Proposal](https://forum.balancer.fi/t/bip-669-provide-80bal-20weth-weth-pol-on-ethereum/5894) --- BIPs/2024-W33/BIP-669.json | 65 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 BIPs/2024-W33/BIP-669.json diff --git a/BIPs/2024-W33/BIP-669.json b/BIPs/2024-W33/BIP-669.json new file mode 100644 index 000000000..af8ab70fb --- /dev/null +++ b/BIPs/2024-W33/BIP-669.json @@ -0,0 +1,65 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1722936911634, + "meta": { + "name": "Transactions Batch", + "description": "80BAL-20WETH:WETH POL Mainnet", + "txBuilderVersion": "1.13.3", + "createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "createdFromOwnerAddress": "", + "checksum": "" + }, + "transactions": [ + { + "to": "0xba100000625a3754423978a60c9317c58a424e3D", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "transfer", + "payable": false + }, + "contractInputsValues": { + "to": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "value": "21978000000000000000000" + } + }, + { + "to": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "internalType": "address", + "name": "dst", + "type": "address" + }, + { + "internalType": "uint256", + "name": "wad", + "type": "uint256" + } + ], + "name": "transfer", + "payable": false + }, + "contractInputsValues": { + "dst": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "wad": "24450000000000000000" + } + } + ] +} From 257dd89fe22d340ea7a12f0fcf967fd10de19706 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Tue, 6 Aug 2024 09:41:49 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- BIPs/2024-W33/BIP-669.report.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 BIPs/2024-W33/BIP-669.report.txt diff --git a/BIPs/2024-W33/BIP-669.report.txt b/BIPs/2024-W33/BIP-669.report.txt new file mode 100644 index 000000000..136b0d65c --- /dev/null +++ b/BIPs/2024-W33/BIP-669.report.txt @@ -0,0 +1,13 @@ +FILENAME: `BIPs/2024-W33/BIP-669.json` +MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` +COMMIT: `21db2cf35e8d4814b9ac2d07937b0c26ed673098` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/7a84751c-d6f3-46a6-9e9d-6f70feaea1f2) +``` ++----------+-------------------------------------------------+---------------------------------------------------------+----------------------------------------+---------+----------+ +| function | token_symbol | recipient | amount | bip | tx_index | ++----------+-------------------------------------------------+---------------------------------------------------------+----------------------------------------+---------+----------+ +| transfer | BAL:0xba100000625a3754423978a60c9317c58a424e3D | multisigs/lm:0xc38c5f97B34E175FFd35407fc91a937300E33860 | 21978.0 (RAW: 21978000000000000000000) | BIP-669 | 0 | +| transfer | WETH:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 | multisigs/lm:0xc38c5f97B34E175FFd35407fc91a937300E33860 | 24.45 (RAW: 24450000000000000000) | BIP-669 | 1 | ++----------+-------------------------------------------------+---------------------------------------------------------+----------------------------------------+---------+----------+ +```