# WeETHOracle

## WeETHOracle

This oracle fetches the price of weETH

## Solidity API

#### LIQUIDITY\_POOL

Address of Liqiudity pool

```solidity
contract IEtherFiLiquidityPool LIQUIDITY_POOL
```

***

#### constructor

Constructor for the implementation contract.

```solidity
constructor(address liquidityPool, address weETH, address eETH, address resilientOracle) public
```

***
