Skip to content

Commit

Permalink
tiny fix by adding a casting
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Aug 21, 2024
1 parent 1b07f35 commit ad8e38d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class DeployerMethodClass<FullContractAbi extends ContractAbi> {
format(
{ format: 'bytes' },
this.deployData as Bytes,
this.parent.defaultReturnFormat,
this.parent.defaultReturnFormat as typeof DEFAULT_RETURN_FORMAT,
),
);
}
Expand Down

0 comments on commit ad8e38d

Please sign in to comment.