Skip to content

Commit

Permalink
Update HubPoolClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Feb 13, 2025
1 parent 4333390 commit 70773e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/HubPoolClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ export class HubPoolClient extends BaseAbstractClient {
return (
executedLeaf.blockNumber <= block &&
executedLeaf.chainId === chain &&
executedLeaf.l1Tokens.some((token) => token.toLowerCase() === l1Token.toLowerCase()
executedLeaf.l1Tokens.some((token) => token.toLowerCase() === l1Token.toLowerCase())
);
});
}
Expand Down

0 comments on commit 70773e2

Please sign in to comment.