Skip to content

Commit

Permalink
delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cristovaoth committed Jan 30, 2025
1 parent 0c3c7ef commit 1c134ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/encode/execTransaction.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Address, encodeFunctionData, Hex, parseAbi } from 'viem'
import { SafeTransactionRequest, TransactionRequest } from '../types'
import { encodeFunctionData, Hex, parseAbi } from 'viem'
import { SafeTransactionRequest } from '../types'

const abi = parseAbi([
'function execTransaction(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, bytes signatures) payable returns (bool success)',
Expand Down

0 comments on commit 1c134ef

Please sign in to comment.