From b4fa539f0e416b09723e9aa7561d99cb0a5bf2aa Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Tue, 14 Jul 2026 18:45:48 +0200 Subject: [PATCH 1/2] feat: gno redemption deposit --- .../gno-redemption-deposit.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 TreasuryOps/gno-redemption/gno-redemption-deposit.json diff --git a/TreasuryOps/gno-redemption/gno-redemption-deposit.json b/TreasuryOps/gno-redemption/gno-redemption-deposit.json new file mode 100644 index 000000000..fcf35c949 --- /dev/null +++ b/TreasuryOps/gno-redemption/gno-redemption-deposit.json @@ -0,0 +1,61 @@ +{ + "version": "1.0", + "chainId": "100", + "createdAt": 1784046811140, + "meta": { + "name": "Approve and deposit treasury GNO into GIP-151 RedemptionDeposit", + "createdFromSafeAddress": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89" + }, + "transactions": [ + { + "to": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "approve", + "payable": false + }, + "contractInputsValues": { + "spender": "0xB53e4a513C1fbb11a66Da851643126D933489C4D", + "amount": "10332241146549438564023" + } + }, + { + "to": "0xB53e4a513C1fbb11a66Da851643126D933489C4D", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "deposit", + "payable": false + }, + "contractInputsValues": { + "token": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb", + "amount": "10332241146549438564023" + } + } + ] +} From ea6f34e99a442c3cae6251dd468dfb5b779c6e6a Mon Sep 17 00:00:00 2001 From: gosuto-inzasheru Date: Tue, 14 Jul 2026 16:48:24 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- .../gno-redemption-deposit.report.txt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 TreasuryOps/gno-redemption/gno-redemption-deposit.report.txt diff --git a/TreasuryOps/gno-redemption/gno-redemption-deposit.report.txt b/TreasuryOps/gno-redemption/gno-redemption-deposit.report.txt new file mode 100644 index 000000000..c8d259404 --- /dev/null +++ b/TreasuryOps/gno-redemption/gno-redemption-deposit.report.txt @@ -0,0 +1,28 @@ +FILENAME: `TreasuryOps/gno-redemption/gno-redemption-deposit.json` +MULTISIG: `multisigs/treasury (gnosis:0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89)` +COMMIT: `b4fa539f0e416b09723e9aa7561d99cb0a5bf2aa` +CHAIN(S): `gnosis` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/2471ea6e-939e-4fa1-8563-ed87d72c618c) + +``` ++---------+--------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------------------+------------+----------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++---------+--------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------------------+------------+----------+ +| approve | 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb (Not Found) | 0 | { | N/A | N/A | +| | | | "spender": [ | | | +| | | | "0xB53e4a513C1fbb11a66Da851643126D933489C4D (N/A)" | | | +| | | | ], | | | +| | | | "amount": [ | | | +| | | | "raw:10332241146549438564023, 18 decimals:10332.241146549438564023, 6 decimals: 10332241146549438.564023" | | | +| | | | ] | | | +| | | | } | | | +| deposit | 0xB53e4a513C1fbb11a66Da851643126D933489C4D (Not Found) | 0 | { | N/A | N/A | +| | | | "token": [ | | | +| | | | "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb (N/A)" | | | +| | | | ], | | | +| | | | "amount": [ | | | +| | | | "raw:10332241146549438564023, 18 decimals:10332.241146549438564023, 6 decimals: 10332241146549438.564023" | | | +| | | | ] | | | +| | | | } | | | ++---------+--------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------------------+------------+----------+ +```