Skip to content

Commit

Permalink
Remove unnecessary deploymentType exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Nov 8, 2024
1 parent 914c36c commit 06105a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/sdk-starter-kit/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DeploymentType, SafeProvider } from '@safe-global/protocol-kit'
import { SafeProvider } from '@safe-global/protocol-kit'
import {
TransactionBase,
TransactionOptions,
Expand Down Expand Up @@ -44,7 +44,6 @@ export type SafeConfig = {
owners: string[]
threshold: number
saltNonce?: string
deploymentType?: DeploymentType
}

export type ExistingSafeConfig = {
Expand Down

0 comments on commit 06105a9

Please sign in to comment.