Update lockfile (#2384)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>pull/2405/head
parent
f547b6ff27
commit
3d2e5c0310
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@ |
||||
const path = require('path'); |
||||
const bre = require('@nomiclabs/buidler'); |
||||
|
||||
const { Compiler } = require('@nomiclabs/buidler/internal/solidity/compiler'); |
||||
|
||||
const compiler = new Compiler( |
||||
bre.config.solc.version, |
||||
path.join(bre.config.paths.cache, 'compilers'), |
||||
); |
||||
|
||||
module.exports = Object.assign(compiler.getSolc(), { __esModule: true }); |
Loading…
Reference in new issue