Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 17, 2024
1 parent cfc30d6 commit 492f3cd
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { Provider, BlockTag } from '@ethersproject/providers'
import { ChildToParentMessageReader } from '@arbitrum/sdk'

export type FetchETHWithdrawalsFromEventLogsResult = Awaited<
ReturnType<typeof ChildToParentMessageReader.getChildToParentEvents>
>

/**
* Fetches initiated ETH withdrawals from event logs in range of [fromBlock, toBlock].
*
Expand All @@ -24,7 +20,7 @@ export function fetchETHWithdrawalsFromEventLogs({
fromBlock: BlockTag
toBlock: BlockTag
l2Provider: Provider
}): Promise<FetchETHWithdrawalsFromEventLogsResult> {
}) {
if (typeof receiver === 'undefined') {
return Promise.resolve([])
}
Expand Down

0 comments on commit 492f3cd

Please sign in to comment.