Add signer constructors (#5757)

Co-authored-by: ernestognw <ernestognw@gmail.com>
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
Hadrien Croubois
2025-06-20 13:09:28 +02:00
parent 5d400b4cdc
commit 85cc62b0f9
16 changed files with 49 additions and 56 deletions

View File

@ -37,7 +37,7 @@ async function fixture() {
const makeMock = (signers, weights, threshold) =>
helper
.newAccount('$AccountMultiSignerWeightedMock', ['AccountMultiSignerWeighted', '1', signers, weights, threshold])
.newAccount('$AccountMultiSignerWeightedMock', [signers, weights, threshold, 'AccountMultiSignerWeighted', '1'])
.then(mock => {
domain.verifyingContract = mock.address;
return mock;