remove uneeded code

pull/2265/head^2
yann300 3 years ago
parent c2f2468de1
commit bd04723947
  1. 11
      apps/remix-ide/src/app/tabs/abstract-provider.tsx

@ -1,19 +1,8 @@
import * as packageJson from '../../../../../package.json'
import { Plugin } from '@remixproject/engine'
import { AppModal, AlertModal, ModalTypes } from '@remix-ui/app'
import React from 'react' // eslint-disable-line
import { Blockchain } from '../../blockchain/blockchain'
import { ethers } from 'ethers'
const profile = {
name: 'hardhat-provider',
displayName: 'Hardhat Provider',
kind: 'provider',
description: 'Hardhat provider',
methods: ['sendAsync'],
version: packageJson.version
}
type JsonDataRequest = {
id: number,
jsonrpc: string // version

Loading…
Cancel
Save