Update templates to solc version 0.4.23 to prevent issue with loading library.
This commit is contained in:
parent
be7723e077
commit
a0573a6638
|
@ -10,7 +10,7 @@
|
|||
"config": "config/",
|
||||
"versions": {
|
||||
"web3": "1.0.0-beta",
|
||||
"solc": "0.4.17",
|
||||
"solc": "0.4.23",
|
||||
"ipfs-api": "17.2.4"
|
||||
},
|
||||
"plugins": {}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"config": "config/",
|
||||
"versions": {
|
||||
"web3": "1.0.0-beta",
|
||||
"solc": "0.4.17",
|
||||
"solc": "0.4.23",
|
||||
"ipfs-api": "17.2.4"
|
||||
},
|
||||
"plugins": {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"webserver": false
|
||||
},
|
||||
"versions": {
|
||||
"solc": "0.4.17"
|
||||
"solc": "0.4.23"
|
||||
},
|
||||
"plugins": {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue