mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-05 03:43:56 +00:00
fix test failing with old solc version
This commit is contained in:
parent
451c0bf2de
commit
bdfe61ad75
@ -8,7 +8,7 @@ let readFile = function(file) {
|
||||
return new File({filename: file, type: File.types.dapp_file, path: file});
|
||||
};
|
||||
|
||||
var solcVersion = "0.4.17";
|
||||
var solcVersion = "0.4.23";
|
||||
|
||||
var TestEvents = {
|
||||
request: (cmd, cb) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user