morpho-contracts-helper 0.0.3 → 0.0.4

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 (182) hide show
  1. package/contracts/DComp.sol +137 -0
  2. package/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.sol +301 -0
  3. package/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.sol +34 -0
  4. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
  5. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
  6. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable.js +3 -0
  7. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable.js.map +1 -0
  8. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable2Step.d.ts +78 -0
  9. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable2Step.d.ts.map +1 -0
  10. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable2Step.js +3 -0
  11. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable2Step.js.map +1 -0
  12. package/dist/typechain-types/@openzeppelin/contracts/access/index.d.ts +3 -0
  13. package/dist/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  14. package/dist/typechain-types/@openzeppelin/contracts/access/index.js +3 -0
  15. package/dist/typechain-types/@openzeppelin/contracts/access/index.js.map +1 -0
  16. package/dist/typechain-types/@openzeppelin/contracts/index.d.ts +4 -0
  17. package/dist/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -1
  18. package/dist/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts +232 -0
  19. package/dist/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts.map +1 -0
  20. package/dist/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +3 -0
  21. package/dist/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js.map +1 -0
  22. package/dist/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  23. package/dist/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  24. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper.d.ts +174 -0
  25. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper.d.ts.map +1 -0
  26. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper.js +3 -0
  27. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper.js.map +1 -0
  28. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +1 -0
  29. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -1
  30. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +2 -0
  31. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
  32. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +21 -0
  33. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts.map +1 -0
  34. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +3 -0
  35. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js.map +1 -0
  36. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
  37. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
  38. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +3 -0
  39. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js.map +1 -0
  40. package/dist/typechain-types/@openzeppelin/contracts/utils/index.d.ts +3 -0
  41. package/dist/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  42. package/dist/typechain-types/@openzeppelin/contracts/utils/index.js +3 -0
  43. package/dist/typechain-types/@openzeppelin/contracts/utils/index.js.map +1 -0
  44. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
  45. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
  46. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +3 -0
  47. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js.map +1 -0
  48. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +2 -0
  49. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  50. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +3 -0
  51. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  52. package/dist/typechain-types/contracts/DComp.d.ts +285 -0
  53. package/dist/typechain-types/contracts/DComp.d.ts.map +1 -0
  54. package/dist/typechain-types/contracts/DComp.js +3 -0
  55. package/dist/typechain-types/contracts/DComp.js.map +1 -0
  56. package/dist/typechain-types/contracts/index.d.ts +3 -0
  57. package/dist/typechain-types/contracts/index.d.ts.map +1 -1
  58. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.d.ts +285 -0
  59. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.d.ts.map +1 -0
  60. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.js +3 -0
  61. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.js.map +1 -0
  62. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/index.d.ts +4 -0
  63. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/index.d.ts.map +1 -0
  64. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/index.js +3 -0
  65. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/index.js.map +1 -0
  66. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.d.ts +285 -0
  67. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.d.ts.map +1 -0
  68. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.js +3 -0
  69. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.js.map +1 -0
  70. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.d.ts +2 -0
  71. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.d.ts.map +1 -0
  72. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.js +3 -0
  73. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.js.map +1 -0
  74. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/index.d.ts +3 -0
  75. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/index.d.ts.map +1 -0
  76. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/index.js +3 -0
  77. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/index.js.map +1 -0
  78. package/dist/typechain-types/contracts/vendor/@compound-finance/index.d.ts +3 -0
  79. package/dist/typechain-types/contracts/vendor/@compound-finance/index.d.ts.map +1 -0
  80. package/dist/typechain-types/contracts/vendor/@compound-finance/index.js +3 -0
  81. package/dist/typechain-types/contracts/vendor/@compound-finance/index.js.map +1 -0
  82. package/dist/typechain-types/contracts/vendor/index.d.ts +3 -0
  83. package/dist/typechain-types/contracts/vendor/index.d.ts.map +1 -0
  84. package/dist/typechain-types/contracts/vendor/index.js +3 -0
  85. package/dist/typechain-types/contracts/vendor/index.js.map +1 -0
  86. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable2Step__factory.d.ts +96 -0
  87. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable2Step__factory.d.ts.map +1 -0
  88. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable2Step__factory.js +134 -0
  89. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable2Step__factory.js.map +1 -0
  90. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
  91. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
  92. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +95 -0
  93. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
  94. package/dist/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +3 -0
  95. package/dist/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  96. package/dist/typechain-types/factories/@openzeppelin/contracts/access/index.js +12 -0
  97. package/dist/typechain-types/factories/@openzeppelin/contracts/access/index.js.map +1 -0
  98. package/dist/typechain-types/factories/@openzeppelin/contracts/index.d.ts +2 -0
  99. package/dist/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -1
  100. package/dist/typechain-types/factories/@openzeppelin/contracts/index.js +3 -1
  101. package/dist/typechain-types/factories/@openzeppelin/contracts/index.js.map +1 -1
  102. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts +290 -0
  103. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts.map +1 -0
  104. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +392 -0
  105. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js.map +1 -0
  106. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  107. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  108. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
  109. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -1
  110. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper__factory.d.ts +304 -0
  111. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper__factory.d.ts.map +1 -0
  112. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper__factory.js +412 -0
  113. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper__factory.js.map +1 -0
  114. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +1 -0
  115. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -1
  116. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +3 -1
  117. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -1
  118. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +1 -0
  119. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
  120. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +2 -1
  121. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -1
  122. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +47 -0
  123. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -0
  124. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +73 -0
  125. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js.map +1 -0
  126. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
  127. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
  128. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +10 -0
  129. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js.map +1 -0
  130. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +2 -0
  131. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  132. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/index.js +42 -0
  133. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/index.js.map +1 -0
  134. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
  135. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
  136. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +40 -0
  137. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js.map +1 -0
  138. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +2 -0
  139. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  140. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +10 -0
  141. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  142. package/dist/typechain-types/factories/contracts/DComp__factory.d.ts +514 -0
  143. package/dist/typechain-types/factories/contracts/DComp__factory.d.ts.map +1 -0
  144. package/dist/typechain-types/factories/contracts/DComp__factory.js +686 -0
  145. package/dist/typechain-types/factories/contracts/DComp__factory.js.map +1 -0
  146. package/dist/typechain-types/factories/contracts/index.d.ts +2 -0
  147. package/dist/typechain-types/factories/contracts/index.d.ts.map +1 -1
  148. package/dist/typechain-types/factories/contracts/index.js +4 -1
  149. package/dist/typechain-types/factories/contracts/index.js.map +1 -1
  150. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.d.ts +397 -0
  151. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.d.ts.map +1 -0
  152. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.js +530 -0
  153. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.js.map +1 -0
  154. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.d.ts +3 -0
  155. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.d.ts.map +1 -0
  156. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.js +44 -0
  157. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.js.map +1 -0
  158. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp__factory.d.ts +374 -0
  159. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp__factory.d.ts.map +1 -0
  160. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp__factory.js +499 -0
  161. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp__factory.js.map +1 -0
  162. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.d.ts +2 -0
  163. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.d.ts.map +1 -0
  164. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.js +10 -0
  165. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.js.map +1 -0
  166. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/index.d.ts +2 -0
  167. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/index.d.ts.map +1 -0
  168. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/index.js +42 -0
  169. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/index.js.map +1 -0
  170. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/index.d.ts +2 -0
  171. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/index.d.ts.map +1 -0
  172. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/index.js +42 -0
  173. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/index.js.map +1 -0
  174. package/dist/typechain-types/factories/contracts/vendor/index.d.ts +2 -0
  175. package/dist/typechain-types/factories/contracts/vendor/index.d.ts.map +1 -0
  176. package/dist/typechain-types/factories/contracts/vendor/index.js +42 -0
  177. package/dist/typechain-types/factories/contracts/vendor/index.js.map +1 -0
  178. package/dist/typechain-types/index.d.ts +18 -0
  179. package/dist/typechain-types/index.d.ts.map +1 -1
  180. package/dist/typechain-types/index.js +19 -1
  181. package/dist/typechain-types/index.js.map +1 -1
  182. package/package.json +1 -1
