Skip to content

Commit

Permalink
fix add deploymentType in encodeSetupCallData in createSafeDeployment…
Browse files Browse the repository at this point in the history
…Transaction
  • Loading branch information
DaniSomoza committed Oct 15, 2024
1 parent a6e2885 commit a04683b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protocol-kit/src/Safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,8 @@ class Safe {
safeProvider,
safeContract: safeSingletonContract,
safeAccountConfig: safeAccountConfig,
customContracts
customContracts,
deploymentType
})

const safeDeployTransactionData = {
Expand Down

0 comments on commit a04683b

Please sign in to comment.