Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Jan 29, 2024
1 parent 42ba6c2 commit a866772
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { optimismPortalABI } from '@eth-optimism/contracts-ts'
import type { Account, Chain, Transport, WalletClient, WriteContractParameters, WriteContractReturnType } from 'viem'
import { writeContract } from 'viem/actions'
import type { _ } from 'vitest/dist/reporters-cb94c88b.js'
import type { MessagePassedEvent } from '../../../index.js'
import { type RawOrContractAddress, resolveAddress } from '../../../types/addresses.js'
import type { L1WriteActionBaseType } from '../../../types/l1Actions.js'
Expand Down

0 comments on commit a866772

Please sign in to comment.