mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-06 16:25:15 -04:00
bump solidity version
This commit is contained in:
parent
1498c3a739
commit
aa88f1c04e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module.exports = {
|
|||
// Configure your compilers
|
||||
compilers: {
|
||||
solc: {
|
||||
version: '0.5.8', // Fetch exact version from solc-bin (default: truffle's version)
|
||||
version: '0.5.10', // Fetch exact version from solc-bin (default: truffle's version)
|
||||
// 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
|
||||
optimizer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue