Skip to content

Commit

Permalink
Fix deploySafe
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Apr 29, 2024
1 parent 6bdc705 commit 707c1ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/protocol-kit/tests/e2e/utilsContracts.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import chai from 'chai'
import { deployments } from 'hardhat'
import { Eip1193Provider } from '@safe-global/safe-core-sdk-types'
import { getAccounts } from './utils/setupTestNetwork'
import { getContractNetworks } from './utils/setupContractNetworks'
import { getDefaultCallbackHandler } from './utils/setupContracts'
Expand All @@ -13,7 +12,8 @@ import { safeVersionDeployed } from '@safe-global/protocol-kit/hardhat/deploy/de
import {
SafeDeploymentConfig,
SafeAccountConfig,
ContractNetworksConfig
ContractNetworksConfig,
Eip1193Provider
} from '@safe-global/protocol-kit/types'
import Safe, { SafeFactory, DeploySafeProps } from '@safe-global/protocol-kit/index'
import SafeProvider from '@safe-global/protocol-kit/SafeProvider'
Expand All @@ -28,7 +28,7 @@ async function deploySafe(
): Promise<Safe> {
const safeFactory = await SafeFactory.create({
provider,
signerAddress,
signer: signerAddress,
safeVersion: safeVersionDeployed,
contractNetworks
})
Expand Down

0 comments on commit 707c1ec

Please sign in to comment.