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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user