Skip to content

Commit 5c8bfcc

Browse files
committed
Prettify
1 parent 2d15f14 commit 5c8bfcc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

contracts/deploy/deployActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,7 @@ const deployCrossChainRemoteStrategyImpl = async (
19311931
"initialize(address,address,uint16,uint16)",
19321932
[multichainStrategistAddr, multichainStrategistAddr, 2000, 0]
19331933
);
1934-
1934+
19351935
// Init the proxy to point at the implementation, set the governor, and call initialize
19361936
const initFunction = "initialize(address,address,bytes)";
19371937
await withConfirmation(

contracts/deploy/plume/011_reduce_withdrawal_time.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ module.exports = deployOnPlume(
77
},
88
async ({ ethers }) => {
99
const cOETHpVaultProxy = await ethers.getContract("OETHPlumeVaultProxy");
10-
const cOETHpVault = await ethers.getContractAt("IVault", cOETHpVaultProxy.address);
10+
const cOETHpVault = await ethers.getContractAt(
11+
"IVault",
12+
cOETHpVaultProxy.address
13+
);
1114

1215
// ----------------
1316
// Governance Actions

0 commit comments

Comments
 (0)