Skip to content

Commit

Permalink
test: add predepositGuarantee to LidoLocator and test configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Mar 2, 2025
1 parent 65bbd88 commit ba74cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/0.8.9/accounting.handleOracleReport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("Accounting.sol:report", () => {

const vaultHubImpl = await ethers.deployContract(
"VaultHub",
[lido, accounting, VAULTS_CONNECTED_VAULTS_LIMIT, VAULTS_RELATIVE_SHARE_LIMIT_BP],
[locator, accounting, VAULTS_CONNECTED_VAULTS_LIMIT, VAULTS_RELATIVE_SHARE_LIMIT_BP],
deployer,
);
const vaultHubProxy = await ethers.deployContract(
Expand Down
1 change: 1 addition & 0 deletions test/0.8.9/lidoLocator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const services = [
"accounting",
"wstETH",
"vaultHub",
"predepositGuarantee",
] as const;

type ArrayToUnion<A extends readonly unknown[]> = A[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ describe("OracleReportSanityChecker.sol:negative-rebase", () => {
accounting: await accounting.getAddress(),
wstETH: deployer.address,
vaultHub: deployer.address,
predepositGuarantee: deployer.address,
},
]);

Expand Down

0 comments on commit ba74cb4

Please sign in to comment.