How to launch a crypto project?...
Some post text Rho Protocol LPs enjoy extreme capital efficiency, outsized returns on allocated capital, and a multitude of helpful position management tools. Rho Protocol LPs enjoy extreme capital efficiency,...
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