Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Sep 20, 2023
1 parent 160f3bb commit 9fd9ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/actions/public/L1/getL2HashesForDepositTx.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Chain, Hash, PublicClient, TransactionReceipt, Transport } from 'viem'
import { getTransactionReceipt } from 'viem/actions'
import { getL2HashFromL1DepositInfo } from '../../../utils/getL2HashFromL1DepositInfo.js'
import { getTransactionDepositedEvents } from '../../../utils/getTransactionDepositedEvents.js'
import { getTransactionReceipt } from 'viem/actions'

export type GetL2HashesForDepositTxParamters = {
l1TxHash: Hash
Expand Down
2 changes: 1 addition & 1 deletion src/actions/public/L2/getWithdrawalMessages.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { l2ToL1MessagePasserABI } from '@eth-optimism/contracts-ts'
import { type Chain, decodeEventLog, type Hash, type PublicClient, type TransactionReceipt, type Transport } from 'viem'
import type { MessagePassedEvent } from '../../../types/withdrawal.js'
import { getTransactionReceipt } from 'viem/actions'
import type { MessagePassedEvent } from '../../../types/withdrawal.js'

export type GetWithdrawalMessagesParameters = {
hash: Hash
Expand Down

0 comments on commit 9fd9ce2

Please sign in to comment.