From 0de19fa787b8b8968e3c2542d9833fc4e9a2b3ad Mon Sep 17 00:00:00 2001 From: 0xDanko <131773614+0xDanko@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:13:16 -0300 Subject: [PATCH 1/2] chore: add payload file --- BIPs/2026-W29/payment-2026-07-10_1112.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 BIPs/2026-W29/payment-2026-07-10_1112.json diff --git a/BIPs/2026-W29/payment-2026-07-10_1112.json b/BIPs/2026-W29/payment-2026-07-10_1112.json new file mode 100644 index 000000000..dcf59dda6 --- /dev/null +++ b/BIPs/2026-W29/payment-2026-07-10_1112.json @@ -0,0 +1 @@ +{"version":"1.0","chainId":"1","createdAt":1783692758664,"meta":{"name":"Transactions Batch","createdFromSafeAddress":"0x3B8910F378034FD6E103Df958863e5c684072693"},"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":"0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89","value":"375029698574"}}]} \ No newline at end of file From ab7817c9138db7d5ff6a96f1faa796a12cb0c53c Mon Sep 17 00:00:00 2001 From: 0xDanko <0xDanko@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:21:22 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- BIPs/2026-W29/payment-2026-07-10_1112.json | 29 ++++++++++++++++++- .../payment-2026-07-10_1112.report.txt | 13 +++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 BIPs/2026-W29/payment-2026-07-10_1112.report.txt diff --git a/BIPs/2026-W29/payment-2026-07-10_1112.json b/BIPs/2026-W29/payment-2026-07-10_1112.json index dcf59dda6..914880401 100644 --- a/BIPs/2026-W29/payment-2026-07-10_1112.json +++ b/BIPs/2026-W29/payment-2026-07-10_1112.json @@ -1 +1,28 @@ -{"version":"1.0","chainId":"1","createdAt":1783692758664,"meta":{"name":"Transactions Batch","createdFromSafeAddress":"0x3B8910F378034FD6E103Df958863e5c684072693"},"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":"0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89","value":"375029698574"}}]} \ No newline at end of file +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1783692758664, + "meta": { + "name": "Transactions Batch", + "createdFromSafeAddress": "0x3B8910F378034FD6E103Df958863e5c684072693" + }, + "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": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89", + "value": "375029698574" + } + } + ] +} diff --git a/BIPs/2026-W29/payment-2026-07-10_1112.report.txt b/BIPs/2026-W29/payment-2026-07-10_1112.report.txt new file mode 100644 index 000000000..819e6b0b5 --- /dev/null +++ b/BIPs/2026-W29/payment-2026-07-10_1112.report.txt @@ -0,0 +1,13 @@ +FILENAME: `BIPs/2026-W29/payment-2026-07-10_1112.json` +MULTISIG: `multisigs/foundation_opco (mainnet:0x3B8910F378034FD6E103Df958863e5c684072693)` +COMMIT: `0de19fa787b8b8968e3c2542d9833fc4e9a2b3ad` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/367bfd46-29aa-4b33-b57e-2d2e040a8048) + +``` ++----------+-------------------------------------------------+---------------------------------------------------------------+-----------------------------------+-----+----------+ +| function | token_symbol | recipient | amount | bip | tx_index | ++----------+-------------------------------------------------+---------------------------------------------------------------+-----------------------------------+-----+----------+ +| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | multisigs/treasury:0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89 | 375029.698574 (RAW: 375029698574) | N/A | 0 | ++----------+-------------------------------------------------+---------------------------------------------------------------+-----------------------------------+-----+----------+ +```