Skip to content

Commit

Permalink
SequenceWallet deploy should just return ContractTransactionResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Jun 10, 2024
1 parent 4761a73 commit 7a5e64b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/utils/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ export class SequenceWallet {
return
}

await this.options.context.factory.deploy(await this.options.context.mainModule.getAddress(), this.imageHash)
return this.options.context.factory.waitForDeployment()
return await this.options.context.factory.deploy(await this.options.context.mainModule.getAddress(), this.imageHash)
}

async getNonce(space: ethers.BigNumberish = 0) {
Expand Down

0 comments on commit 7a5e64b

Please sign in to comment.