Skip to content

Commit b8fb446

Browse files
committed
chore: update solidity to v0.8.30
1 parent 534b76c commit b8fb446

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"solidity.compileUsingRemoteVersion": "v0.8.30+commit.73712a01"
3+
}

src/BaseAccount.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.28;
2+
pragma solidity ^0.8.30;
33

44
/* solhint-disable avoid-low-level-calls */
55
/* solhint-disable no-empty-blocks */

src/SimpleModular7702Account.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.28;
2+
pragma solidity ^0.8.30;
33

44
import {PackedUserOperation} from "aa-0.8/interfaces/PackedUserOperation.sol";
55
import {SIG_VALIDATION_SUCCESS, SIG_VALIDATION_FAILED} from "aa-0.8/core/Helpers.sol";

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

44
import {PackedUserOperation} from "aa-0.8/interfaces/PackedUserOperation.sol";
55
import {IERC7579Module} from "oz-5.3/interfaces/draft-IERC7579.sol";

0 commit comments

Comments
 (0)