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

Commit

Permalink
Decrease Bravo vault target leverage (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-io committed Jul 11, 2023
1 parent 249e999 commit 31a01a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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.

0 comments on commit 31a01a5

Please sign in to comment.