File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: UNLICENSED
2- pragma solidity ^ 0.8.20 ;
2+ pragma solidity ^ 0.8.19 ;
33
44import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol " ;
55import "@openzeppelin/contracts/utils/Counters.sol " ;
Original file line number Diff line number Diff line change 11[profile .default ]
2- solc = ' 0.8.20 '
2+ solc = ' 0.8.19 '
33via_ir = true
44src = ' contracts'
55out = ' out'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const mnemonic: string =
88 : "test test test test test test test test test test test junk" ;
99
1010const config : HardhatUserConfig = {
11- solidity : "0.8.20 " ,
11+ solidity : "0.8.19 " ,
1212 defaultNetwork : "hardhat" ,
1313 networks : {
1414 hardhat : {
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: UNLICENSED
2- pragma solidity ^ 0.8.20 ;
2+ pragma solidity ^ 0.8.19 ;
33
44import "forge-std/Test.sol " ;
55
You can’t perform that action at this time.
0 commit comments