From f0e0f2577103a1df2361d4a4f2d67c8bcc5f3c1b Mon Sep 17 00:00:00 2001 From: 0xDanko <131773614+0xDanko@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:15:31 -0300 Subject: [PATCH 1/2] chore: add payload file --- BIPs/2026-W10/payment-2026-02-24_1713.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 BIPs/2026-W10/payment-2026-02-24_1713.json diff --git a/BIPs/2026-W10/payment-2026-02-24_1713.json b/BIPs/2026-W10/payment-2026-02-24_1713.json new file mode 100644 index 000000000..344cbe8d9 --- /dev/null +++ b/BIPs/2026-W10/payment-2026-02-24_1713.json @@ -0,0 +1 @@ +{"version":"1.0","chainId":"1","createdAt":1771964021692,"meta":{"name":"Transactions Batch","createdFromSafeAddress":"0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89"},"transactions":[{"to":"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","value":"0","data":null,"contractMethod":{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"transfer","payable":false},"contractInputsValues":{"to":"0x3B8910F378034FD6E103Df958863e5c684072693","value":"819273000000"}}]} \ No newline at end of file From 7c12f168d6991ed1db2b97a6f558d0e8a826dd2b Mon Sep 17 00:00:00 2001 From: 0xDanko <0xDanko@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:20:39 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- BIPs/2026-W10/payment-2026-02-24_1713.json | 29 ++++++++++++++++++- .../payment-2026-02-24_1713.report.txt | 13 +++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 BIPs/2026-W10/payment-2026-02-24_1713.report.txt diff --git a/BIPs/2026-W10/payment-2026-02-24_1713.json b/BIPs/2026-W10/payment-2026-02-24_1713.json index 344cbe8d9..4a500e1fe 100644 --- a/BIPs/2026-W10/payment-2026-02-24_1713.json +++ b/BIPs/2026-W10/payment-2026-02-24_1713.json @@ -1 +1,28 @@ -{"version":"1.0","chainId":"1","createdAt":1771964021692,"meta":{"name":"Transactions Batch","createdFromSafeAddress":"0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89"},"transactions":[{"to":"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","value":"0","data":null,"contractMethod":{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"transfer","payable":false},"contractInputsValues":{"to":"0x3B8910F378034FD6E103Df958863e5c684072693","value":"819273000000"}}]} \ No newline at end of file +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1771964021692, + "meta": { + "name": "Transactions Batch", + "createdFromSafeAddress": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89" + }, + "transactions": [ + { + "to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "address", "name": "to", "type": "address" }, + { "internalType": "uint256", "name": "value", "type": "uint256" } + ], + "name": "transfer", + "payable": false + }, + "contractInputsValues": { + "to": "0x3B8910F378034FD6E103Df958863e5c684072693", + "value": "819273000000" + } + } + ] +} diff --git a/BIPs/2026-W10/payment-2026-02-24_1713.report.txt b/BIPs/2026-W10/payment-2026-02-24_1713.report.txt new file mode 100644 index 000000000..49a4e11d5 --- /dev/null +++ b/BIPs/2026-W10/payment-2026-02-24_1713.report.txt @@ -0,0 +1,13 @@ +FILENAME: `BIPs/2026-W10/payment-2026-02-24_1713.json` +MULTISIG: `multisigs/treasury (mainnet:0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89)` +COMMIT: `f0e0f2577103a1df2361d4a4f2d67c8bcc5f3c1b` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/a1434c8a-dd65-4144-912f-1d199d19cff4) + +``` ++----------+-------------------------------------------------+----------------------------------------------------------------------+------------------------------+-----+----------+ +| function | token_symbol | recipient | amount | bip | tx_index | ++----------+-------------------------------------------------+----------------------------------------------------------------------+------------------------------+-----+----------+ +| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | multisigs/foundation_opco:0x3B8910F378034FD6E103Df958863e5c684072693 | 819273.0 (RAW: 819273000000) | N/A | 0 | ++----------+-------------------------------------------------+----------------------------------------------------------------------+------------------------------+-----+----------+ +```