Skip to content

Commit

Permalink
fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 15, 2024
1 parent 2451464 commit 6ee0d45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/4337-gas-metering/utils/userOps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import dotenv from 'dotenv'
import type { Address } from 'abitype'
import { fromHex, parseEther, type Hex, type PrivateKeyAccount, formatEther } from 'viem'
import { fromHex, parseEther, type Hex, type PrivateKeyAccount, type Address, formatEther } from 'viem'
import { encodeCallData } from './safe'
import { EIP712_SAFE_OPERATION_TYPE } from './type'
import { Alchemy } from 'alchemy-sdk'
Expand Down

0 comments on commit 6ee0d45

Please sign in to comment.