Skip to content

Commit

Permalink
improve: Add error to bundle refund failure log (#1381)
Browse files Browse the repository at this point in the history
* improve: Add error to bundle refund failure log

* Update InventoryClient.ts
  • Loading branch information
nicholaspai authored Apr 4, 2024
1 parent 2b5b351 commit b4e008c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/InventoryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export class InventoryClient {
l1Token,
originChainId,
destinationChainId,
error: e,
});
// Fallback to ignoring bundle refunds if calculating bundle refunds goes wrong.
// This would create issues if there are relatively a lot of upcoming relayer refunds that would affect
Expand Down

0 comments on commit b4e008c

Please sign in to comment.