Deployed Contracts

Contract Discription

  • LendingPool: Handles core protocol functionality (supply, borrow, withdraw, repay, flashloan, liquidationCall)

  • LendingPoolAddressesProvider : Registry of addresses which comprise the pool logic

  • LendingRateOracle: Registry of price feeds for each Cavus reserve asset (Pyth oracles in production)

  • WETHGateway: Intermediary contract for wrapping/unwrapping network base assets and performing pool actions (deposit, borrow, repay, withdraw)

Last updated