Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 423 Bytes

Hypervisor

Visor Hypervisor active liquidity management contract.

Audit

REP-Hypervisor-2021-07-07.pdf

Testing

npx hardhat test

To deploy, modify the parameters in scripts/deploy_mainnet.sh and run:

npx hardhat deploy_mainnet

To trigger a rebalance, run:

npx hardhat rebalance

Fork Test

npm run test