Skip to content

Commit

Permalink
fix: remove unnecessary argument
Browse files Browse the repository at this point in the history
  • Loading branch information
iherger committed Oct 5, 2023
1 parent f2d533d commit c920bca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-lobsters-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@enzymefinance/sdk": patch
---

Remove unnecessary argument
1 change: 0 additions & 1 deletion packages/sdk/src/internal/External/Convex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ export async function getExtraRewardsRewardToken(
client: PublicClient,
args: Viem.ContractCallParameters<{
cvxCrvExtraRewards: Address;
user: Address;
}>,
) {
return Viem.readContract(client, args, {
Expand Down

0 comments on commit c920bca

Please sign in to comment.