Skip to content

Commit

Permalink
feat: fix connect abi (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-rock authored Aug 26, 2024
1 parent 40674ae commit ce66b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WriteActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class WriteActions {
assets: WithdrawAllType[],
options: Options,
): Promise<WriteTransactionResponse> => {
const marketFactory = new MarketContract(
const marketFactory = MarketContractAbi__factory.connect(
options.contractAddresses.market,
options.wallet,
);
Expand Down

0 comments on commit ce66b7f

Please sign in to comment.