@meterio/sumer-js 0.1.3 → 0.1.5

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.
Files changed (199) hide show
  1. package/dist/nodejs/abi.js +13 -0
  2. package/dist/nodejs/abi.js.map +1 -1
  3. package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.d.ts +4 -0
  4. package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.js.map +1 -0
  5. package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.d.ts +1 -0
  6. package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.js.map +1 -0
  7. package/dist/nodejs/typechain/contracts/CToken/index.d.ts +5 -0
  8. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +9 -1
  9. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.d.ts +1446 -0
  10. package/dist/nodejs/typechain/contracts/{ITimelock.js → Comptroller/Comptroller.sol/Comptroller.js} +1 -1
  11. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.js.map +1 -0
  12. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.d.ts +3 -0
  13. package/dist/nodejs/typechain/contracts/{Interface/ICErc20.js → Comptroller/Comptroller.sol/index.js} +1 -1
  14. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.js.map +1 -0
  15. package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.d.ts +6 -0
  16. package/dist/nodejs/typechain/contracts/{Interface/ICToken.js → Comptroller/Interfaces/index.js} +1 -1
  17. package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.js.map +1 -0
  18. package/dist/nodejs/typechain/contracts/Comptroller/index.d.ts +4 -1
  19. package/dist/nodejs/typechain/contracts/InterestRateModel/index.d.ts +1 -0
  20. package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.d.ts +4 -0
  21. package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.js +3 -0
  22. package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.js.map +1 -0
  23. package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +3 -0
  24. package/dist/nodejs/typechain/contracts/index.d.ts +1 -0
  25. package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.d.ts +4 -0
  26. package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.js +15 -0
  27. package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.js.map +1 -0
  28. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -1
  29. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -1
  30. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  31. package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.d.ts +1 -0
  32. package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.js +9 -0
  33. package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.js.map +1 -0
  34. package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +3 -0
  35. package/dist/nodejs/typechain/factories/contracts/CToken/index.js +28 -1
  36. package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -1
  37. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +1 -1
  38. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +1 -1
  39. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  40. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.d.ts +2066 -0
  41. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.js +2689 -0
  42. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.js.map +1 -0
  43. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.d.ts +3 -0
  44. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.js +13 -0
  45. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.js.map +1 -0
  46. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +11 -1
  47. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +14 -1
  48. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
  49. package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.d.ts +6 -0
  50. package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.js +19 -0
  51. package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.js.map +1 -0
  52. package/dist/nodejs/typechain/factories/contracts/Comptroller/index.d.ts +2 -1
  53. package/dist/nodejs/typechain/factories/contracts/Comptroller/index.js +26 -3
  54. package/dist/nodejs/typechain/factories/contracts/Comptroller/index.js.map +1 -1
  55. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.d.ts +1 -0
  56. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js +3 -1
  57. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js.map +1 -1
  58. package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.d.ts +4 -0
  59. package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.js +15 -0
  60. package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.js.map +1 -0
  61. package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +2 -0
  62. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +4 -1
  63. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
  64. package/dist/nodejs/typechain/factories/contracts/index.d.ts +1 -0
  65. package/dist/nodejs/typechain/factories/contracts/index.js +3 -1
  66. package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
  67. package/dist/nodejs/typechain/hardhat.d.ts +378 -0
  68. package/dist/nodejs/typechain/index.d.ts +32 -24
  69. package/dist/nodejs/typechain/index.js +33 -25
  70. package/dist/nodejs/typechain/index.js.map +1 -1
  71. package/package.json +1 -1
  72. package/dist/browser/compound.min.js +0 -18
  73. package/dist/browser/sumer.min.js +0 -18
  74. package/dist/nodejs/constants.d.ts +0 -29
  75. package/dist/nodejs/constants.js +0 -1109
  76. package/dist/nodejs/constants.js.map +0 -1
  77. package/dist/nodejs/typechain/contracts/ITimelock.d.ts +0 -184
  78. package/dist/nodejs/typechain/contracts/ITimelock.js.map +0 -1
  79. package/dist/nodejs/typechain/contracts/Interface/IAccountLiquidity.d.ts +0 -57
  80. package/dist/nodejs/typechain/contracts/Interface/IAccountLiquidity.js +0 -3
  81. package/dist/nodejs/typechain/contracts/Interface/IAccountLiquidity.js.map +0 -1
  82. package/dist/nodejs/typechain/contracts/Interface/ICErc20.d.ts +0 -99
  83. package/dist/nodejs/typechain/contracts/Interface/ICErc20.js.map +0 -1
  84. package/dist/nodejs/typechain/contracts/Interface/ICToken.d.ts +0 -611
  85. package/dist/nodejs/typechain/contracts/Interface/ICToken.js.map +0 -1
  86. package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/ICToken.d.ts +0 -198
  87. package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/ICToken.js +0 -3
  88. package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/ICToken.js.map +0 -1
  89. package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/index.d.ts +0 -1
  90. package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/index.js.map +0 -1
  91. package/dist/nodejs/typechain/contracts/Interface/IChainlinkFeed.d.ts +0 -59
  92. package/dist/nodejs/typechain/contracts/Interface/IChainlinkFeed.js +0 -3
  93. package/dist/nodejs/typechain/contracts/Interface/IChainlinkFeed.js.map +0 -1
  94. package/dist/nodejs/typechain/contracts/Interface/ICompLogic.d.ts +0 -127
  95. package/dist/nodejs/typechain/contracts/Interface/ICompLogic.js +0 -3
  96. package/dist/nodejs/typechain/contracts/Interface/ICompLogic.js.map +0 -1
  97. package/dist/nodejs/typechain/contracts/Interface/IComptroller.d.ts +0 -562
  98. package/dist/nodejs/typechain/contracts/Interface/IComptroller.js +0 -3
  99. package/dist/nodejs/typechain/contracts/Interface/IComptroller.js.map +0 -1
  100. package/dist/nodejs/typechain/contracts/Interface/IEIP20NonStandard.d.ts +0 -161
  101. package/dist/nodejs/typechain/contracts/Interface/IEIP20NonStandard.js +0 -3
  102. package/dist/nodejs/typechain/contracts/Interface/IEIP20NonStandard.js.map +0 -1
  103. package/dist/nodejs/typechain/contracts/Interface/IGovernorAlpha.d.ts +0 -119
  104. package/dist/nodejs/typechain/contracts/Interface/IGovernorAlpha.js +0 -3
  105. package/dist/nodejs/typechain/contracts/Interface/IGovernorAlpha.js.map +0 -1
  106. package/dist/nodejs/typechain/contracts/Interface/IGovernorBravo.d.ts +0 -130
  107. package/dist/nodejs/typechain/contracts/Interface/IGovernorBravo.js +0 -3
  108. package/dist/nodejs/typechain/contracts/Interface/IGovernorBravo.js.map +0 -1
  109. package/dist/nodejs/typechain/contracts/Interface/IInterestRateModel.d.ts +0 -59
  110. package/dist/nodejs/typechain/contracts/Interface/IInterestRateModel.js +0 -3
  111. package/dist/nodejs/typechain/contracts/Interface/IInterestRateModel.js.map +0 -1
  112. package/dist/nodejs/typechain/contracts/Interface/IPriceOracle.d.ts +0 -37
  113. package/dist/nodejs/typechain/contracts/Interface/IPriceOracle.js +0 -3
  114. package/dist/nodejs/typechain/contracts/Interface/IPriceOracle.js.map +0 -1
  115. package/dist/nodejs/typechain/contracts/Interface/IRedemptionManager.d.ts +0 -103
  116. package/dist/nodejs/typechain/contracts/Interface/IRedemptionManager.js +0 -3
  117. package/dist/nodejs/typechain/contracts/Interface/IRedemptionManager.js.map +0 -1
  118. package/dist/nodejs/typechain/contracts/Interface/ISortedBorrows.d.ts +0 -210
  119. package/dist/nodejs/typechain/contracts/Interface/ISortedBorrows.js +0 -3
  120. package/dist/nodejs/typechain/contracts/Interface/ISortedBorrows.js.map +0 -1
  121. package/dist/nodejs/typechain/contracts/Interface/IStdReference.d.ts +0 -65
  122. package/dist/nodejs/typechain/contracts/Interface/IStdReference.js +0 -3
  123. package/dist/nodejs/typechain/contracts/Interface/IStdReference.js.map +0 -1
  124. package/dist/nodejs/typechain/contracts/Interface/IUnitroller.d.ts +0 -29
  125. package/dist/nodejs/typechain/contracts/Interface/IUnitroller.js +0 -3
  126. package/dist/nodejs/typechain/contracts/Interface/IUnitroller.js.map +0 -1
  127. package/dist/nodejs/typechain/contracts/Interface/IVoltPair.d.ts +0 -71
  128. package/dist/nodejs/typechain/contracts/Interface/IVoltPair.js +0 -3
  129. package/dist/nodejs/typechain/contracts/Interface/IVoltPair.js.map +0 -1
  130. package/dist/nodejs/typechain/contracts/Interface/IWitnetFeed.d.ts +0 -25
  131. package/dist/nodejs/typechain/contracts/Interface/IWitnetFeed.js +0 -3
  132. package/dist/nodejs/typechain/contracts/Interface/IWitnetFeed.js.map +0 -1
  133. package/dist/nodejs/typechain/contracts/Interface/index.d.ts +0 -19
  134. package/dist/nodejs/typechain/contracts/Interface/index.js.map +0 -1
  135. package/dist/nodejs/typechain/factories/contracts/ITimelock__factory.d.ts +0 -188
  136. package/dist/nodejs/typechain/factories/contracts/ITimelock__factory.js +0 -250
  137. package/dist/nodejs/typechain/factories/contracts/ITimelock__factory.js.map +0 -1
  138. package/dist/nodejs/typechain/factories/contracts/Interface/IAccountLiquidity__factory.d.ts +0 -67
  139. package/dist/nodejs/typechain/factories/contracts/Interface/IAccountLiquidity__factory.js +0 -98
  140. package/dist/nodejs/typechain/factories/contracts/Interface/IAccountLiquidity__factory.js.map +0 -1
  141. package/dist/nodejs/typechain/factories/contracts/Interface/ICErc20__factory.d.ts +0 -141
  142. package/dist/nodejs/typechain/factories/contracts/Interface/ICErc20__factory.js +0 -200
  143. package/dist/nodejs/typechain/factories/contracts/Interface/ICErc20__factory.js.map +0 -1
  144. package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/ICToken__factory.d.ts +0 -357
  145. package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/ICToken__factory.js +0 -481
  146. package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/ICToken__factory.js.map +0 -1
  147. package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/index.d.ts +0 -1
  148. package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/index.js +0 -9
  149. package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/index.js.map +0 -1
  150. package/dist/nodejs/typechain/factories/contracts/Interface/ICToken__factory.d.ts +0 -705
  151. package/dist/nodejs/typechain/factories/contracts/Interface/ICToken__factory.js +0 -922
  152. package/dist/nodejs/typechain/factories/contracts/Interface/ICToken__factory.js.map +0 -1
  153. package/dist/nodejs/typechain/factories/contracts/Interface/IChainlinkFeed__factory.d.ts +0 -43
  154. package/dist/nodejs/typechain/factories/contracts/Interface/IChainlinkFeed__factory.js +0 -66
  155. package/dist/nodejs/typechain/factories/contracts/Interface/IChainlinkFeed__factory.js.map +0 -1
  156. package/dist/nodejs/typechain/factories/contracts/Interface/ICompLogic__factory.d.ts +0 -133
  157. package/dist/nodejs/typechain/factories/contracts/Interface/ICompLogic__factory.js +0 -184
  158. package/dist/nodejs/typechain/factories/contracts/Interface/ICompLogic__factory.js.map +0 -1
  159. package/dist/nodejs/typechain/factories/contracts/Interface/IComptroller__factory.d.ts +0 -803
  160. package/dist/nodejs/typechain/factories/contracts/Interface/IComptroller__factory.js +0 -1052
  161. package/dist/nodejs/typechain/factories/contracts/Interface/IComptroller__factory.js.map +0 -1
  162. package/dist/nodejs/typechain/factories/contracts/Interface/IEIP20NonStandard__factory.d.ts +0 -177
  163. package/dist/nodejs/typechain/factories/contracts/Interface/IEIP20NonStandard__factory.js +0 -240
  164. package/dist/nodejs/typechain/factories/contracts/Interface/IEIP20NonStandard__factory.js.map +0 -1
  165. package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorAlpha__factory.d.ts +0 -105
  166. package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorAlpha__factory.js +0 -147
  167. package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorAlpha__factory.js.map +0 -1
  168. package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorBravo__factory.d.ts +0 -119
  169. package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorBravo__factory.js +0 -166
  170. package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorBravo__factory.js.map +0 -1
  171. package/dist/nodejs/typechain/factories/contracts/Interface/IInterestRateModel__factory.d.ts +0 -65
  172. package/dist/nodejs/typechain/factories/contracts/Interface/IInterestRateModel__factory.js +0 -96
  173. package/dist/nodejs/typechain/factories/contracts/Interface/IInterestRateModel__factory.js.map +0 -1
  174. package/dist/nodejs/typechain/factories/contracts/Interface/IPriceOracle__factory.d.ts +0 -35
  175. package/dist/nodejs/typechain/factories/contracts/Interface/IPriceOracle__factory.js +0 -58
  176. package/dist/nodejs/typechain/factories/contracts/Interface/IPriceOracle__factory.js.map +0 -1
  177. package/dist/nodejs/typechain/factories/contracts/Interface/IRedemptionManager__factory.d.ts +0 -147
  178. package/dist/nodejs/typechain/factories/contracts/Interface/IRedemptionManager__factory.js +0 -204
  179. package/dist/nodejs/typechain/factories/contracts/Interface/IRedemptionManager__factory.js.map +0 -1
  180. package/dist/nodejs/typechain/factories/contracts/Interface/ISortedBorrows__factory.d.ts +0 -284
  181. package/dist/nodejs/typechain/factories/contracts/Interface/ISortedBorrows__factory.js +0 -382
  182. package/dist/nodejs/typechain/factories/contracts/Interface/ISortedBorrows__factory.js.map +0 -1
  183. package/dist/nodejs/typechain/factories/contracts/Interface/IStdReference__factory.d.ts +0 -69
  184. package/dist/nodejs/typechain/factories/contracts/Interface/IStdReference__factory.js +0 -102
  185. package/dist/nodejs/typechain/factories/contracts/Interface/IStdReference__factory.js.map +0 -1
  186. package/dist/nodejs/typechain/factories/contracts/Interface/IUnitroller__factory.d.ts +0 -27
  187. package/dist/nodejs/typechain/factories/contracts/Interface/IUnitroller__factory.js +0 -46
  188. package/dist/nodejs/typechain/factories/contracts/Interface/IUnitroller__factory.js.map +0 -1
  189. package/dist/nodejs/typechain/factories/contracts/Interface/IVoltPair__factory.d.ts +0 -61
  190. package/dist/nodejs/typechain/factories/contracts/Interface/IVoltPair__factory.js +0 -89
  191. package/dist/nodejs/typechain/factories/contracts/Interface/IVoltPair__factory.js.map +0 -1
  192. package/dist/nodejs/typechain/factories/contracts/Interface/IWitnetFeed__factory.d.ts +0 -17
  193. package/dist/nodejs/typechain/factories/contracts/Interface/IWitnetFeed__factory.js +0 -33
  194. package/dist/nodejs/typechain/factories/contracts/Interface/IWitnetFeed__factory.js.map +0 -1
  195. package/dist/nodejs/typechain/factories/contracts/Interface/index.d.ts +0 -18
  196. package/dist/nodejs/typechain/factories/contracts/Interface/index.js +0 -65
  197. package/dist/nodejs/typechain/factories/contracts/Interface/index.js.map +0 -1
  198. /package/dist/nodejs/typechain/contracts/{Interface/ICTokenExternal.sol → CToken/Interfaces}/index.js +0 -0
  199. /package/dist/nodejs/typechain/contracts/{Interface → CToken/Test.sol}/index.js +0 -0
