Skip to content

Commit 9aabc87

Browse files
committed
fix loadcontracts
1 parent 63af9e8 commit 9aabc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/setup/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class TestEndtoEndCoordinator implements TestCoordinator {
121121
// Simulate the DAO proposal
122122
const proposal = await constructProposal(
123123
config.proposal,
124-
contracts as MainnetContracts,
124+
contracts as unknown as MainnetContracts,
125125
contractAddresses,
126126
this.config.logging
127127
);

0 commit comments

Comments
 (0)