Skip to content

Commit

Permalink
Make e2e tests 2/2 aggregation of multisig variants
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Oct 26, 2023
1 parent a067d17 commit b141aec
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: 1,
threshold: 2,
};
};

0 comments on commit b141aec

Please sign in to comment.