Skip to content

Commit

Permalink
chore: Update Solidity version to 0.8.4 in WrappedNativeToken contract
Browse files Browse the repository at this point in the history
  • Loading branch information
gnkz committed Oct 19, 2024
1 parent fe907d3 commit 76ab103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/WrappedNativeToken.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.27;
pragma solidity ^0.8.4;

import {Test} from "forge-std/Test.sol";

Expand Down

0 comments on commit 76ab103

Please sign in to comment.