@@ -0,0 +1,530 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Comp__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ // @ts-nocheck
6
+ /* tslint:disable */
7
+ /* eslint-disable */
8
+ const ethers_1 = require("ethers");
9
+ const _abi = [
10
+ {
11
+ inputs: [
12
+ {
13
+ internalType: "address",
14
+ name: "account",
15
+ type: "address",
16
+ },
17
+ ],
18
+ stateMutability: "nonpayable",
19
+ type: "constructor",
20
+ },
21
+ {
22
+ anonymous: false,
23
+ inputs: [
24
+ {
25
+ indexed: true,
26
+ internalType: "address",
27
+ name: "owner",
28
+ type: "address",
29
+ },
30
+ {
31
+ indexed: true,
32
+ internalType: "address",
33
+ name: "spender",
34
+ type: "address",
35
+ },
36
+ {
37
+ indexed: false,
38
+ internalType: "uint256",
39
+ name: "amount",
40
+ type: "uint256",
41
+ },
42
+ ],
43
+ name: "Approval",
44
+ type: "event",
45
+ },
46
+ {
47
+ anonymous: false,
48
+ inputs: [
49
+ {
50
+ indexed: true,
51
+ internalType: "address",
52
+ name: "delegator",
53
+ type: "address",
54
+ },
55
+ {
56
+ indexed: true,
57
+ internalType: "address",
58
+ name: "fromDelegate",
59
+ type: "address",
60
+ },
61
+ {
62
+ indexed: true,
63
+ internalType: "address",
64
+ name: "toDelegate",
65
+ type: "address",
66
+ },
67
+ ],
68
+ name: "DelegateChanged",
69
+ type: "event",
70
+ },
71
+ {
72
+ anonymous: false,
73
+ inputs: [
74
+ {
75
+ indexed: true,
76
+ internalType: "address",
77
+ name: "delegate",
78
+ type: "address",
79
+ },
80
+ {
81
+ indexed: false,
82
+ internalType: "uint256",
83
+ name: "previousBalance",
84
+ type: "uint256",
85
+ },
86
+ {
87
+ indexed: false,
88
+ internalType: "uint256",
89
+ name: "newBalance",
90
+ type: "uint256",
91
+ },
92
+ ],
93
+ name: "DelegateVotesChanged",
94
+ type: "event",
95
+ },
96
+ {
97
+ anonymous: false,
98
+ inputs: [
99
+ {
100
+ indexed: true,
101
+ internalType: "address",
102
+ name: "from",
103
+ type: "address",
104
+ },
105
+ {
106
+ indexed: true,
107
+ internalType: "address",
108
+ name: "to",
109
+ type: "address",
110
+ },
111
+ {
112
+ indexed: false,
113
+ internalType: "uint256",
114
+ name: "amount",
115
+ type: "uint256",
116
+ },
117
+ ],
118
+ name: "Transfer",
119
+ type: "event",
120
+ },
121
+ {
122
+ inputs: [],
123
+ name: "DELEGATION_TYPEHASH",
124
+ outputs: [
125
+ {
126
+ internalType: "bytes32",
127
+ name: "",
128
+ type: "bytes32",
129
+ },
130
+ ],
131
+ stateMutability: "view",
132
+ type: "function",
133
+ },
134
+ {
135
+ inputs: [],
136
+ name: "DOMAIN_TYPEHASH",
137
+ outputs: [
138
+ {
139
+ internalType: "bytes32",
140
+ name: "",
141
+ type: "bytes32",
142
+ },
143
+ ],
144
+ stateMutability: "view",
145
+ type: "function",
146
+ },
147
+ {
148
+ inputs: [
149
+ {
150
+ internalType: "address",
151
+ name: "account",
152
+ type: "address",
153
+ },
154
+ {
155
+ internalType: "address",
156
+ name: "spender",
157
+ type: "address",
158
+ },
159
+ ],
160
+ name: "allowance",
161
+ outputs: [
162
+ {
163
+ internalType: "uint256",
164
+ name: "",
165
+ type: "uint256",
166
+ },
167
+ ],
168
+ stateMutability: "view",
169
+ type: "function",
170
+ },
171
+ {
172
+ inputs: [
173
+ {
174
+ internalType: "address",
175
+ name: "spender",
176
+ type: "address",
177
+ },
178
+ {
179
+ internalType: "uint256",
180
+ name: "rawAmount",
181
+ type: "uint256",
182
+ },
183
+ ],
184
+ name: "approve",
185
+ outputs: [
186
+ {
187
+ internalType: "bool",
188
+ name: "",
189
+ type: "bool",
190
+ },
191
+ ],
192
+ stateMutability: "nonpayable",
193
+ type: "function",
194
+ },
195
+ {
196
+ inputs: [
197
+ {
198
+ internalType: "address",
199
+ name: "account",
200
+ type: "address",
201
+ },
202
+ ],
203
+ name: "balanceOf",
204
+ outputs: [
205
+ {
206
+ internalType: "uint256",
207
+ name: "",
208
+ type: "uint256",
209
+ },
210
+ ],
211
+ stateMutability: "view",
212
+ type: "function",
213
+ },
214
+ {
215
+ inputs: [
216
+ {
217
+ internalType: "address",
218
+ name: "",
219
+ type: "address",
220
+ },
221
+ {
222
+ internalType: "uint32",
223
+ name: "",
224
+ type: "uint32",
225
+ },
226
+ ],
227
+ name: "checkpoints",
228
+ outputs: [
229
+ {
230
+ internalType: "uint32",
231
+ name: "fromBlock",
232
+ type: "uint32",
233
+ },
234
+ {
235
+ internalType: "uint96",
236
+ name: "votes",
237
+ type: "uint96",
238
+ },
239
+ ],
240
+ stateMutability: "view",
241
+ type: "function",
242
+ },
243
+ {
244
+ inputs: [],
245
+ name: "decimals",
246
+ outputs: [
247
+ {
248
+ internalType: "uint8",
249
+ name: "",
250
+ type: "uint8",
251
+ },
252
+ ],
253
+ stateMutability: "view",
254
+ type: "function",
255
+ },
256
+ {
257
+ inputs: [
258
+ {
259
+ internalType: "address",
260
+ name: "delegatee",
261
+ type: "address",
262
+ },
263
+ ],
264
+ name: "delegate",
265
+ outputs: [],
266
+ stateMutability: "nonpayable",
267
+ type: "function",
268
+ },
269
+ {
270
+ inputs: [
271
+ {
272
+ internalType: "address",
273
+ name: "delegatee",
274
+ type: "address",
275
+ },
276
+ {
277
+ internalType: "uint256",
278
+ name: "nonce",
279
+ type: "uint256",
280
+ },
281
+ {
282
+ internalType: "uint256",
283
+ name: "expiry",
284
+ type: "uint256",
285
+ },
286
+ {
287
+ internalType: "uint8",
288
+ name: "v",
289
+ type: "uint8",
290
+ },
291
+ {
292
+ internalType: "bytes32",
293
+ name: "r",
294
+ type: "bytes32",
295
+ },
296
+ {
297
+ internalType: "bytes32",
298
+ name: "s",
299
+ type: "bytes32",
300
+ },
301
+ ],
302
+ name: "delegateBySig",
303
+ outputs: [],
304
+ stateMutability: "nonpayable",
305
+ type: "function",
306
+ },
307
+ {
308
+ inputs: [
309
+ {
310
+ internalType: "address",
311
+ name: "",
312
+ type: "address",
313
+ },
314
+ ],
315
+ name: "delegates",
316
+ outputs: [
317
+ {
318
+ internalType: "address",
319
+ name: "",
320
+ type: "address",
321
+ },
322
+ ],
323
+ stateMutability: "view",
324
+ type: "function",
325
+ },
326
+ {
327
+ inputs: [
328
+ {
329
+ internalType: "address",
330
+ name: "account",
331
+ type: "address",
332
+ },
333
+ ],
334
+ name: "getCurrentVotes",
335
+ outputs: [
336
+ {
337
+ internalType: "uint96",
338
+ name: "",
339
+ type: "uint96",
340
+ },
341
+ ],
342
+ stateMutability: "view",
343
+ type: "function",
344
+ },
345
+ {
346
+ inputs: [
347
+ {
348
+ internalType: "address",
349
+ name: "account",
350
+ type: "address",
351
+ },
352
+ {
353
+ internalType: "uint256",
354
+ name: "blockNumber",
355
+ type: "uint256",
356
+ },
357
+ ],
358
+ name: "getPriorVotes",
359
+ outputs: [
360
+ {
361
+ internalType: "uint96",
362
+ name: "",
363
+ type: "uint96",
364
+ },
365
+ ],
366
+ stateMutability: "view",
367
+ type: "function",
368
+ },
369
+ {
370
+ inputs: [],
371
+ name: "name",
372
+ outputs: [
373
+ {
374
+ internalType: "string",
375
+ name: "",
376
+ type: "string",
377
+ },
378
+ ],
379
+ stateMutability: "view",
380
+ type: "function",
381
+ },
382
+ {
383
+ inputs: [
384
+ {
385
+ internalType: "address",
386
+ name: "",
387
+ type: "address",
388
+ },
389
+ ],
390
+ name: "nonces",
391
+ outputs: [
392
+ {
393
+ internalType: "uint256",
394
+ name: "",
395
+ type: "uint256",
396
+ },
397
+ ],
398
+ stateMutability: "view",
399
+ type: "function",
400
+ },
401
+ {
402
+ inputs: [
403
+ {
404
+ internalType: "address",
405
+ name: "",
406
+ type: "address",
407
+ },
408
+ ],
409
+ name: "numCheckpoints",
410
+ outputs: [
411
+ {
412
+ internalType: "uint32",
413
+ name: "",
414
+ type: "uint32",
415
+ },
416
+ ],
417
+ stateMutability: "view",
418
+ type: "function",
419
+ },
420
+ {
421
+ inputs: [],
422
+ name: "symbol",
423
+ outputs: [
424
+ {
425
+ internalType: "string",
426
+ name: "",
427
+ type: "string",
428
+ },
429
+ ],
430
+ stateMutability: "view",
431
+ type: "function",
432
+ },
433
+ {
434
+ inputs: [],
435
+ name: "totalSupply",
436
+ outputs: [
437
+ {
438
+ internalType: "uint256",
439
+ name: "",
440
+ type: "uint256",
441
+ },
442
+ ],
443
+ stateMutability: "view",
444
+ type: "function",
445
+ },
446
+ {
447
+ inputs: [
448
+ {
449
+ internalType: "address",
450
+ name: "dst",
451
+ type: "address",
452
+ },
453
+ {
454
+ internalType: "uint256",
455
+ name: "rawAmount",
456
+ type: "uint256",
457
+ },
458
+ ],
459
+ name: "transfer",
460
+ outputs: [
461
+ {
462
+ internalType: "bool",
463
+ name: "",
464
+ type: "bool",
465
+ },
466
+ ],
467
+ stateMutability: "nonpayable",
468
+ type: "function",
469
+ },
470
+ {
471
+ inputs: [
472
+ {
473
+ internalType: "address",
474
+ name: "src",
475
+ type: "address",
476
+ },
477
+ {
478
+ internalType: "address",
479
+ name: "dst",
480
+ type: "address",
481
+ },
482
+ {
483
+ internalType: "uint256",
484
+ name: "rawAmount",
485
+ type: "uint256",
486
+ },
487
+ ],
488
+ name: "transferFrom",
489
+ outputs: [
490
+ {
491
+ internalType: "bool",
492
+ name: "",
493
+ type: "bool",
494
+ },
495
+ ],
496
+ stateMutability: "nonpayable",
497
+ type: "function",
498
+ },
499
+ ];
500
+ const _bytecode = "0x6080604052348015600f57600080fd5b506040516118f53803806118f5833981016040819052602c9160a0565b6001600160a01b03811660008181526001602052604080822080546001600160601b0319166a084595161401484a00000090811790915590517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9160939190815260200190565b60405180910390a35060ce565b60006020828403121560b157600080fd5b81516001600160a01b038116811460c757600080fd5b9392505050565b611818806100dd6000396000f3fe608060405234801561001057600080fd5b50600436106101215760003560e01c806370a08231116100ad578063b4b5ea5711610071578063b4b5ea571461033e578063c3cda52014610351578063dd62ed3e14610364578063e7a324dc146103a4578063f1127ed8146103cb57600080fd5b806370a082311461028b578063782d6fe1146102bd5780637ecebe00146102e857806395d89b4114610308578063a9059cbb1461032b57600080fd5b806323b872dd116100f457806323b872dd146101cd578063313ce567146101e0578063587cde1e146101fa5780635c19a95c1461023b5780636fcfff451461025057600080fd5b806306fdde0314610126578063095ea7b31461016357806318160ddd1461018657806320606b70146101a6575b600080fd5b61014d6040518060400160405280600881526020016710dbdb5c1bdd5b9960c21b81525081565b60405161015a91906113d7565b60405180910390f35b610176610171366004611441565b610432565b604051901515815260200161015a565b6101986a084595161401484a00000081565b60405190815260200161015a565b6101987f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6101766101db36600461146b565b6104f0565b6101e8601281565b60405160ff909116815260200161015a565b6102236102083660046114a8565b6002602052600090815260409020546001600160a01b031681565b6040516001600160a01b03909116815260200161015a565b61024e6102493660046114a8565b610631565b005b61027661025e3660046114a8565b60046020526000908152604090205463ffffffff1681565b60405163ffffffff909116815260200161015a565b6101986102993660046114a8565b6001600160a01b03166000908152600160205260409020546001600160601b031690565b6102d06102cb366004611441565b61063e565b6040516001600160601b03909116815260200161015a565b6101986102f63660046114a8565b60056020526000908152604090205481565b61014d604051806040016040528060048152602001630434f4d560e41b81525081565b610176610339366004611441565b6108cd565b6102d061034c3660046114a8565b610909565b61024e61035f3660046114c3565b610987565b610198610372366004611523565b6001600160a01b039182166000908152602081815260408083209390941682529190915220546001600160601b031690565b6101987fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf81565b61040e6103d9366004611556565b600360209081526000928352604080842090915290825290205463ffffffff811690600160201b90046001600160601b031682565b6040805163ffffffff90931683526001600160601b0390911660208301520161015a565b600080600019830361044c57506001600160601b03610471565b61046e836040518060600160405280602581526020016116a860259139610c73565b90505b336000818152602081815260408083206001600160a01b0389168085529083529281902080546001600160601b0319166001600160601b03871690811790915590519081529192917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a360019150505b92915050565b6001600160a01b0383166000908152602081815260408083203380855290835281842054825160608101909352602580845291936001600160601b0390911692859261054692889291906116a890830139610c73565b9050866001600160a01b0316836001600160a01b03161415801561057357506001600160601b0382811614155b1561061957600061059d83836040518060600160405280603d815260200161177f603d9139610ca2565b6001600160a01b03898116600081815260208181526040808320948a168084529482529182902080546001600160601b0319166001600160601b0387169081179091559151918252939450919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505b610624878783610cec565b5060019695505050505050565b61063b3382610f3d565b50565b60004382106106a45760405162461bcd60e51b815260206004820152602760248201527f436f6d703a3a6765745072696f72566f7465733a206e6f742079657420646574604482015266195c9b5a5b995960ca1b60648201526084015b60405180910390fd5b6001600160a01b03831660009081526004602052604081205463ffffffff16908190036106d55760009150506104ea565b6001600160a01b038416600090815260036020526040812084916106fa6001856115ac565b63ffffffff9081168252602082019290925260400160002054161161076d576001600160a01b03841660009081526003602052604081209061073d6001846115ac565b63ffffffff168152602081019190915260400160002054600160201b90046001600160601b031691506104ea9050565b6001600160a01b038416600090815260036020908152604080832083805290915290205463ffffffff168310156107a85760009150506104ea565b6000806107b66001846115ac565b90505b8163ffffffff168163ffffffff16111561088857600060026107db84846115ac565b6107e591906115c8565b6107ef90836115ac565b6001600160a01b038816600090815260036020908152604080832063ffffffff858116855290835292819020815180830190925254928316808252600160201b9093046001600160601b03169181019190915291925087900361085c576020015194506104ea9350505050565b805163ffffffff1687111561087357819350610881565b61087e6001836115ac565b92505b50506107b9565b506001600160a01b038516600090815260036020908152604080832063ffffffff909416835292905220546001600160601b03600160201b9091041691505092915050565b6000806108f2836040518060600160405280602681526020016116cd60269139610c73565b90506108ff338583610cec565b5060019392505050565b6001600160a01b03811660009081526004602052604081205463ffffffff1680610934576000610980565b6001600160a01b0383166000908152600360205260408120906109586001846115ac565b63ffffffff168152602081019190915260400160002054600160201b90046001600160601b03165b9392505050565b604080518082018252600881526710dbdb5c1bdd5b9960c21b60209182015281517f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866818301527f561ca898cce9f021c15a441ef41899706e923541cee724530075d1a1144761c781840152466060820152306080808301919091528351808303909101815260a0820184528051908301207fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf60c08301526001600160a01b038a1660e083015261010082018990526101208083018990528451808403909101815261014083019094528351939092019290922061190160f01b6101608401526101628301829052610182830181905290916000906101a20160408051601f198184030181528282528051602091820120600080855291840180845281905260ff8a169284019290925260608301889052608083018790529092509060019060a0016020604051602081039080840390855afa158015610b0a573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116610b7c5760405162461bcd60e51b815260206004820152602660248201527f436f6d703a3a64656c656761746542795369673a20696e76616c6964207369676044820152656e617475726560d01b606482015260840161069b565b6001600160a01b0381166000908152600560205260408120805491610ba0836115fe565b919050558914610bfd5760405162461bcd60e51b815260206004820152602260248201527f436f6d703a3a64656c656761746542795369673a20696e76616c6964206e6f6e604482015261636560f01b606482015260840161069b565b87421115610c5c5760405162461bcd60e51b815260206004820152602660248201527f436f6d703a3a64656c656761746542795369673a207369676e617475726520656044820152651e1c1a5c995960d21b606482015260840161069b565b610c66818b610f3d565b505050505b505050505050565b600081600160601b8410610c9a5760405162461bcd60e51b815260040161069b91906113d7565b509192915050565b6000836001600160601b0316836001600160601b031611158290610cd95760405162461bcd60e51b815260040161069b91906113d7565b50610ce48385611617565b949350505050565b6001600160a01b038316610d685760405162461bcd60e51b815260206004820152603c60248201527f436f6d703a3a5f7472616e73666572546f6b656e733a2063616e6e6f7420747260448201527f616e736665722066726f6d20746865207a65726f206164647265737300000000606482015260840161069b565b6001600160a01b038216610de45760405162461bcd60e51b815260206004820152603a60248201527f436f6d703a3a5f7472616e73666572546f6b656e733a2063616e6e6f7420747260448201527f616e7366657220746f20746865207a65726f2061646472657373000000000000606482015260840161069b565b6001600160a01b038316600090815260016020908152604091829020548251606081019093526036808452610e2f936001600160601b03909216928592919061167290830139610ca2565b6001600160a01b03848116600090815260016020908152604080832080546001600160601b0319166001600160601b03968716179055928616825290829020548251606081019093526030808452610e97949190911692859290919061174f90830139610fc7565b6001600160a01b0383811660008181526001602090815260409182902080546001600160601b0319166001600160601b03968716179055905193851684529092918616917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a36001600160a01b03808416600090815260026020526040808220548584168352912054610f3892918216911683611014565b505050565b6001600160a01b03808316600081815260026020818152604080842080546001845282862054949093528787166001600160a01b031984168117909155905191909516946001600160601b039092169391928592917f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f9190a4610fc1828483611014565b50505050565b600080610fd48486611636565b9050846001600160601b0316816001600160601b03161015839061100b5760405162461bcd60e51b815260040161069b91906113d7565b50949350505050565b816001600160a01b0316836001600160a01b03161415801561103f57506000816001600160601b0316115b15610f38576001600160a01b03831615611104576001600160a01b03831660009081526004602052604081205463ffffffff16908161107f5760006110cb565b6001600160a01b0385166000908152600360205260408120906110a36001856115ac565b63ffffffff168152602081019190915260400160002054600160201b90046001600160601b03165b905060006110f2828560405180606001604052806028815260200161172760289139610ca2565b9050611100868484846111bc565b5050505b6001600160a01b03821615610f38576001600160a01b03821660009081526004602052604081205463ffffffff16908161113f57600061118b565b6001600160a01b0384166000908152600360205260408120906111636001856115ac565b63ffffffff168152602081019190915260400160002054600160201b90046001600160601b03165b905060006111b282856040518060600160405280602781526020016117bc60279139610fc7565b9050610c6b858484845b60006111e0436040518060600160405280603481526020016116f3603491396113b4565b905060008463ffffffff1611801561123a57506001600160a01b038516600090815260036020526040812063ffffffff83169161121e6001886115ac565b63ffffffff908116825260208201929092526040016000205416145b156112ae576001600160a01b038516600090815260036020526040812083916112646001886115ac565b63ffffffff168152602081019190915260400160002080546001600160601b0392909216600160201b026fffffffffffffffffffffffff000000001990921691909117905561135f565b60408051808201825263ffffffff80841682526001600160601b0380861660208085019182526001600160a01b038b166000908152600382528681208b8616825290915294909420925183549451909116600160201b026fffffffffffffffffffffffffffffffff1990941691161791909117905561132e846001611655565b6001600160a01b0386166000908152600460205260409020805463ffffffff191663ffffffff929092169190911790555b604080516001600160601b038086168252841660208201526001600160a01b038716917fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724910160405180910390a25050505050565b600081600160201b8410610c9a5760405162461bcd60e51b815260040161069b91905b602081526000825180602084015260005b8181101561140557602081860181015160408684010152016113e8565b506000604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b038116811461143c57600080fd5b919050565b6000806040838503121561145457600080fd5b61145d83611425565b946020939093013593505050565b60008060006060848603121561148057600080fd5b61148984611425565b925061149760208501611425565b929592945050506040919091013590565b6000602082840312156114ba57600080fd5b61098082611425565b60008060008060008060c087890312156114dc57600080fd5b6114e587611425565b95506020870135945060408701359350606087013560ff8116811461150957600080fd5b9598949750929560808101359460a0909101359350915050565b6000806040838503121561153657600080fd5b61153f83611425565b915061154d60208401611425565b90509250929050565b6000806040838503121561156957600080fd5b61157283611425565b9150602083013563ffffffff8116811461158b57600080fd5b809150509250929050565b634e487b7160e01b600052601160045260246000fd5b63ffffffff82811682821603908111156104ea576104ea611596565b600063ffffffff8316806115ec57634e487b7160e01b600052601260045260246000fd5b8063ffffffff84160491505092915050565b60006001820161161057611610611596565b5060010190565b6001600160601b0382811682821603908111156104ea576104ea611596565b6001600160601b0381811683821601908111156104ea576104ea611596565b63ffffffff81811683821601908111156104ea576104ea61159656fe436f6d703a3a5f7472616e73666572546f6b656e733a207472616e7366657220616d6f756e7420657863656564732062616c616e6365436f6d703a3a617070726f76653a20616d6f756e7420657863656564732039362062697473436f6d703a3a7472616e736665723a20616d6f756e7420657863656564732039362062697473436f6d703a3a5f7772697465436865636b706f696e743a20626c6f636b206e756d62657220657863656564732033322062697473436f6d703a3a5f6d6f7665566f7465733a20766f746520616d6f756e7420756e646572666c6f7773436f6d703a3a5f7472616e73666572546f6b656e733a207472616e7366657220616d6f756e74206f766572666c6f7773436f6d703a3a7472616e7366657246726f6d3a207472616e7366657220616d6f756e742065786365656473207370656e64657220616c6c6f77616e6365436f6d703a3a5f6d6f7665566f7465733a20766f746520616d6f756e74206f766572666c6f7773a264697066735822122016fe14a9767f54611573ce3433d7df9a2acd4249883d4c73fab84eed0cfd534464736f6c634300081b0033";
501
+ const isSuperArgs = (xs) => xs.length > 1;
502
+ class Comp__factory extends ethers_1.ContractFactory {
503
+ constructor(...args) {
504
+ if (isSuperArgs(args)) {
505
+ super(...args);
506
+ }
507
+ else {
508
+ super(_abi, _bytecode, args[0]);
509
+ }
510
+ }
511
+ getDeployTransaction(account, overrides) {
512
+ return super.getDeployTransaction(account, overrides || {});
513
+ }
514
+ deploy(account, overrides) {
515
+ return super.deploy(account, overrides || {});
516
+ }
517
+ connect(runner) {
518
+ return super.connect(runner);
519
+ }
520
+ static bytecode = _bytecode;
521
+ static abi = _abi;
522
+ static createInterface() {
523
+ return new ethers_1.Interface(_abi);
524
+ }
525
+ static connect(address, runner) {
526
+ return new ethers_1.Contract(address, _abi, runner);
527
+ }
528
+ }
529
+ exports.Comp__factory = Comp__factory;
530
+ //# sourceMappingURL=Comp__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Comp__factory.js","sourceRoot":"","sources":["../../../../../../../../typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export * as interfaces from "./interfaces";
2
+ export { Comp__factory } from "./Comp__factory";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,44 @@
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 () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.Comp__factory = exports.interfaces = void 0;
37
+ /* Autogenerated file. Do not edit manually. */
38
+ // @ts-nocheck
39
+ /* tslint:disable */
40
+ /* eslint-disable */
41
+ exports.interfaces = __importStar(require("./interfaces"));
42
+ var Comp__factory_1 = require("./Comp__factory");
43
+ Object.defineProperty(exports, "Comp__factory", { enumerable: true, get: function () { return Comp__factory_1.Comp__factory; } });
44
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+C;AAC/C,cAAc;AACd,oBAAoB;AACpB,oBAAoB;AACpB,2DAA2C;AAC3C,iDAAgD;AAAvC,8GAAA,aAAa,OAAA"}