Skip to content

Commit

Permalink
adding signer address
Browse files Browse the repository at this point in the history
  • Loading branch information
healthydeve committed Dec 15, 2023
1 parent 7f36276 commit d693277
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/transactions/deepbook/create_pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ const setup = async (network: Network) => {
],
});

txb.setSenderIfNotSet(
"0x549811a0e0787e88e5458cf45303e21332c8b03f2cf06f7f0bb940ece6fe98c1"
);

// for mainnet, we prepare the multi-sig tx.
if (network === "mainnet") return prepareMultisigTx(txb, "mainnet");

Expand Down

0 comments on commit d693277

Please sign in to comment.