Skip to content

Commit

Permalink
chore: remove unused plugin input
Browse files Browse the repository at this point in the history
  • Loading branch information
hhio618 committed Jan 8, 2025
1 parent 0a9fc58 commit 3142bf1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/types/plugin-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ export const pluginSettingsSchema = T.Object(
description: "The encrypted key to use for permit generation and auto transfers",
examples: ["0x000..."],
}),
/**
* Funding wallet address (corresponding to evmPrivateEncrypted)
*/
fundingWalletAddress: T.String({
description: "The funding wallet address",
examples: ["0x000..."],
}),
/**
* Reward token for ERC20 permits, default WXDAI for gnosis chain
*/
Expand Down

0 comments on commit 3142bf1

Please sign in to comment.