# AnkrBNBOracle

## AnkrBNBOracle

This oracle fetches the price of ankrBNB asset

## Solidity API

#### NATIVE\_TOKEN\_ADDR

This is used as token address of BNB on BSC

```solidity
address NATIVE_TOKEN_ADDR
```

***

#### constructor

Constructor for the implementation contract.

```solidity
constructor(address ankrBNB, address resilientOracle) public
```

***