@@ -1,69 +0,0 @@
1
- import { type ContractRunner } from "ethers";
2
- import type { IStdReference, IStdReferenceInterface } from "../../../contracts/Interface/IStdReference";
3
- export declare class IStdReference__factory {
4
- static readonly abi: readonly [{
5
- readonly inputs: readonly [{
6
- readonly internalType: "string";
7
- readonly name: "_base";
8
- readonly type: "string";
9
- }, {
10
- readonly internalType: "string";
11
- readonly name: "_quote";
12
- readonly type: "string";
13
- }];
14
- readonly name: "getReferenceData";
15
- readonly outputs: readonly [{
16
- readonly components: readonly [{
17
- readonly internalType: "uint256";
18
- readonly name: "rate";
19
- readonly type: "uint256";
20
- }, {
21
- readonly internalType: "uint256";
22
- readonly name: "lastUpdatedBase";
23
- readonly type: "uint256";
24
- }, {
25
- readonly internalType: "uint256";
26
- readonly name: "lastUpdatedQuote";
27
- readonly type: "uint256";
28
- }];
29
- readonly internalType: "struct IStdReference.ReferenceData";
30
- readonly name: "";
31
- readonly type: "tuple";
32
- }];
33
- readonly stateMutability: "view";
34
- readonly type: "function";
35
- }, {
36
- readonly inputs: readonly [{
37
- readonly internalType: "string[]";
38
- readonly name: "_bases";
39
- readonly type: "string[]";
40
- }, {
41
- readonly internalType: "string[]";
42
- readonly name: "_quotes";
43
- readonly type: "string[]";
44
- }];
45
- readonly name: "getReferenceDataBulk";
46
- readonly outputs: readonly [{
47
- readonly components: readonly [{
48
- readonly internalType: "uint256";
49
- readonly name: "rate";
50
- readonly type: "uint256";
51
- }, {
52
- readonly internalType: "uint256";
53
- readonly name: "lastUpdatedBase";
54
- readonly type: "uint256";
55
- }, {
56
- readonly internalType: "uint256";
57
- readonly name: "lastUpdatedQuote";
58
- readonly type: "uint256";
59
- }];
60
- readonly internalType: "struct IStdReference.ReferenceData[]";
61
- readonly name: "";
62
- readonly type: "tuple[]";
63
- }];
64
- readonly stateMutability: "view";
65
- readonly type: "function";
66
- }];
67
- static createInterface(): IStdReferenceInterface;
68
- static connect(address: string, runner?: ContractRunner | null): IStdReference;
69
- }
@@ -1,102 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.IStdReference__factory = void 0;
7
- const ethers_1 = require("ethers");
8
- const _abi = [
9
- {
10
- inputs: [
11
- {
12
- internalType: "string",
13
- name: "_base",
14
- type: "string",
15
- },
16
- {
17
- internalType: "string",
18
- name: "_quote",
19
- type: "string",
20
- },
21
- ],
22
- name: "getReferenceData",
23
- outputs: [
24
- {
25
- components: [
26
- {
27
- internalType: "uint256",
28
- name: "rate",
29
- type: "uint256",
30
- },
31
- {
32
- internalType: "uint256",
33
- name: "lastUpdatedBase",
34
- type: "uint256",
35
- },
36
- {
37
- internalType: "uint256",
38
- name: "lastUpdatedQuote",
39
- type: "uint256",
40
- },
41
- ],
42
- internalType: "struct IStdReference.ReferenceData",
43
- name: "",
44
- type: "tuple",
45
- },
46
- ],
47
- stateMutability: "view",
48
- type: "function",
49
- },
50
- {
51
- inputs: [
52
- {
53
- internalType: "string[]",
54
- name: "_bases",
55
- type: "string[]",
56
- },
57
- {
58
- internalType: "string[]",
59
- name: "_quotes",
60
- type: "string[]",
61
- },
62
- ],
63
- name: "getReferenceDataBulk",
64
- outputs: [
65
- {
66
- components: [
67
- {
68
- internalType: "uint256",
69
- name: "rate",
70
- type: "uint256",
71
- },
72
- {
73
- internalType: "uint256",
74
- name: "lastUpdatedBase",
75
- type: "uint256",
76
- },
77
- {
78
- internalType: "uint256",
79
- name: "lastUpdatedQuote",
80
- type: "uint256",
81
- },
82
- ],
83
- internalType: "struct IStdReference.ReferenceData[]",
84
- name: "",
85
- type: "tuple[]",
86
- },
87
- ],
88
- stateMutability: "view",
89
- type: "function",
90
- },
91
- ];
92
- class IStdReference__factory {
93
- static createInterface() {
94
- return new ethers_1.Interface(_abi);
95
- }
96
- static connect(address, runner) {
97
- return new ethers_1.Contract(address, _abi, runner);
98
- }
99
- }
100
- exports.IStdReference__factory = IStdReference__factory;
101
- IStdReference__factory.abi = _abi;
102
- //# sourceMappingURL=IStdReference__factory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IStdReference__factory.js","sourceRoot":"","sources":["../../../../../../src/typechain/factories/contracts/Interface/IStdReference__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAkE;AAMlE,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;aACf;SACF;QACD,IAAI,EAAE,kBAAkB;QACxB,OAAO,EAAE;YACP;gBACE,UAAU,EAAE;oBACV;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,iBAAiB;wBACvB,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,YAAY,EAAE,oCAAoC;gBAClD,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;aACd;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,UAAU;gBACxB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,UAAU;aACjB;YACD;gBACE,YAAY,EAAE,UAAU;gBACxB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,UAAU;aACjB;SACF;QACD,IAAI,EAAE,sBAAsB;QAC5B,OAAO,EAAE;YACP;gBACE,UAAU,EAAE;oBACV;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,iBAAiB;wBACvB,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,YAAY,EAAE,sCAAsC;gBACpD,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;CACO,CAAC;AAEX,MAAa,sBAAsB;IAEjC,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,kBAAS,CAAC,IAAI,CAA2B,CAAC;IACvD,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,MAA8B;QAE9B,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,CAA6B,CAAC;IACzE,CAAC;;AAVH,wDAWC;AAViB,0BAAG,GAAG,IAAI,CAAC"}
@@ -1,27 +0,0 @@
1
- import { type ContractRunner } from "ethers";
2
- import type { IUnitroller, IUnitrollerInterface } from "../../../contracts/Interface/IUnitroller";
3
- export declare class IUnitroller__factory {
4
- static readonly abi: readonly [{
5
- readonly inputs: readonly [];
6
- readonly name: "_acceptImplementation";
7
- readonly outputs: readonly [{
8
- readonly internalType: "uint256";
9
- readonly name: "";
10
- readonly type: "uint256";
11
- }];
12
- readonly stateMutability: "nonpayable";
13
- readonly type: "function";
14
- }, {
15
- readonly inputs: readonly [];
16
- readonly name: "admin";
17
- readonly outputs: readonly [{
18
- readonly internalType: "address";
19
- readonly name: "";
20
- readonly type: "address";
21
- }];
22
- readonly stateMutability: "view";
23
- readonly type: "function";
24
- }];
25
- static createInterface(): IUnitrollerInterface;
26
- static connect(address: string, runner?: ContractRunner | null): IUnitroller;
27
- }
@@ -1,46 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.IUnitroller__factory = void 0;
7
- const ethers_1 = require("ethers");
8
- const _abi = [
9
- {
10
- inputs: [],
11
- name: "_acceptImplementation",
12
- outputs: [
13
- {
14
- internalType: "uint256",
15
- name: "",
16
- type: "uint256",
17
- },
18
- ],
19
- stateMutability: "nonpayable",
20
- type: "function",
21
- },
22
- {
23
- inputs: [],
24
- name: "admin",
25
- outputs: [
26
- {
27
- internalType: "address",
28
- name: "",
29
- type: "address",
30
- },
31
- ],
32
- stateMutability: "view",
33
- type: "function",
34
- },
35
- ];
36
- class IUnitroller__factory {
37
- static createInterface() {
38
- return new ethers_1.Interface(_abi);
39
- }
40
- static connect(address, runner) {
41
- return new ethers_1.Contract(address, _abi, runner);
42
- }
43
- }
44
- exports.IUnitroller__factory = IUnitroller__factory;
45
- IUnitroller__factory.abi = _abi;
46
- //# sourceMappingURL=IUnitroller__factory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IUnitroller__factory.js","sourceRoot":"","sources":["../../../../../../src/typechain/factories/contracts/Interface/IUnitroller__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAkE;AAMlE,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,uBAAuB;QAC7B,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,OAAO;QACb,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;CACO,CAAC;AAEX,MAAa,oBAAoB;IAE/B,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,kBAAS,CAAC,IAAI,CAAyB,CAAC;IACrD,CAAC;IACD,MAAM,CAAC,OAAO,CAAC,OAAe,EAAE,MAA8B;QAC5D,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,CAA2B,CAAC;IACvE,CAAC;;AAPH,oDAQC;AAPiB,wBAAG,GAAG,IAAI,CAAC"}
@@ -1,61 +0,0 @@
1
- import { type ContractRunner } from "ethers";
2
- import type { IVoltPair, IVoltPairInterface } from "../../../contracts/Interface/IVoltPair";
3
- export declare class IVoltPair__factory {
4
- static readonly abi: readonly [{
5
- readonly inputs: readonly [];
6
- readonly name: "metadata";
7
- readonly outputs: readonly [{
8
- readonly internalType: "uint256";
9
- readonly name: "dec0";
10
- readonly type: "uint256";
11
- }, {
12
- readonly internalType: "uint256";
13
- readonly name: "dec1";
14
- readonly type: "uint256";
15
- }, {
16
- readonly internalType: "uint256";
17
- readonly name: "r0";
18
- readonly type: "uint256";
19
- }, {
20
- readonly internalType: "uint256";
21
- readonly name: "r1";
22
- readonly type: "uint256";
23
- }, {
24
- readonly internalType: "bool";
25
- readonly name: "st";
26
- readonly type: "bool";
27
- }, {
28
- readonly internalType: "address";
29
- readonly name: "t0";
30
- readonly type: "address";
31
- }, {
32
- readonly internalType: "address";
33
- readonly name: "t1";
34
- readonly type: "address";
35
- }];
36
- readonly stateMutability: "view";
37
- readonly type: "function";
38
- }, {
39
- readonly inputs: readonly [];
40
- readonly name: "token0";
41
- readonly outputs: readonly [{
42
- readonly internalType: "address";
43
- readonly name: "";
44
- readonly type: "address";
45
- }];
46
- readonly stateMutability: "view";
47
- readonly type: "function";
48
- }, {
49
- readonly inputs: readonly [];
50
- readonly name: "token1";
51
- readonly outputs: readonly [{
52
- readonly internalType: "address";
53
- readonly name: "";
54
- readonly type: "address";
55
- }];
56
- readonly stateMutability: "view";
57
- readonly type: "function";
58
- }];
59
- static createInterface(): IVoltPairInterface;
60
- static connect(address: string, runner?: ContractRunner | null): IVoltPair;
61
- }
@@ -1,89 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.IVoltPair__factory = void 0;
7
- const ethers_1 = require("ethers");
8
- const _abi = [
9
- {
10
- inputs: [],
11
- name: "metadata",
12
- outputs: [
13
- {
14
- internalType: "uint256",
15
- name: "dec0",
16
- type: "uint256",
17
- },
18
- {
19
- internalType: "uint256",
20
- name: "dec1",
21
- type: "uint256",
22
- },
23
- {
24
- internalType: "uint256",
25
- name: "r0",
26
- type: "uint256",
27
- },
28
- {
29
- internalType: "uint256",
30
- name: "r1",
31
- type: "uint256",
32
- },
33
- {
34
- internalType: "bool",
35
- name: "st",
36
- type: "bool",
37
- },
38
- {
39
- internalType: "address",
40
- name: "t0",
41
- type: "address",
42
- },
43
- {
44
- internalType: "address",
45
- name: "t1",
46
- type: "address",
47
- },
48
- ],
49
- stateMutability: "view",
50
- type: "function",
51
- },
52
- {
53
- inputs: [],
54
- name: "token0",
55
- outputs: [
56
- {
57
- internalType: "address",
58
- name: "",
59
- type: "address",
60
- },
61
- ],
62
- stateMutability: "view",
63
- type: "function",
64
- },
65
- {
66
- inputs: [],
67
- name: "token1",
68
- outputs: [
69
- {
70
- internalType: "address",
71
- name: "",
72
- type: "address",
73
- },
74
- ],
75
- stateMutability: "view",
76
- type: "function",
77
- },
78
- ];
79
- class IVoltPair__factory {
80
- static createInterface() {
81
- return new ethers_1.Interface(_abi);
82
- }
83
- static connect(address, runner) {
84
- return new ethers_1.Contract(address, _abi, runner);
85
- }
86
- }
87
- exports.IVoltPair__factory = IVoltPair__factory;
88
- IVoltPair__factory.abi = _abi;
89
- //# sourceMappingURL=IVoltPair__factory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IVoltPair__factory.js","sourceRoot":"","sources":["../../../../../../src/typechain/factories/contracts/Interface/IVoltPair__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAkE;AAMlE,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,UAAU;QAChB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,MAAM;aACb;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;CACO,CAAC;AAEX,MAAa,kBAAkB;IAE7B,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,kBAAS,CAAC,IAAI,CAAuB,CAAC;IACnD,CAAC;IACD,MAAM,CAAC,OAAO,CAAC,OAAe,EAAE,MAA8B;QAC5D,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,CAAyB,CAAC;IACrE,CAAC;;AAPH,gDAQC;AAPiB,sBAAG,GAAG,IAAI,CAAC"}
@@ -1,17 +0,0 @@
1
- import { type ContractRunner } from "ethers";
2
- import type { IWitnetFeed, IWitnetFeedInterface } from "../../../contracts/Interface/IWitnetFeed";
3
- export declare class IWitnetFeed__factory {
4
- static readonly abi: readonly [{
5
- readonly inputs: readonly [];
6
- readonly name: "lastPrice";
7
- readonly outputs: readonly [{
8
- readonly internalType: "int256";
9
- readonly name: "";
10
- readonly type: "int256";
11
- }];
12
- readonly stateMutability: "view";
13
- readonly type: "function";
14
- }];
15
- static createInterface(): IWitnetFeedInterface;
16
- static connect(address: string, runner?: ContractRunner | null): IWitnetFeed;
17
- }
@@ -1,33 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.IWitnetFeed__factory = void 0;
7
- const ethers_1 = require("ethers");
8
- const _abi = [
9
- {
10
- inputs: [],
11
- name: "lastPrice",
12
- outputs: [
13
- {
14
- internalType: "int256",
15
- name: "",
16
- type: "int256",
17
- },
18
- ],
19
- stateMutability: "view",
20
- type: "function",
21
- },
22
- ];
23
- class IWitnetFeed__factory {
24
- static createInterface() {
25
- return new ethers_1.Interface(_abi);
26
- }
27
- static connect(address, runner) {
28
- return new ethers_1.Contract(address, _abi, runner);
29
- }
30
- }
31
- exports.IWitnetFeed__factory = IWitnetFeed__factory;
32
- IWitnetFeed__factory.abi = _abi;
33
- //# sourceMappingURL=IWitnetFeed__factory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IWitnetFeed__factory.js","sourceRoot":"","sources":["../../../../../../src/typechain/factories/contracts/Interface/IWitnetFeed__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAkE;AAMlE,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;CACO,CAAC;AAEX,MAAa,oBAAoB;IAE/B,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,kBAAS,CAAC,IAAI,CAAyB,CAAC;IACrD,CAAC;IACD,MAAM,CAAC,OAAO,CAAC,OAAe,EAAE,MAA8B;QAC5D,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,CAA2B,CAAC;IACvE,CAAC;;AAPH,oDAQC;AAPiB,wBAAG,GAAG,IAAI,CAAC"}
@@ -1,18 +0,0 @@
1
- export * as icTokenExternalSol from "./ICTokenExternal.sol";
2
- export { IAccountLiquidity__factory } from "./IAccountLiquidity__factory";
3
- export { ICErc20__factory } from "./ICErc20__factory";
4
- export { ICToken__factory } from "./ICToken__factory";
5
- export { IChainlinkFeed__factory } from "./IChainlinkFeed__factory";
6
- export { ICompLogic__factory } from "./ICompLogic__factory";
7
- export { IComptroller__factory } from "./IComptroller__factory";
8
- export { IEIP20NonStandard__factory } from "./IEIP20NonStandard__factory";
9
- export { IGovernorAlpha__factory } from "./IGovernorAlpha__factory";
10
- export { IGovernorBravo__factory } from "./IGovernorBravo__factory";
11
- export { IInterestRateModel__factory } from "./IInterestRateModel__factory";
12
- export { IPriceOracle__factory } from "./IPriceOracle__factory";
13
- export { IRedemptionManager__factory } from "./IRedemptionManager__factory";
14
- export { ISortedBorrows__factory } from "./ISortedBorrows__factory";
15
- export { IStdReference__factory } from "./IStdReference__factory";
16
- export { IUnitroller__factory } from "./IUnitroller__factory";
17
- export { IVoltPair__factory } from "./IVoltPair__factory";
18
- export { IWitnetFeed__factory } from "./IWitnetFeed__factory";
@@ -1,65 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.IWitnetFeed__factory = exports.IVoltPair__factory = exports.IUnitroller__factory = exports.IStdReference__factory = exports.ISortedBorrows__factory = exports.IRedemptionManager__factory = exports.IPriceOracle__factory = exports.IInterestRateModel__factory = exports.IGovernorBravo__factory = exports.IGovernorAlpha__factory = exports.IEIP20NonStandard__factory = exports.IComptroller__factory = exports.ICompLogic__factory = exports.IChainlinkFeed__factory = exports.ICToken__factory = exports.ICErc20__factory = exports.IAccountLiquidity__factory = exports.icTokenExternalSol = void 0;
27
- /* Autogenerated file. Do not edit manually. */
28
- /* tslint:disable */
29
- /* eslint-disable */
30
- exports.icTokenExternalSol = __importStar(require("./ICTokenExternal.sol"));
31
- var IAccountLiquidity__factory_1 = require("./IAccountLiquidity__factory");
32
- Object.defineProperty(exports, "IAccountLiquidity__factory", { enumerable: true, get: function () { return IAccountLiquidity__factory_1.IAccountLiquidity__factory; } });
33
- var ICErc20__factory_1 = require("./ICErc20__factory");
34
- Object.defineProperty(exports, "ICErc20__factory", { enumerable: true, get: function () { return ICErc20__factory_1.ICErc20__factory; } });
35
- var ICToken__factory_1 = require("./ICToken__factory");
36
- Object.defineProperty(exports, "ICToken__factory", { enumerable: true, get: function () { return ICToken__factory_1.ICToken__factory; } });
37
- var IChainlinkFeed__factory_1 = require("./IChainlinkFeed__factory");
38
- Object.defineProperty(exports, "IChainlinkFeed__factory", { enumerable: true, get: function () { return IChainlinkFeed__factory_1.IChainlinkFeed__factory; } });
39
- var ICompLogic__factory_1 = require("./ICompLogic__factory");
40
- Object.defineProperty(exports, "ICompLogic__factory", { enumerable: true, get: function () { return ICompLogic__factory_1.ICompLogic__factory; } });
41
- var IComptroller__factory_1 = require("./IComptroller__factory");
42
- Object.defineProperty(exports, "IComptroller__factory", { enumerable: true, get: function () { return IComptroller__factory_1.IComptroller__factory; } });
43
- var IEIP20NonStandard__factory_1 = require("./IEIP20NonStandard__factory");
44
- Object.defineProperty(exports, "IEIP20NonStandard__factory", { enumerable: true, get: function () { return IEIP20NonStandard__factory_1.IEIP20NonStandard__factory; } });
45
- var IGovernorAlpha__factory_1 = require("./IGovernorAlpha__factory");
46
- Object.defineProperty(exports, "IGovernorAlpha__factory", { enumerable: true, get: function () { return IGovernorAlpha__factory_1.IGovernorAlpha__factory; } });
47
- var IGovernorBravo__factory_1 = require("./IGovernorBravo__factory");
48
- Object.defineProperty(exports, "IGovernorBravo__factory", { enumerable: true, get: function () { return IGovernorBravo__factory_1.IGovernorBravo__factory; } });
49
- var IInterestRateModel__factory_1 = require("./IInterestRateModel__factory");
50
- Object.defineProperty(exports, "IInterestRateModel__factory", { enumerable: true, get: function () { return IInterestRateModel__factory_1.IInterestRateModel__factory; } });
51
- var IPriceOracle__factory_1 = require("./IPriceOracle__factory");
52
- Object.defineProperty(exports, "IPriceOracle__factory", { enumerable: true, get: function () { return IPriceOracle__factory_1.IPriceOracle__factory; } });
53
- var IRedemptionManager__factory_1 = require("./IRedemptionManager__factory");
54
- Object.defineProperty(exports, "IRedemptionManager__factory", { enumerable: true, get: function () { return IRedemptionManager__factory_1.IRedemptionManager__factory; } });
55
- var ISortedBorrows__factory_1 = require("./ISortedBorrows__factory");
56
- Object.defineProperty(exports, "ISortedBorrows__factory", { enumerable: true, get: function () { return ISortedBorrows__factory_1.ISortedBorrows__factory; } });
57
- var IStdReference__factory_1 = require("./IStdReference__factory");
58
- Object.defineProperty(exports, "IStdReference__factory", { enumerable: true, get: function () { return IStdReference__factory_1.IStdReference__factory; } });
59
- var IUnitroller__factory_1 = require("./IUnitroller__factory");
60
- Object.defineProperty(exports, "IUnitroller__factory", { enumerable: true, get: function () { return IUnitroller__factory_1.IUnitroller__factory; } });
61
- var IVoltPair__factory_1 = require("./IVoltPair__factory");
62
- Object.defineProperty(exports, "IVoltPair__factory", { enumerable: true, get: function () { return IVoltPair__factory_1.IVoltPair__factory; } });
63
- var IWitnetFeed__factory_1 = require("./IWitnetFeed__factory");
64
- Object.defineProperty(exports, "IWitnetFeed__factory", { enumerable: true, get: function () { return IWitnetFeed__factory_1.IWitnetFeed__factory; } });
65
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/typechain/factories/contracts/Interface/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,4EAA4D;AAC5D,2EAA0E;AAAjE,wIAAA,0BAA0B,OAAA;AACnC,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA;AACzB,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA;AACzB,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,2EAA0E;AAAjE,wIAAA,0BAA0B,OAAA;AACnC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA;AAC7B,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA"}