diff --git a/packages/types/src/api/interfaces.ts b/packages/types/src/api/interfaces.ts index 6bdafadb..4ef3752d 100644 --- a/packages/types/src/api/interfaces.ts +++ b/packages/types/src/api/interfaces.ts @@ -86,7 +86,6 @@ export type GetConfigResponse = { gasFeeInSimulation: boolean; userOpGasLimit: number; bundleGasLimit: number; - entryPointForwarder: string; }; export type SupportedEntryPoints = string[];