aave/protocol-v2

Research and implementation for the Optimism deployment

The-3D opened this issue · 0 comments

Collect the following data to prepare the protocol deployment to optimism:

  • Chainlink price feeds addresses

  • Token addresses

Configuration needs to be adapted for both optimism testnet and mainnet. The following assets are set to be listed:

  • DAI
  • USDC
  • USDT
  • WBTC
  • WETH
  • LINK
  • AAVE

For optimism additional work is requested - specifically, the code size of the LendingPool contract must be reduced at around 18K. It is recommended that the code of the actions deposit/withdraw/borrow/repay/flashloan is moved to separate libraries whose functions can be made external to reduce the code size until it becomes deployable.