diff --git a/contracts/mocks/Stateless.sol b/contracts/mocks/Stateless.sol index 9e43232d587..4ec36418466 100644 --- a/contracts/mocks/Stateless.sol +++ b/contracts/mocks/Stateless.sol @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.22; +pragma solidity ^0.8.24; // We keep these imports and a dummy contract just to we can run the test suite after transpilation. diff --git a/contracts/utils/Bytes.sol b/contracts/utils/Bytes.sol index 84e5a3ed51f..6fe49fd8d14 100644 --- a/contracts/utils/Bytes.sol +++ b/contracts/utils/Bytes.sol @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.20; +pragma solidity ^0.8.24; import {Math} from "./math/Math.sol"; diff --git a/contracts/utils/CAIP10.sol b/contracts/utils/CAIP10.sol index e9ed17305b6..95aa2a97737 100644 --- a/contracts/utils/CAIP10.sol +++ b/contracts/utils/CAIP10.sol @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.20; +pragma solidity ^0.8.24; import {SafeCast} from "./math/SafeCast.sol"; import {Bytes} from "./Bytes.sol"; diff --git a/contracts/utils/CAIP2.sol b/contracts/utils/CAIP2.sol index 13a98f58a46..cfad67e00d0 100644 --- a/contracts/utils/CAIP2.sol +++ b/contracts/utils/CAIP2.sol @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.20; +pragma solidity ^0.8.24; import {SafeCast} from "./math/SafeCast.sol"; import {Bytes} from "./Bytes.sol";