Skip to content

Commit 757641e

Browse files
authored
Update Whitelist.sol
1 parent 6370a9a commit 757641e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/common_tools/Whitelist.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity ^0.8.0;
2+
pragma solidity >=0.4.25 <=0.6.10;
33

44
/**
55
* @title Whitelist

0 commit comments

Comments
 (0)