@gearbox-protocol/sdk 2.1.17 → 2.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// SPDX-License-Identifier: UNLICENSED
|
|
2
|
-
// Gearbox. Generalized leverage
|
|
3
|
-
// (c) Gearbox Foundation, 2023
|
|
4
|
-
pragma solidity ^0.8.
|
|
2
|
+
// Gearbox Protocol. Generalized leverage for DeFi protocols
|
|
3
|
+
// (c) Gearbox Foundation, 2023.
|
|
4
|
+
pragma solidity ^0.8.0;
|
|
5
5
|
|
|
6
6
|
enum AdapterType {
|
|
7
7
|
ABSTRACT,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// SPDX-License-Identifier: UNLICENSED
|
|
2
|
-
// Gearbox. Generalized leverage
|
|
3
|
-
// (c) Gearbox Foundation, 2023
|
|
4
|
-
pragma solidity ^0.8.
|
|
2
|
+
// Gearbox Protocol. Generalized leverage for DeFi protocols
|
|
3
|
+
// (c) Gearbox Foundation, 2023.
|
|
4
|
+
pragma solidity ^0.8.0;
|
|
5
5
|
|
|
6
6
|
enum PriceFeedType {
|
|
7
7
|
CHAINLINK_ORACLE,
|