Skip to content

Commit

Permalink
Remove Safe contract 1.4.1 from SafeContractEthers
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjssz committed Nov 29, 2023
1 parent 48f2ed5 commit ed38c2b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { toTxResult } from '@safe-global/protocol-kit/adapters/ethers/utils'
import { Gnosis_safe as Safe_V1_0_0 } from '@safe-global/protocol-kit/typechain/src/ethers-v6/v1.0.0/Gnosis_safe'
import { Gnosis_safe as Safe_V1_1_1 } from '@safe-global/protocol-kit/typechain/src/ethers-v6/v1.1.1/Gnosis_safe'
import { Gnosis_safe as Safe_V1_2_0 } from '@safe-global/protocol-kit/typechain/src/ethers-v6/v1.2.0/Gnosis_safe'
import { Safe as Safe_V1_4_1 } from '@safe-global/protocol-kit/typechain/src/ethers-v6/v1.4.1/Safe'
import {
SafeContract,
SafeSetupConfig,
Expand All @@ -16,7 +15,7 @@ import {
} from '@safe-global/safe-core-sdk-types'

abstract class SafeContractEthers implements SafeContract {
constructor(public contract: Safe_V1_4_1 | Safe_V1_2_0 | Safe_V1_1_1 | Safe_V1_0_0) {}
constructor(public contract: Safe_V1_2_0 | Safe_V1_1_1 | Safe_V1_0_0) {}

abstract setup(
setupConfig: SafeSetupConfig,
Expand Down

0 comments on commit ed38c2b

Please sign in to comment.