/zkevm-bridge-investment-manager

A smart contract suite for optimizing hosted ETH on LxLy investments using RocketPool. Features an InvestmentManager role, reserve/target percentages, and seamless ETH to rETH conversions

Primary LanguageSolidity

Polygon zkEVM x RocketPool Investment Manger

contract for staking some of the underlying ETH in the bridge with RocketPool

Get started

Requirements

This repository is using foundry. You can install foundry via foundryup.

Setup

Clone the repository:

git clone https://github.com/0xKaizendev/zkevm-bridge-investment-manager.git
cd zkevm-bridge-investment-manager/

Install the dependencies:

forge install

Tests

Create .env with the following contents:

RPC_URL=""

Use the following command to run the test:

forge test