Skip to content

Commit

Permalink
Update SpokePoolClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Feb 11, 2025
1 parent 2df77cf commit 3f802dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clients/SpokePoolClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import {
RelayerRefundExecutionWithBlock,
RootBundleRelayWithBlock,
SlowFillRequestWithBlock,
SortableEvent,
SpeedUpWithBlock,
TokensBridged,
} from "../interfaces";
Expand Down Expand Up @@ -587,7 +588,7 @@ export class SpokePoolClient extends BaseAbstractClient {
* @see _update
*/
public async update(eventsToQuery = this.queryableEventNames): Promise<void> {
const duplicateEvents: any[] = [];
const duplicateEvents: SortableEvent[] = [];
if (this.hubPoolClient !== null && !this.hubPoolClient.isUpdated) {
throw new Error("HubPoolClient not updated");
}
Expand Down

0 comments on commit 3f802dc

Please sign in to comment.