Skip to content

Commit

Permalink
Pin pragma for slither
Browse files Browse the repository at this point in the history
  • Loading branch information
neodaoist committed Nov 18, 2022
1 parent b05643e commit 200e748
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/base64/src/Base64.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/Base64.sol)

pragma solidity ^0.8.0;
pragma solidity 0.8.11;

/**
* @dev Provides a set of functions to operate with Base64 strings.
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IERC1155.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/IERC1155.sol)

pragma solidity ^0.8.0;
pragma solidity 0.8.11;

import "./IERC165.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IERC1155Metadata.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC1155/extensions/IERC1155MetadataURI.sol)

pragma solidity ^0.8.0;
pragma solidity 0.8.11;

import "./IERC1155.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IERC165.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)

pragma solidity ^0.8.0;
pragma solidity 0.8.11;

/**
* @dev Interface of the ERC165 standard, as defined in the
Expand Down

0 comments on commit 200e748

Please sign in to comment.