remove cli provider option

pull/4827/head
yann300 6 months ago
parent c635bcff9e
commit c0791ac74e
  1. 1
      libs/remix-simulator/src/provider.ts

@ -38,7 +38,6 @@ export type ProviderOptions = {
details?: boolean
blocks?: string[],
coinbase?: string
rpc?: boolean
}
export class Provider {

Loading…
Cancel
Save