mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 12:08:47 +00:00
Set the version of solc
This commit is contained in:
parent
82b91db5c8
commit
43d56ead02
@ -2,7 +2,7 @@
|
|||||||
"default": {
|
"default": {
|
||||||
"versions": {
|
"versions": {
|
||||||
"web3.js": "1.0.0-beta",
|
"web3.js": "1.0.0-beta",
|
||||||
"solc": "0.4.17"
|
"solc": "0.4.21"
|
||||||
},
|
},
|
||||||
"deployment": {
|
"deployment": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
|
@ -3,5 +3,8 @@
|
|||||||
"buildDir": "dist/",
|
"buildDir": "dist/",
|
||||||
"config": "config/",
|
"config": "config/",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
},
|
||||||
|
"versions": {
|
||||||
|
"solc": "0.4.21"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user