Skip to content

Commit

Permalink
refactor: remove the contributionType
Browse files Browse the repository at this point in the history
  • Loading branch information
hhio618 committed Oct 12, 2024
1 parent 6aaa1ce commit 5e858dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/github-action-permit-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export async function generatePermitsFromGithubWorkflowDispatch() {
type: "ERC20",
username: user,
amount: amount,
contributionType: "custom",
tokenAddress: env.EVM_TOKEN_ADDRESS,
}))
);
Expand Down

0 comments on commit 5e858dd

Please sign in to comment.