Skip to content

Commit

Permalink
Revert "Make e2e tests 2/2 aggregation of multisig variants"
Browse files Browse the repository at this point in the history
This reverts commit b141aec.
  • Loading branch information
yorhodes committed Nov 2, 2023
1 parent b141aec commit 201ee02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export const aggregationIsm = (validatorKey: string): AggregationIsmConfig => {
merkleRootMultisig(validatorKey),
messageIdMultisig(validatorKey),
],
threshold: 2,
threshold: 1,
};
};

0 comments on commit 201ee02

Please sign in to comment.