sol version

pull/4109/merge
filip mertens 1 year ago committed by Aniket
parent 5726fab785
commit 43503bbaee
  1. 2
      apps/remix-ide-e2e/src/tests/contract_flattener.test.ts
  2. 2
      apps/remix-ide-e2e/src/tests/sol2uml.test.ts

@ -42,7 +42,7 @@ const sources = [
'TestContract.sol': {
content: `
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
pragma solidity ^0.8.20;
// test this
import "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";

@ -183,7 +183,7 @@ contract Ballot {
'secondContract.sol': {
content: `
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
pragma solidity ^0.8.20;
import "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";

Loading…
Cancel
Save