Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Decrease Bravo vault target leverage #199

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/perennial-vaults/deploy/02_deploy_vault_bravo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const controller = (await get('Controller_Proxy')).address
const long = (await get('Product_LongArbitrum')).address
const short = (await get('Product_ShortArbitrum')).address
const targetLeverage = ethers.utils.parseEther('2')
const targetLeverage = ethers.utils.parseEther('1')
const maxCollateral = ethers.utils.parseEther('500000')

const vaultImpl = await deploy('PerennialVaultBravo_Impl', {
Expand Down

Large diffs are not rendered by default.

Loading