remove uneeded

pull/5270/head
yann300 1 month ago committed by Aniket
parent 218b1cb1d3
commit 4d3cf273c3
  1. 2
      apps/vyper/src/app/utils/remix-client.tsx

@ -5,7 +5,6 @@ import { PluginClient } from '@remixproject/plugin'
import { Contract, compileContract } from './compiler'
import { ExampleContract } from '../components/VyperResult'
import EventEmitter from 'events'
import { Plugin } from "@remixproject/engine";
import { CustomRemixApi } from '@remix-api'
export type VyperComplierAddress = 'https://vyper2.remixproject.org/' | 'http://localhost:8000/'
@ -14,7 +13,6 @@ export class RemixClient extends PluginClient<any, CustomRemixApi> {
compilerUrl: VyperComplierAddress = 'https://vyper2.remixproject.org/'
compilerOutput: any
eventEmitter = new EventEmitter()
devMode = true
constructor() {
super()

Loading…
Cancel
Save