From 9bbe7c75a35891d8fec46db589653ee4de1a83c9 Mon Sep 17 00:00:00 2001 From: nledo Date: Wed, 11 Oct 2023 17:09:36 -0300 Subject: [PATCH 1/4] Delegate BalancerDAO AAVE/stkAAVE to karpatkey --- BIPs/2023-W41/BIPXXX.json | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 BIPs/2023-W41/BIPXXX.json diff --git a/BIPs/2023-W41/BIPXXX.json b/BIPs/2023-W41/BIPXXX.json new file mode 100644 index 000000000..24fefeddd --- /dev/null +++ b/BIPs/2023-W41/BIPXXX.json @@ -0,0 +1,45 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1697049191167, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.16.3", + "createdFromSafeAddress": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89", + "createdFromOwnerAddress": "", + "checksum": "0x33fa70b34473279008f21477a65ce0e5cabd156d0eabafc204d546feed8141c4" + }, + "transactions": [ + { + "to": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "address", "name": "delegatee", "type": "address" } + ], + "name": "delegate", + "payable": false + }, + "contractInputsValues": { + "delegatee": "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52" + } + }, + { + "to": "0x4da27a545c0c5B758a6BA100e3a049001de870f5", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "address", "name": "delegatee", "type": "address" } + ], + "name": "delegate", + "payable": false + }, + "contractInputsValues": { + "delegatee": "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52" + } + } + ] +} From 46c3357249458b5eaaf99b9315040280c73ad280 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 11 Oct 2023 20:44:35 +0000 Subject: [PATCH 2/4] Reformatted JSON files --- BIPs/2023-W41/BIPXXX.report.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 BIPs/2023-W41/BIPXXX.report.txt diff --git a/BIPs/2023-W41/BIPXXX.report.txt b/BIPs/2023-W41/BIPXXX.report.txt new file mode 100644 index 000000000..359ab5f60 --- /dev/null +++ b/BIPs/2023-W41/BIPXXX.report.txt @@ -0,0 +1,20 @@ +File name: BIPs/2023-W41/BIPXXX.json +COMMIT: `eb5ac44bb8a222bd0776231cb0d9b8687da79c76` +CHAIN(S): `1` +``` ++-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++===========+=============================================================+=========+=========================================================+==============+============+ +| delegate | 0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9 (tokens/AAVE) | 0 | { | N/A | N/A | +| | | | "delegatee": [ | | | +| | | | "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52 (N/A) " | | | +| | | | ] | | | +| | | | } | | | ++-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ +| delegate | 0x4da27a545c0c5B758a6BA100e3a049001de870f5 (tokens/stkAAVE) | 0 | { | N/A | N/A | +| | | | "delegatee": [ | | | +| | | | "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52 (N/A) " | | | +| | | | ] | | | +| | | | } | | | ++-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ +``` From 8153cbf3bcbc41357585fb2be6e5340bc0643c16 Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Thu, 12 Oct 2023 15:40:47 +0200 Subject: [PATCH 3/4] assign bip ID --- BIPs/2023-W41/{BIPXXX.json => BIP-452.json} | 0 BIPs/2023-W41/BIPXXX.report.txt | 20 -------------------- 2 files changed, 20 deletions(-) rename BIPs/2023-W41/{BIPXXX.json => BIP-452.json} (100%) delete mode 100644 BIPs/2023-W41/BIPXXX.report.txt diff --git a/BIPs/2023-W41/BIPXXX.json b/BIPs/2023-W41/BIP-452.json similarity index 100% rename from BIPs/2023-W41/BIPXXX.json rename to BIPs/2023-W41/BIP-452.json diff --git a/BIPs/2023-W41/BIPXXX.report.txt b/BIPs/2023-W41/BIPXXX.report.txt deleted file mode 100644 index 359ab5f60..000000000 --- a/BIPs/2023-W41/BIPXXX.report.txt +++ /dev/null @@ -1,20 +0,0 @@ -File name: BIPs/2023-W41/BIPXXX.json -COMMIT: `eb5ac44bb8a222bd0776231cb0d9b8687da79c76` -CHAIN(S): `1` -``` -+-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ -| fx_name | to | value | inputs | bip_number | tx_index | -+===========+=============================================================+=========+=========================================================+==============+============+ -| delegate | 0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9 (tokens/AAVE) | 0 | { | N/A | N/A | -| | | | "delegatee": [ | | | -| | | | "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52 (N/A) " | | | -| | | | ] | | | -| | | | } | | | -+-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ -| delegate | 0x4da27a545c0c5B758a6BA100e3a049001de870f5 (tokens/stkAAVE) | 0 | { | N/A | N/A | -| | | | "delegatee": [ | | | -| | | | "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52 (N/A) " | | | -| | | | ] | | | -| | | | } | | | -+-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ -``` From 77bf2e4a6a64ee6b8d94b71e3d64b832b3b99c8e Mon Sep 17 00:00:00 2001 From: Xeonus Date: Thu, 12 Oct 2023 13:42:28 +0000 Subject: [PATCH 4/4] Reformatted JSON files --- BIPs/2023-W41/BIP-452.report.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 BIPs/2023-W41/BIP-452.report.txt diff --git a/BIPs/2023-W41/BIP-452.report.txt b/BIPs/2023-W41/BIP-452.report.txt new file mode 100644 index 000000000..958ba29c6 --- /dev/null +++ b/BIPs/2023-W41/BIP-452.report.txt @@ -0,0 +1,20 @@ +File name: BIPs/2023-W41/BIP-452.json +COMMIT: `8153cbf3bcbc41357585fb2be6e5340bc0643c16` +CHAIN(S): `1` +``` ++-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++===========+=============================================================+=========+=========================================================+==============+============+ +| delegate | 0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9 (tokens/AAVE) | 0 | { | BIP-452 | N/A | +| | | | "delegatee": [ | | | +| | | | "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52 (N/A) " | | | +| | | | ] | | | +| | | | } | | | ++-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ +| delegate | 0x4da27a545c0c5B758a6BA100e3a049001de870f5 (tokens/stkAAVE) | 0 | { | BIP-452 | N/A | +| | | | "delegatee": [ | | | +| | | | "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52 (N/A) " | | | +| | | | ] | | | +| | | | } | | | ++-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+ +```