Use solc compiler 0.6.12

This commit is contained in:
Oskar Thoren 2021-01-19 11:42:11 +08:00
parent d6e03f41b2
commit 86808a7276
No known key found for this signature in database
GPG Key ID: BDB55C8C0EF29911
1 changed files with 5 additions and 0 deletions

View File

@ -10,5 +10,10 @@ module.exports = {
develop: {
port: 8545
}
},
compilers: {
solc: {
version: "0.6.12"
}
}
};