Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <matthewcrice32@gmail.com>
  • Loading branch information
mrice32 committed Jan 23, 2024
1 parent bca5928 commit 101b3f8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/interfaces/IBaseController.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

interface IBaseController {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IBaseOracleAdapter.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

interface IBaseOracleAdapter {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IOval.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

interface IOval {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/chainlink/IAccessControlledAggregatorV3.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

import {IAggregatorV3} from "./IAggregatorV3.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/chainlink/IAggregatorV3.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

interface IAggregatorV3 {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/chainlink/IAggregatorV3Source.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

interface IAggregatorV3Source {
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/compound/ICToken.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

import {IERC20} from "openzeppelin-contracts/contracts/interfaces/IERC20.sol";
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/compound/IUniswapAnchoredView.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

interface IUniswapAnchoredView {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/compound/IValidatorProxy.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

interface IValidatorProxy {
Expand Down

0 comments on commit 101b3f8

Please sign in to comment.