Skip to content

Commit 4e49bd8

Browse files
committed
prettier
1 parent 5d1a14f commit 4e49bd8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

contracts/deploy/mainnet/179_vault_upgrade_supernova_AMO.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ module.exports = deploymentWithGovernanceProposal(
1919
undefined,
2020
true
2121
);
22-
22+
2323
// 2. Connect to the OETH Vault as its governor via the proxy
2424
const cOETHVaultProxy = await ethers.getContract("OETHVaultProxy");
25-
const cVault = await ethers.getContractAt("IVault", cOETHVaultProxy.address);
25+
const cVault = await ethers.getContractAt(
26+
"IVault",
27+
cOETHVaultProxy.address
28+
);
2629

2730
// 3. Connect to the Compounding Staking Strategy Proxy to set it as default strategy
2831
const defaultStrategy = await ethers.getContract(

0 commit comments

Comments
 (0)