From 989673e355daa88109ef66aa1f8c1812c97dc6af Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 3 Jun 2024 14:26:31 +0200 Subject: [PATCH] remove cli provider option --- libs/remix-simulator/src/provider.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-simulator/src/provider.ts b/libs/remix-simulator/src/provider.ts index 5edc5a7bd5..27918a4359 100644 --- a/libs/remix-simulator/src/provider.ts +++ b/libs/remix-simulator/src/provider.ts @@ -38,7 +38,6 @@ export type ProviderOptions = { details?: boolean blocks?: string[], coinbase?: string - rpc?: boolean } export class Provider {