Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
saeta-eth committed Sep 27, 2024
1 parent a1b806d commit 13663c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function getMergedAbiFromContractPaths(ctx: ChainArtifacts, paths: string
});
}

export const stripConstructorFromAbi = (abi: any[]) => {
export const removeConstructorFromAbi = (abi: any[]) => {
return abi.filter((a) => a.type !== 'constructor');
};

Expand Down

0 comments on commit 13663c8

Please sign in to comment.