Skip to content

Commit

Permalink
Merge pull request #549 from BalancerMaxis/BIP-431-csv-to-json
Browse files Browse the repository at this point in the history
BIP-452: Delegate BalancerDAO AAVE/stkAAVE to karpatkey
  • Loading branch information
Tritium-VLK authored Oct 13, 2023
2 parents dff79bf + 77bf2e4 commit 0edace8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
45 changes: 45 additions & 0 deletions BIPs/2023-W41/BIP-452.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}
20 changes: 20 additions & 0 deletions BIPs/2023-W41/BIP-452.report.txt
Original file line number Diff line number Diff line change
@@ -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) " | | |
| | | | ] | | |
| | | | } | | |
+-----------+-------------------------------------------------------------+---------+---------------------------------------------------------+--------------+------------+
```

0 comments on commit 0edace8

Please sign in to comment.