From f03ade5d1915b9f8bdc3d330d6a862a27ddd7e0a Mon Sep 17 00:00:00 2001 From: bagheera Date: Sat, 8 Nov 2025 21:33:50 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4fb3361..a14a360 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ ## Hypervisor -### -A Uniswap V2-like interface with fungible liquidity to Uniswap V3 -which allows for arbitrary liquidity provision: one-sided, lop-sided, and -balanced +A Uniswap V2–like interface with **fungible liquidity** on top of **Uniswap V3**, enabling arbitrary liquidity provision: **one-sided**, **lop-sided**, and **balanced**. -Consult tests/deposit_withdraw.test.ts for deposit, withdrawal, rebalance examples +Consult `tests/deposit_withdraw.test.ts` for examples of deposit, withdrawal, and rebalance. ### Tasks -Deploys hypervisor +**Deploy Hypervisor** + `npx hardhat deploy-hypervisor-orphan --pool UNIV3-POOL-ADDRESS --name ERC20-NAME --symbol ERC20-SYMBOL --network NETWORK`