mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
solidity version change
This commit is contained in:
parent
af765feaaf
commit
6bafbdfece
|
@ -108,7 +108,7 @@ module.exports = {
|
||||||
// Configure your compilers
|
// Configure your compilers
|
||||||
compilers: {
|
compilers: {
|
||||||
solc: {
|
solc: {
|
||||||
version: "v0.6.0", // Fetch exact version from solc-bin (default: truffle's version)
|
version: "v0.6.2", // Fetch exact version from solc-bin (default: truffle's version)
|
||||||
// docker: true, // Use "0.5.1" you've installed locally with docker (default: false)
|
// docker: true, // Use "0.5.1" you've installed locally with docker (default: false)
|
||||||
// settings: { // See the solidity docs for advice about optimization and evmVersion
|
// settings: { // See the solidity docs for advice about optimization and evmVersion
|
||||||
// optimizer: {
|
// optimizer: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user