getLeverageStrategyProxy
Description:
Get the address of the leverage strategy proxy contract
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| userAddress | string | Yes | The user address |
| vaultAddress | string | Yes | The address of the vault |
Returns:
type Output = string
Example:
const strategyProxy = await sdk.boost.getLeverageStrategyProxy({
userAddress: '0x...',
vaultAddress: '0x...',
})