Closed miguelcalero closed 4 years ago
@nefera6060 we need to firstly update all our smart contracts to the last version of solc before moving this task forward(updating owable to last openzeppelin version, which uses solc 0.6.0 ), otherwise we may broke the existing contracts and application compiling same contract with different solc versions, ownable is inherited by other contracts.
@nefera6060 we need to firstly update all our smart contracts to the last version of solc before moving this task forward(updating owable to last openzeppelin version, which uses solc 0.6.0 ), otherwise we may broke the existing contracts and application compiling same contract with different solc versions, ownable is inherited by other contracts.