mirror of
https://github.com/vacp2p/minimal-swap-poc.git
synced 2026-01-09 13:28:02 -05:00
Use solc compiler 0.6.12
This commit is contained in:
@@ -10,5 +10,10 @@ module.exports = {
|
||||
develop: {
|
||||
port: 8545
|
||||
}
|
||||
},
|
||||
compilers: {
|
||||
solc: {
|
||||
version: "0.6.12"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user