Skip to content

Commit

Permalink
Remove prop from type
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Sep 26, 2024
1 parent a10d8e6 commit 3d09d3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export interface GetContractInstanceProps {
export interface GetSafeContractInstanceProps extends GetContractInstanceProps {
isL1SafeSingleton?: boolean
customSafeAddress?: string
deploymentType?: DeploymentType
}

export async function getSafeContract({
Expand Down

0 comments on commit 3d09d3e

Please sign in to comment.