The Rho Liquidity Vault Is Now Live!
With the launch of the Rho Liquidity Vault, users can now passively earn returns while enhancing liquidity and efficiency across the Rho Protocol.
export type RhoSDKNetwork = 'mainnet' | 'testnet' | 'custom'
export interface RhoSDKParams {
network?: RhoSDKNetwork
routerAddress?: string
viewAddress?: string
quoterAddress?: string
rpcUrl?: string
oracleServiceUrl?: string
privateKey?: string
provider?: JsonRpcProvider | BrowserProvider
signer?: JsonRpcSigner
}
Build with Rho