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 31f11d9 commit e91d7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnosis-safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ethers } from "hardhat";
import { UnsignedTransaction } from "ethers";
import SafeApiKit from '@safe-global/api-kit'
import Safe, { EthersAdapter } from '@safe-global/protocol-kit'
import { MetaTransactionData, SafeTransactionDataPartial, SafeTransaction } from '@safe-global/safe-core-sdk-types'
import { MetaTransactionData, SafeTransaction } from '@safe-global/safe-core-sdk-types'


enum Network {
Expand Down

0 comments on commit e91d7f2

Please sign in to comment.