Skip to content

Commit

Permalink
disable internal tx logging on batch swap
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmkm committed Jul 11, 2023
1 parent c8fd99c commit 20c54b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/contracts/vault.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default class VaultService {
action: 'batchSwap',
params: [swapKind, swaps, tokenAddresses, funds, limits, deadline],
options,
shouldLogFailure: false,
});
}

Expand Down

0 comments on commit 20c54b8

Please sign in to comment.