Skip to content

Commit 19e253b

Browse files
committed
chore: widen pragma 0.8.26 -> ^0.8.26 to admit Seismic ssolc 0.8.31
1 parent 2ea2235 commit 19e253b

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/MToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0
22

3-
pragma solidity 0.8.26;
3+
pragma solidity ^0.8.26;
44

55
import { ERC20Extended } from "../lib/common/src/ERC20Extended.sol";
66
import { UIntMath } from "../lib/common/src/libs/UIntMath.sol";

src/abstract/ContinuousIndexing.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0
22

3-
pragma solidity 0.8.26;
3+
pragma solidity ^0.8.26;
44

55
import { Initializable } from "../../lib/openzeppelin-contracts/contracts/proxy/utils/Initializable.sol";
66

src/interfaces/IContinuousIndexing.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0
22

3-
pragma solidity 0.8.26;
3+
pragma solidity ^0.8.26;
44

55
/**
66
* @title Continuous Indexing Interface.

src/interfaces/IMToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0
22

3-
pragma solidity 0.8.26;
3+
pragma solidity ^0.8.26;
44

55
import { IERC20Extended } from "../../lib/common/src/interfaces/IERC20Extended.sol";
66

src/interfaces/IRegistrar.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0
22

3-
pragma solidity 0.8.26;
3+
pragma solidity ^0.8.26;
44

55
/**
66
* @title Registrar interface.

src/libs/ContinuousIndexingMath.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0
22

3-
pragma solidity 0.8.26;
3+
pragma solidity ^0.8.26;
44

55
import { UIntMath } from "../../lib/common/src/libs/UIntMath.sol";
66

src/libs/RegistrarReader.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0
22

3-
pragma solidity 0.8.26;
3+
pragma solidity ^0.8.26;
44

55
import { IRegistrar } from "../interfaces/IRegistrar.sol";
66

0 commit comments

Comments
 (0)