diff --git a/src/types/plugin-input.ts b/src/types/plugin-input.ts index 4344e6da..635538f6 100644 --- a/src/types/plugin-input.ts +++ b/src/types/plugin-input.ts @@ -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 */