mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-11-22 01:37:07 +01:00
fix solidity version
This commit is contained in:
parent
54bb4c4b3c
commit
b0bca7fc36
@ -9,7 +9,7 @@
|
||||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||
*/
|
||||
|
||||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
import "./Tornado.sol";
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||
*/
|
||||
|
||||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
import "./Tornado.sol";
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||
*/
|
||||
|
||||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
library Hasher {
|
||||
function MiMCSponge(uint256 in_xL, uint256 in_xR) public pure returns (uint256 xL, uint256 xR);
|
||||
|
@ -1,4 +1,4 @@
|
||||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
contract ERC20Basic {
|
||||
uint public _totalSupply;
|
||||
|
@ -1,4 +1,4 @@
|
||||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
import '../MerkleTreeWithHistory.sol';
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||
*/
|
||||
|
||||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
import "./MerkleTreeWithHistory.sol";
|
||||
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
|
||||
|
@ -86,7 +86,7 @@ module.exports = {
|
||||
// Configure your compilers
|
||||
compilers: {
|
||||
solc: {
|
||||
version: '0.5.11', // Fetch exact version from solc-bin (default: truffle's version)
|
||||
version: '0.5.17', // 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…
Reference in New Issue
Block a user