Overview

A Layer Zero Rate Provider that allows the LST conversion rate to be bridged across networks. This rate provider will support the launch of Balancer on Polygon zkEVM. This review covers the compatibility of the RateProvider, the cross-chain price update mechanism, as well as the deployed contract code for RateProvider (Mainnet) and RateReceiver (Polygon zkEVM).

Repo

https://github.com/witherblock/gyarados

Contract Scope

**[RateProvider](<https://github.com/witherblock/gyarados/blob/main/contracts/CrossChainRateProvider.sol>)**

**[RateReceiver](<https://github.com/witherblock/gyarados/blob/main/contracts/CrossChainRateReceiver.sol>)**

Contract Reviews

RateProvider