Skip to content

Commit

Permalink
fix: Fix weth solc version
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Oct 4, 2023
1 parent 2bafef0 commit 017eb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/dependencies/weth/WETH9.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

pragma solidity 0.8.10;
pragma solidity ^0.8.10;

contract WETH9 {
string public name = 'Wrapped Ether';
Expand Down

0 comments on commit 017eb3c

Please sign in to comment.