From 58a37230f8df6ac1f6395b6d382d75b39eeacf7b Mon Sep 17 00:00:00 2001 From: bagheera Date: Wed, 5 Nov 2025 21:05:22 +0300 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4fb3361..807e972 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,21 @@ ## 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–style, **fungible-liquidity** interface built on Uniswap V3. +It supports **arbitrary liquidity provision**: one-sided, lop-sided, or balanced. -Consult tests/deposit_withdraw.test.ts for deposit, withdrawal, rebalance examples +For usage patterns (deposit, withdraw, rebalance), see: `tests/deposit_withdraw.test.ts`. -### Tasks +--- -Deploys hypervisor +### Tasks -`npx hardhat deploy-hypervisor-orphan --pool UNIV3-POOL-ADDRESS --name ERC20-NAME --symbol ERC20-SYMBOL --network NETWORK` +**Deploy the Hypervisor** +```bash +npx hardhat deploy-hypervisor-orphan \ + --pool UNIV3-POOL-ADDRESS \ + --name "ERC20-NAME" \ + --symbol ERC20-SYMBOL \ + --network NETWORK Initialize hypervisor