Skip to content

Commit

Permalink
add trackId as optional in encodeSetupCallDataProps type
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniSomoza committed Nov 25, 2024
1 parent c1a29e3 commit b56ac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-kit/src/contracts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface encodeSetupCallDataProps {
customContracts?: ContractNetworkConfig
customSafeVersion?: SafeVersion
deploymentType?: DeploymentType
trackId: string
trackId?: string
}

export function encodeCreateProxyWithNonce(
Expand Down

0 comments on commit b56ac70

Please sign in to comment.