Skip to content

Latest commit

 

History

History
133 lines (84 loc) · 4.28 KB

v3-208-aave-v3-multichain-update-flash-borrowers.md

File metadata and controls

133 lines (84 loc) · 4.28 KB

Proposal 208. Upadte Flash Borrowers addresses across various instances of Aave v3.


Voting link

https://vote.onaave.com/proposal/?proposalId=208


Governance forum discussion

https://governance.aave.com/t/arfc-add-dhedge-protocol-to-flashborrowers/19547


Payloads


Certora analysis


Proposal types

🤝 permission granting or revoking


Context

This proposal updates updates whitelisted flashBorrowers addresses across various instances of Aave v3.


Proposal creation

Transaction: https://etherscan.io/tx/0x9f77d4ae4b29bfffe51cb6668fa87ee604ae854575552f122882faba80ba93bf

- proposalId: 208
- creator: 0x57ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922
- accessLevel: 1
- ipfsHash: 0x7e9c183accaccede6def81bd44fd829bec4b43814516bfe8dfef0b27f7f300a6

createProposal() parameters

{
  "payloads": [ 
    { 
      "chain": "137", 
      "accessLevel": "1", 
      "payloadsController": "0x401B5D0294E23637c18fcc38b1Bca814CDa2637C", 
      "payloadId": "90" 
    }, 
    { 
      "chain": "10", 
      "accessLevel": "1", 
      "payloadsController": "0x0E1a3Af1f9cC76A62eD31eDedca291E63632e7c4", 
      "payloadId": "58" 
    }, 
    { 
      "chain": "42161", 
      "accessLevel": "1", 
      "payloadsController": "0x89644CA1bB8064760312AE4F03ea41b05dA3637C", 
      "payloadId": "62" 
    }, 
    { 
      "chain": "8453", 
      "accessLevel": "1", 
      "payloadsController": "0x2DC219E716793fb4b21548C0f009Ba3Af753ab01", 
      "payloadId": "45" 
    }, 
  ], 
  "votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3", 
  "ipfsHash": "0x7e9c183accaccede6def81bd44fd829bec4b43814516bfe8dfef0b27f7f300a6" 
}

Aave Seatbelt report

Proposal report

https://github.com/bgd-labs/seatbelt-gov-v3/blob/main/reports/proposals/208.md

Payload reports


Technical analysis

We have verified that the code correctly adds the specified flash borrowers to the Aave V3 ACL managers on the appropriate networks and instances as requested.


The proposal is consistent with the description on both Snapshot and the governance forum.


Certora validations

✅ The code on the proposal payload corresponds to the proposal specification.

✅ The proposal includes a proper tests suite, checking all necessary post-conditions.

✅ BGD reviewed the payload before the proposal was submitted.

✅ Certora reviewed the procedure followed to submit the proposal.