Deposit your crypto assets, generate HAI and lever up your position.
yarnyarn startTo have the app default to a different network when a wallet is not connected:
- Create a file and name it
.env - Change
VITE_MAINNET_PUBLIC_RPCto e.g."https://opt-mainnet.g.alchemy.com/v2/{YOUR_ALCHEMY_KEY}" - Change
VITE_TESTNET_PUBLIC_RPCto e.g."https://opt-sepolia.g.alchemy.com/v2/{YOUR_ALCHEMY_KEY}" - Change
VITE_ALCHEMY_KEYto e.g."YOUR_ALCHEMY_KEY" - Change
VITE_WALLETCONNECT_IDto e.g."YOUR_WALLETCONNECT_API_KEY"
yarn test:e2eyarn test