Skip to content

Commit 8c86e47

Browse files
authored
chore: update Solidity version to 0.8.30 (#80)
- Update pragma in ITrailsIntentEntrypoint.sol - Update pragma in TrailsIntentEntrypoint.t.sol
1 parent 590a915 commit 8c86e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/ITrailsIntentEntrypoint.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.20;
2+
pragma solidity ^0.8.30;
33

44
/// @title ITrailsIntentEntrypoint
55
/// @notice Interface for the TrailsIntentEntrypoint contract

test/TrailsIntentEntrypoint.t.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.20;
2+
pragma solidity ^0.8.30;
33

44
import {Test} from "forge-std/Test.sol";
55
import {TrailsIntentEntrypoint} from "../src/TrailsIntentEntrypoint.sol";

0 commit comments

Comments
 (0)