File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 "rules" : {
77 "compiler-version" : [
88 " error" ,
9- " ^0.8.29 "
9+ " ^0.8.19 "
1010 ],
1111 "func-visibility" : [
1212 " warn" ,
Original file line number Diff line number Diff line change 1616 * limitations under the License. *
1717 ******************************************************************************/
1818
19- pragma solidity ^ 0.8.29 ;
19+ pragma solidity ^ 0.8.19 ;
2020import "./interfaces/IDataProtector.sol " ;
2121
2222contract DataProtector is IDataProtector {
Original file line number Diff line number Diff line change 1616 * limitations under the License. *
1717 ******************************************************************************/
1818
19- pragma solidity ^ 0.8.29 ;
19+ pragma solidity ^ 0.8.19 ;
2020
2121import "./interfaces/IDatasetRegistry.sol " ;
2222
Original file line number Diff line number Diff line change 1616 * limitations under the License. *
1717 ******************************************************************************/
1818
19- pragma solidity ^ 0.8.29 ;
19+ pragma solidity ^ 0.8.19 ;
2020
2121import "./IDatasetRegistry.sol " ;
2222
Original file line number Diff line number Diff line change 1616 * limitations under the License. *
1717 ******************************************************************************/
1818
19- pragma solidity ^ 0.8.29 ;
19+ pragma solidity ^ 0.8.19 ;
2020
2121interface IDataset {}
Original file line number Diff line number Diff line change 1616 * limitations under the License. *
1717 ******************************************************************************/
1818
19- pragma solidity ^ 0.8.29 ;
19+ pragma solidity ^ 0.8.19 ;
2020
2121import "./IDataset.sol " ;
2222
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const config: HardhatUserConfig = {
8282 } ,
8383 //compiler version
8484 solidity : {
85- version : '0.8.29 ' ,
85+ version : '0.8.19 ' ,
8686 settings : {
8787 optimizer : {
8888 enabled : true ,
You can’t perform that action at this time.
0 commit comments