Skip to content

Commit

Permalink
chore: remove tokenName from permit params
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Jan 19, 2024
1 parent b6841e5 commit 3b868ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/permit-utils/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export type BuildDaiLikePermitCallDataParams = BasePermitCallDataParams & {
export type GetTokenPermitInfoParams = {
spender: string
tokenAddress: string
tokenName?: string | undefined
chainId: number
provider: JsonRpcProvider
}

0 comments on commit 3b868ec

Please sign in to comment.