Skip to content

Commit ecca655

Browse files
committed
fix publisher
1 parent 3f75287 commit ecca655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/contract/deployment/utils/bootstrap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ export async function deployMultisig(options: ClientAndChainAndAccount) {
192192
...options,
193193
contractId: "MultiSig",
194194
constructorParams: { _signers: [TW_SIGNER_1, TW_SIGNER_2, TW_SIGNER_3], _requiredApprovals: MULTISIG_REQUIRED_APPROVALS },
195+
publisher: "0x6453a486d52e0EB6E79Ec4491038E2522a926936", // TODO: remove before merging
195196
});
196197
}
197198

0 commit comments

Comments
 (0)