Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yavrsky committed Jan 12, 2024
1 parent 1751748 commit 1048df8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gnosis-safe.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import chalk from "chalk";
import { ethers } from "hardhat";
import { UnsignedTransaction } from "ethers";
import EthersAdapter from '@safe-global/safe-ethers-lib'
import SafeServiceClient from '@safe-global/safe-service-client'
import { MetaTransactionData, SafeTransactionDataPartial, SafeTransaction } from '@safe-global/safe-core-sdk-types'
import { MetaTransactionData, SafeTransaction } from '@safe-global/safe-core-sdk-types'
import Safe, { SafeTransactionOptionalProps } from '@safe-global/safe-core-sdk'

enum Network {
Expand Down

0 comments on commit 1048df8

Please sign in to comment.