We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f805e76 commit 5f87da3Copy full SHA for 5f87da3
libs/remix-ui/solidity-compiler/src/lib/solidity-compiler.tsx
@@ -10,8 +10,6 @@ import * as packageJson from '../../../../../package.json'
10
import './css/style.css'
11
import { iSolJsonBinData, iSolJsonBinDataBuild } from '@remix-project/remix-lib'
12
13
-const defaultPath = 'compiler_config.json'
14
-
15
export const SolidityCompiler = (props: SolidityCompilerProps) => {
16
const {
17
api,
0 commit comments