@superfluid-finance/sdk-core 0.3.3-dev.a92870f.0 → 0.3.3-dev.bd59c6c.0

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 (382) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +2 -0
  3. package/dist/index.umd.js +6034 -2012
  4. package/dist/main/BatchCall.d.ts +6 -6
  5. package/dist/main/BatchCall.js +8 -8
  6. package/dist/main/BatchCall.js.map +1 -1
  7. package/dist/main/ConstantFlowAgreementV1.d.ts +106 -17
  8. package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
  9. package/dist/main/ConstantFlowAgreementV1.js +238 -50
  10. package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
  11. package/dist/main/{Token.d.ts → ERC20Token.d.ts} +17 -14
  12. package/dist/main/ERC20Token.d.ts.map +1 -0
  13. package/dist/main/{Token.js → ERC20Token.js} +29 -33
  14. package/dist/main/ERC20Token.js.map +1 -0
  15. package/dist/main/Framework.d.ts +34 -7
  16. package/dist/main/Framework.d.ts.map +1 -1
  17. package/dist/main/Framework.js +88 -15
  18. package/dist/main/Framework.js.map +1 -1
  19. package/dist/main/Governance.d.ts +40 -0
  20. package/dist/main/Governance.d.ts.map +1 -0
  21. package/dist/main/Governance.js +82 -0
  22. package/dist/main/Governance.js.map +1 -0
  23. package/dist/main/Host.d.ts +3 -3
  24. package/dist/main/Host.d.ts.map +1 -1
  25. package/dist/main/Host.js +4 -4
  26. package/dist/main/Host.js.map +1 -1
  27. package/dist/main/InstantDistributionAgreementV1.d.ts +25 -22
  28. package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
  29. package/dist/main/InstantDistributionAgreementV1.js +69 -71
  30. package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
  31. package/dist/main/Operation.d.ts +5 -5
  32. package/dist/main/Operation.js +5 -5
  33. package/dist/main/Query.d.ts +6 -6
  34. package/dist/main/Query.d.ts.map +1 -1
  35. package/dist/main/Query.js +18 -16
  36. package/dist/main/Query.js.map +1 -1
  37. package/dist/main/SFError.d.ts +1 -1
  38. package/dist/main/SFError.d.ts.map +1 -1
  39. package/dist/main/SFError.js +2 -0
  40. package/dist/main/SFError.js.map +1 -1
  41. package/dist/main/SuperToken.d.ts +226 -67
  42. package/dist/main/SuperToken.d.ts.map +1 -1
  43. package/dist/main/SuperToken.js +318 -132
  44. package/dist/main/SuperToken.js.map +1 -1
  45. package/dist/main/abi/IConstantFlowAgreementV1.json +335 -2
  46. package/dist/main/abi/ISETH.json +1604 -0
  47. package/dist/main/abi/SuperfluidGovernanceII.json +921 -0
  48. package/dist/main/constants.d.ts +4 -0
  49. package/dist/main/constants.d.ts.map +1 -1
  50. package/dist/main/constants.js +36 -13
  51. package/dist/main/constants.js.map +1 -1
  52. package/dist/main/defaultSubgraphReleaseTag.json +3 -0
  53. package/dist/main/events.d.ts +14 -2
  54. package/dist/main/events.d.ts.map +1 -1
  55. package/dist/main/frameworkHelpers.d.ts +2 -2
  56. package/dist/main/frameworkHelpers.js +2 -2
  57. package/dist/main/index.d.ts +16 -5
  58. package/dist/main/index.d.ts.map +1 -1
  59. package/dist/main/index.js +12 -1
  60. package/dist/main/index.js.map +1 -1
  61. package/dist/main/interfaces.d.ts +81 -8
  62. package/dist/main/interfaces.d.ts.map +1 -1
  63. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  64. package/dist/main/mapGetAllEventsQueryEvents.js +22 -1
  65. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  66. package/dist/main/pagination.d.ts +42 -4
  67. package/dist/main/pagination.d.ts.map +1 -1
  68. package/dist/main/pagination.js +36 -5
  69. package/dist/main/pagination.js.map +1 -1
  70. package/dist/main/subgraph/SubgraphClient.d.ts +2 -2
  71. package/dist/main/subgraph/SubgraphClient.d.ts.map +1 -1
  72. package/dist/main/subgraph/SubgraphClient.js +0 -12
  73. package/dist/main/subgraph/SubgraphClient.js.map +1 -1
  74. package/dist/main/subgraph/entities/account/account.d.ts +1 -0
  75. package/dist/main/subgraph/entities/account/account.d.ts.map +1 -1
  76. package/dist/main/subgraph/entities/account/accounts.generated.d.ts +2 -0
  77. package/dist/main/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
  78. package/dist/main/subgraph/entities/account/accounts.generated.js +1 -1
  79. package/dist/main/subgraph/entities/account/accounts.generated.js.map +1 -1
  80. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +2 -0
  81. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  82. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +1 -0
  83. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
  84. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -0
  85. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  86. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
  87. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
  88. package/dist/main/subgraph/entities/index/index.d.ts +2 -0
  89. package/dist/main/subgraph/entities/index/index.d.ts.map +1 -1
  90. package/dist/main/subgraph/entities/index/index.js +1 -0
  91. package/dist/main/subgraph/entities/index/index.js.map +1 -1
  92. package/dist/main/subgraph/entities/index/indexes.generated.d.ts +3 -0
  93. package/dist/main/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
  94. package/dist/main/subgraph/entities/index/indexes.generated.js +1 -1
  95. package/dist/main/subgraph/entities/index/indexes.generated.js.map +1 -1
  96. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts +2 -0
  97. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
  98. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.js +1 -0
  99. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.js.map +1 -1
  100. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +3 -0
  101. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
  102. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.js +1 -1
  103. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.js.map +1 -1
  104. package/dist/main/subgraph/entities/stream/stream.d.ts +2 -0
  105. package/dist/main/subgraph/entities/stream/stream.d.ts.map +1 -1
  106. package/dist/main/subgraph/entities/stream/stream.js +1 -0
  107. package/dist/main/subgraph/entities/stream/stream.js.map +1 -1
  108. package/dist/main/subgraph/entities/stream/streams.generated.d.ts +3 -0
  109. package/dist/main/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
  110. package/dist/main/subgraph/entities/stream/streams.generated.js +1 -1
  111. package/dist/main/subgraph/entities/stream/streams.generated.js.map +1 -1
  112. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts +2 -0
  113. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
  114. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.js +1 -0
  115. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.js.map +1 -1
  116. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +3 -0
  117. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
  118. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.js +1 -1
  119. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.js.map +1 -1
  120. package/dist/main/subgraph/entities/token/token.d.ts +1 -0
  121. package/dist/main/subgraph/entities/token/token.d.ts.map +1 -1
  122. package/dist/main/subgraph/entities/token/tokens.generated.d.ts +2 -0
  123. package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  124. package/dist/main/subgraph/entities/token/tokens.generated.js +1 -1
  125. package/dist/main/subgraph/entities/token/tokens.generated.js.map +1 -1
  126. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -0
  127. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
  128. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -0
  129. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
  130. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.js +1 -1
  131. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.js.map +1 -1
  132. package/dist/main/subgraph/events/events.d.ts +1 -0
  133. package/dist/main/subgraph/events/events.d.ts.map +1 -1
  134. package/dist/main/subgraph/events/events.generated.d.ts +118 -3
  135. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  136. package/dist/main/subgraph/events/events.generated.js +38 -37
  137. package/dist/main/subgraph/events/events.generated.js.map +1 -1
  138. package/dist/main/subgraph/events/flowUpdatedEvent.d.ts +1 -0
  139. package/dist/main/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
  140. package/dist/main/subgraph/events/indexUpdatedEvent.d.ts +1 -0
  141. package/dist/main/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
  142. package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -0
  143. package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
  144. package/dist/main/subgraph/meta/meta.d.ts +15 -0
  145. package/dist/main/subgraph/meta/meta.d.ts.map +1 -0
  146. package/dist/main/subgraph/meta/meta.generated.d.ts +19 -0
  147. package/dist/main/subgraph/meta/meta.generated.d.ts.map +1 -0
  148. package/dist/main/subgraph/meta/meta.generated.js +5 -0
  149. package/dist/main/subgraph/meta/meta.generated.js.map +1 -0
  150. package/dist/main/subgraph/meta/meta.js +20 -0
  151. package/dist/main/subgraph/meta/meta.js.map +1 -0
  152. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +12 -0
  153. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  154. package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
  155. package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
  156. package/dist/main/subgraph/schema.generated.d.ts +817 -5
  157. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  158. package/dist/main/subgraph/subgraphQueryHandler.d.ts +6 -3
  159. package/dist/main/subgraph/subgraphQueryHandler.d.ts.map +1 -1
  160. package/dist/main/subgraph/subgraphQueryHandler.js +30 -16
  161. package/dist/main/subgraph/subgraphQueryHandler.js.map +1 -1
  162. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +187 -5
  163. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
  164. package/dist/main/typechain/ISETH.d.ts +1068 -0
  165. package/dist/main/typechain/ISETH.d.ts.map +1 -0
  166. package/dist/main/typechain/ISETH.js +3 -0
  167. package/dist/main/typechain/ISETH.js.map +1 -0
  168. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +617 -0
  169. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -0
  170. package/dist/main/typechain/SuperfluidGovernanceII.js +3 -0
  171. package/dist/main/typechain/SuperfluidGovernanceII.js.map +1 -0
  172. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  173. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +335 -2
  174. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
  175. package/dist/main/typechain/factories/ISETH__factory.d.ts +36 -0
  176. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -0
  177. package/dist/main/typechain/factories/ISETH__factory.js +1622 -0
  178. package/dist/main/typechain/factories/ISETH__factory.js.map +1 -0
  179. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +36 -0
  180. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -0
  181. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +939 -0
  182. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -0
  183. package/dist/main/typechain/index.d.ts +4 -0
  184. package/dist/main/typechain/index.d.ts.map +1 -1
  185. package/dist/main/typechain/index.js +5 -1
  186. package/dist/main/typechain/index.js.map +1 -1
  187. package/dist/main/utils.d.ts +15 -13
  188. package/dist/main/utils.d.ts.map +1 -1
  189. package/dist/main/utils.js +29 -15
  190. package/dist/main/utils.js.map +1 -1
  191. package/dist/module/BatchCall.d.ts +6 -6
  192. package/dist/module/BatchCall.js +8 -8
  193. package/dist/module/BatchCall.js.map +1 -1
  194. package/dist/module/ConstantFlowAgreementV1.d.ts +106 -17
  195. package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
  196. package/dist/module/ConstantFlowAgreementV1.js +239 -51
  197. package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
  198. package/dist/module/{Token.d.ts → ERC20Token.d.ts} +17 -14
  199. package/dist/module/ERC20Token.d.ts.map +1 -0
  200. package/dist/module/{Token.js → ERC20Token.js} +28 -32
  201. package/dist/module/ERC20Token.js.map +1 -0
  202. package/dist/module/Framework.d.ts +34 -7
  203. package/dist/module/Framework.d.ts.map +1 -1
  204. package/dist/module/Framework.js +88 -15
  205. package/dist/module/Framework.js.map +1 -1
  206. package/dist/module/Governance.d.ts +40 -0
  207. package/dist/module/Governance.d.ts.map +1 -0
  208. package/dist/module/Governance.js +76 -0
  209. package/dist/module/Governance.js.map +1 -0
  210. package/dist/module/Host.d.ts +3 -3
  211. package/dist/module/Host.d.ts.map +1 -1
  212. package/dist/module/Host.js +4 -4
  213. package/dist/module/Host.js.map +1 -1
  214. package/dist/module/InstantDistributionAgreementV1.d.ts +25 -22
  215. package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
  216. package/dist/module/InstantDistributionAgreementV1.js +69 -71
  217. package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
  218. package/dist/module/Operation.d.ts +5 -5
  219. package/dist/module/Operation.js +5 -5
  220. package/dist/module/Query.d.ts +6 -6
  221. package/dist/module/Query.d.ts.map +1 -1
  222. package/dist/module/Query.js +16 -16
  223. package/dist/module/Query.js.map +1 -1
  224. package/dist/module/SFError.d.ts +1 -1
  225. package/dist/module/SFError.d.ts.map +1 -1
  226. package/dist/module/SFError.js +2 -0
  227. package/dist/module/SFError.js.map +1 -1
  228. package/dist/module/SuperToken.d.ts +226 -67
  229. package/dist/module/SuperToken.d.ts.map +1 -1
  230. package/dist/module/SuperToken.js +315 -133
  231. package/dist/module/SuperToken.js.map +1 -1
  232. package/dist/module/abi/IConstantFlowAgreementV1.json +335 -2
  233. package/dist/module/abi/ISETH.json +1604 -0
  234. package/dist/module/abi/SuperfluidGovernanceII.json +921 -0
  235. package/dist/module/constants.d.ts +4 -0
  236. package/dist/module/constants.d.ts.map +1 -1
  237. package/dist/module/constants.js +32 -12
  238. package/dist/module/constants.js.map +1 -1
  239. package/dist/module/defaultSubgraphReleaseTag.json +3 -0
  240. package/dist/module/events.d.ts +14 -2
  241. package/dist/module/events.d.ts.map +1 -1
  242. package/dist/module/frameworkHelpers.d.ts +2 -2
  243. package/dist/module/frameworkHelpers.js +2 -2
  244. package/dist/module/index.d.ts +16 -5
  245. package/dist/module/index.d.ts.map +1 -1
  246. package/dist/module/index.js +16 -5
  247. package/dist/module/index.js.map +1 -1
  248. package/dist/module/interfaces.d.ts +81 -8
  249. package/dist/module/interfaces.d.ts.map +1 -1
  250. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  251. package/dist/module/mapGetAllEventsQueryEvents.js +22 -1
  252. package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
  253. package/dist/module/pagination.d.ts +42 -4
  254. package/dist/module/pagination.d.ts.map +1 -1
  255. package/dist/module/pagination.js +30 -5
  256. package/dist/module/pagination.js.map +1 -1
  257. package/dist/module/subgraph/SubgraphClient.d.ts +2 -2
  258. package/dist/module/subgraph/SubgraphClient.d.ts.map +1 -1
  259. package/dist/module/subgraph/SubgraphClient.js +1 -13
  260. package/dist/module/subgraph/SubgraphClient.js.map +1 -1
  261. package/dist/module/subgraph/entities/account/account.d.ts +1 -0
  262. package/dist/module/subgraph/entities/account/account.d.ts.map +1 -1
  263. package/dist/module/subgraph/entities/account/accounts.generated.d.ts +2 -0
  264. package/dist/module/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
  265. package/dist/module/subgraph/entities/account/accounts.generated.js +1 -1
  266. package/dist/module/subgraph/entities/account/accounts.generated.js.map +1 -1
  267. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +2 -0
  268. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  269. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +1 -0
  270. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
  271. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -0
  272. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  273. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
  274. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
  275. package/dist/module/subgraph/entities/index/index.d.ts +2 -0
  276. package/dist/module/subgraph/entities/index/index.d.ts.map +1 -1
  277. package/dist/module/subgraph/entities/index/index.js +1 -0
  278. package/dist/module/subgraph/entities/index/index.js.map +1 -1
  279. package/dist/module/subgraph/entities/index/indexes.generated.d.ts +3 -0
  280. package/dist/module/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
  281. package/dist/module/subgraph/entities/index/indexes.generated.js +1 -1
  282. package/dist/module/subgraph/entities/index/indexes.generated.js.map +1 -1
  283. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts +2 -0
  284. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
  285. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.js +1 -0
  286. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.js.map +1 -1
  287. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +3 -0
  288. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
  289. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.js +1 -1
  290. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.js.map +1 -1
  291. package/dist/module/subgraph/entities/stream/stream.d.ts +2 -0
  292. package/dist/module/subgraph/entities/stream/stream.d.ts.map +1 -1
  293. package/dist/module/subgraph/entities/stream/stream.js +1 -0
  294. package/dist/module/subgraph/entities/stream/stream.js.map +1 -1
  295. package/dist/module/subgraph/entities/stream/streams.generated.d.ts +3 -0
  296. package/dist/module/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
  297. package/dist/module/subgraph/entities/stream/streams.generated.js +1 -1
  298. package/dist/module/subgraph/entities/stream/streams.generated.js.map +1 -1
  299. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts +2 -0
  300. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
  301. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.js +1 -0
  302. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.js.map +1 -1
  303. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +3 -0
  304. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
  305. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.js +1 -1
  306. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.js.map +1 -1
  307. package/dist/module/subgraph/entities/token/token.d.ts +1 -0
  308. package/dist/module/subgraph/entities/token/token.d.ts.map +1 -1
  309. package/dist/module/subgraph/entities/token/tokens.generated.d.ts +2 -0
  310. package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  311. package/dist/module/subgraph/entities/token/tokens.generated.js +1 -1
  312. package/dist/module/subgraph/entities/token/tokens.generated.js.map +1 -1
  313. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -0
  314. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
  315. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -0
  316. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
  317. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.js +1 -1
  318. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.js.map +1 -1
  319. package/dist/module/subgraph/events/events.d.ts +1 -0
  320. package/dist/module/subgraph/events/events.d.ts.map +1 -1
  321. package/dist/module/subgraph/events/events.generated.d.ts +118 -3
  322. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  323. package/dist/module/subgraph/events/events.generated.js +37 -36
  324. package/dist/module/subgraph/events/events.generated.js.map +1 -1
  325. package/dist/module/subgraph/events/flowUpdatedEvent.d.ts +1 -0
  326. package/dist/module/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
  327. package/dist/module/subgraph/events/indexUpdatedEvent.d.ts +1 -0
  328. package/dist/module/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
  329. package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -0
  330. package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
  331. package/dist/module/subgraph/meta/meta.d.ts +15 -0
  332. package/dist/module/subgraph/meta/meta.d.ts.map +1 -0
  333. package/dist/module/subgraph/meta/meta.generated.d.ts +19 -0
  334. package/dist/module/subgraph/meta/meta.generated.d.ts.map +1 -0
  335. package/dist/module/subgraph/meta/meta.generated.js +2 -0
  336. package/dist/module/subgraph/meta/meta.generated.js.map +1 -0
  337. package/dist/module/subgraph/meta/meta.js +16 -0
  338. package/dist/module/subgraph/meta/meta.js.map +1 -0
  339. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +12 -0
  340. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  341. package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
  342. package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
  343. package/dist/module/subgraph/schema.generated.d.ts +817 -5
  344. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  345. package/dist/module/subgraph/subgraphQueryHandler.d.ts +6 -3
  346. package/dist/module/subgraph/subgraphQueryHandler.d.ts.map +1 -1
  347. package/dist/module/subgraph/subgraphQueryHandler.js +31 -17
  348. package/dist/module/subgraph/subgraphQueryHandler.js.map +1 -1
  349. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +187 -5
  350. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
  351. package/dist/module/typechain/ISETH.d.ts +1068 -0
  352. package/dist/module/typechain/ISETH.d.ts.map +1 -0
  353. package/dist/module/typechain/ISETH.js +2 -0
  354. package/dist/module/typechain/ISETH.js.map +1 -0
  355. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +617 -0
  356. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -0
  357. package/dist/module/typechain/SuperfluidGovernanceII.js +2 -0
  358. package/dist/module/typechain/SuperfluidGovernanceII.js.map +1 -0
  359. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  360. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +335 -2
  361. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
  362. package/dist/module/typechain/factories/ISETH__factory.d.ts +36 -0
  363. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -0
  364. package/dist/module/typechain/factories/ISETH__factory.js +1618 -0
  365. package/dist/module/typechain/factories/ISETH__factory.js.map +1 -0
  366. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +36 -0
  367. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -0
  368. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +935 -0
  369. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -0
  370. package/dist/module/typechain/index.d.ts +4 -0
  371. package/dist/module/typechain/index.d.ts.map +1 -1
  372. package/dist/module/typechain/index.js +2 -0
  373. package/dist/module/typechain/index.js.map +1 -1
  374. package/dist/module/utils.d.ts +15 -13
  375. package/dist/module/utils.d.ts.map +1 -1
  376. package/dist/module/utils.js +27 -15
  377. package/dist/module/utils.js.map +1 -1
  378. package/package.json +11 -41
  379. package/dist/main/Token.d.ts.map +0 -1
  380. package/dist/main/Token.js.map +0 -1
  381. package/dist/module/Token.d.ts.map +0 -1
  382. package/dist/module/Token.js.map +0 -1
@@ -0,0 +1,939 @@
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.SuperfluidGovernanceII__factory = void 0;
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ anonymous: false,
11
+ inputs: [
12
+ {
13
+ indexed: true,
14
+ internalType: "contract ISuperfluid",
15
+ name: "host",
16
+ type: "address",
17
+ },
18
+ {
19
+ indexed: true,
20
+ internalType: "contract ISuperfluidToken",
21
+ name: "superToken",
22
+ type: "address",
23
+ },
24
+ {
25
+ indexed: false,
26
+ internalType: "bool",
27
+ name: "isKeySet",
28
+ type: "bool",
29
+ },
30
+ {
31
+ indexed: false,
32
+ internalType: "uint256",
33
+ name: "liquidationPeriod",
34
+ type: "uint256",
35
+ },
36
+ ],
37
+ name: "CFAv1LiquidationPeriodChanged",
38
+ type: "event",
39
+ },
40
+ {
41
+ anonymous: false,
42
+ inputs: [
43
+ {
44
+ indexed: false,
45
+ internalType: "bytes32",
46
+ name: "uuid",
47
+ type: "bytes32",
48
+ },
49
+ {
50
+ indexed: false,
51
+ internalType: "address",
52
+ name: "codeAddress",
53
+ type: "address",
54
+ },
55
+ ],
56
+ name: "CodeUpdated",
57
+ type: "event",
58
+ },
59
+ {
60
+ anonymous: false,
61
+ inputs: [
62
+ {
63
+ indexed: true,
64
+ internalType: "contract ISuperfluid",
65
+ name: "host",
66
+ type: "address",
67
+ },
68
+ {
69
+ indexed: true,
70
+ internalType: "contract ISuperfluidToken",
71
+ name: "superToken",
72
+ type: "address",
73
+ },
74
+ {
75
+ indexed: false,
76
+ internalType: "bytes32",
77
+ name: "key",
78
+ type: "bytes32",
79
+ },
80
+ {
81
+ indexed: false,
82
+ internalType: "bool",
83
+ name: "isKeySet",
84
+ type: "bool",
85
+ },
86
+ {
87
+ indexed: false,
88
+ internalType: "uint256",
89
+ name: "value",
90
+ type: "uint256",
91
+ },
92
+ ],
93
+ name: "ConfigChanged",
94
+ type: "event",
95
+ },
96
+ {
97
+ anonymous: false,
98
+ inputs: [
99
+ {
100
+ indexed: true,
101
+ internalType: "address",
102
+ name: "previousOwner",
103
+ type: "address",
104
+ },
105
+ {
106
+ indexed: true,
107
+ internalType: "address",
108
+ name: "newOwner",
109
+ type: "address",
110
+ },
111
+ ],
112
+ name: "OwnershipTransferred",
113
+ type: "event",
114
+ },
115
+ {
116
+ anonymous: false,
117
+ inputs: [
118
+ {
119
+ indexed: true,
120
+ internalType: "contract ISuperfluid",
121
+ name: "host",
122
+ type: "address",
123
+ },
124
+ {
125
+ indexed: true,
126
+ internalType: "contract ISuperfluidToken",
127
+ name: "superToken",
128
+ type: "address",
129
+ },
130
+ {
131
+ indexed: false,
132
+ internalType: "bool",
133
+ name: "isKeySet",
134
+ type: "bool",
135
+ },
136
+ {
137
+ indexed: false,
138
+ internalType: "uint256",
139
+ name: "liquidationPeriod",
140
+ type: "uint256",
141
+ },
142
+ {
143
+ indexed: false,
144
+ internalType: "uint256",
145
+ name: "patricianPeriod",
146
+ type: "uint256",
147
+ },
148
+ ],
149
+ name: "PPPConfigurationChanged",
150
+ type: "event",
151
+ },
152
+ {
153
+ anonymous: false,
154
+ inputs: [
155
+ {
156
+ indexed: true,
157
+ internalType: "contract ISuperfluid",
158
+ name: "host",
159
+ type: "address",
160
+ },
161
+ {
162
+ indexed: true,
163
+ internalType: "contract ISuperfluidToken",
164
+ name: "superToken",
165
+ type: "address",
166
+ },
167
+ {
168
+ indexed: false,
169
+ internalType: "bool",
170
+ name: "isKeySet",
171
+ type: "bool",
172
+ },
173
+ {
174
+ indexed: false,
175
+ internalType: "address",
176
+ name: "rewardAddress",
177
+ type: "address",
178
+ },
179
+ ],
180
+ name: "RewardAddressChanged",
181
+ type: "event",
182
+ },
183
+ {
184
+ anonymous: false,
185
+ inputs: [
186
+ {
187
+ indexed: true,
188
+ internalType: "contract ISuperfluid",
189
+ name: "host",
190
+ type: "address",
191
+ },
192
+ {
193
+ indexed: true,
194
+ internalType: "contract ISuperfluidToken",
195
+ name: "superToken",
196
+ type: "address",
197
+ },
198
+ {
199
+ indexed: false,
200
+ internalType: "bool",
201
+ name: "isKeySet",
202
+ type: "bool",
203
+ },
204
+ {
205
+ indexed: false,
206
+ internalType: "uint256",
207
+ name: "minimumDeposit",
208
+ type: "uint256",
209
+ },
210
+ ],
211
+ name: "SuperTokenMinimumDepositChanged",
212
+ type: "event",
213
+ },
214
+ {
215
+ anonymous: false,
216
+ inputs: [
217
+ {
218
+ indexed: true,
219
+ internalType: "contract ISuperfluid",
220
+ name: "host",
221
+ type: "address",
222
+ },
223
+ {
224
+ indexed: true,
225
+ internalType: "contract ISuperfluidToken",
226
+ name: "superToken",
227
+ type: "address",
228
+ },
229
+ {
230
+ indexed: false,
231
+ internalType: "bool",
232
+ name: "isKeySet",
233
+ type: "bool",
234
+ },
235
+ {
236
+ indexed: false,
237
+ internalType: "address",
238
+ name: "forwarder",
239
+ type: "address",
240
+ },
241
+ {
242
+ indexed: false,
243
+ internalType: "bool",
244
+ name: "enabled",
245
+ type: "bool",
246
+ },
247
+ ],
248
+ name: "TrustedForwarderChanged",
249
+ type: "event",
250
+ },
251
+ {
252
+ inputs: [
253
+ {
254
+ internalType: "contract ISuperfluid",
255
+ name: "host",
256
+ type: "address",
257
+ },
258
+ {
259
+ internalType: "address",
260
+ name: "factory",
261
+ type: "address",
262
+ },
263
+ ],
264
+ name: "authorizeAppFactory",
265
+ outputs: [],
266
+ stateMutability: "nonpayable",
267
+ type: "function",
268
+ },
269
+ {
270
+ inputs: [
271
+ {
272
+ internalType: "contract ISuperfluid",
273
+ name: "host",
274
+ type: "address",
275
+ },
276
+ {
277
+ internalType: "contract ISuperToken[]",
278
+ name: "tokens",
279
+ type: "address[]",
280
+ },
281
+ ],
282
+ name: "batchUpdateSuperTokenLogic",
283
+ outputs: [],
284
+ stateMutability: "nonpayable",
285
+ type: "function",
286
+ },
287
+ {
288
+ inputs: [
289
+ {
290
+ internalType: "contract ISuperfluid",
291
+ name: "host",
292
+ type: "address",
293
+ },
294
+ {
295
+ internalType: "contract ISuperToken[]",
296
+ name: "tokens",
297
+ type: "address[]",
298
+ },
299
+ {
300
+ internalType: "uint256[]",
301
+ name: "minimumDeposits",
302
+ type: "uint256[]",
303
+ },
304
+ ],
305
+ name: "batchUpdateSuperTokenMinimumDeposit",
306
+ outputs: [],
307
+ stateMutability: "nonpayable",
308
+ type: "function",
309
+ },
310
+ {
311
+ inputs: [
312
+ {
313
+ internalType: "contract ISuperfluid",
314
+ name: "host",
315
+ type: "address",
316
+ },
317
+ {
318
+ internalType: "contract ISuperfluidToken",
319
+ name: "superToken",
320
+ type: "address",
321
+ },
322
+ {
323
+ internalType: "bytes32",
324
+ name: "key",
325
+ type: "bytes32",
326
+ },
327
+ ],
328
+ name: "clearConfig",
329
+ outputs: [],
330
+ stateMutability: "nonpayable",
331
+ type: "function",
332
+ },
333
+ {
334
+ inputs: [
335
+ {
336
+ internalType: "contract ISuperfluid",
337
+ name: "host",
338
+ type: "address",
339
+ },
340
+ {
341
+ internalType: "contract ISuperfluidToken",
342
+ name: "superToken",
343
+ type: "address",
344
+ },
345
+ ],
346
+ name: "clearPPPConfig",
347
+ outputs: [],
348
+ stateMutability: "nonpayable",
349
+ type: "function",
350
+ },
351
+ {
352
+ inputs: [
353
+ {
354
+ internalType: "contract ISuperfluid",
355
+ name: "host",
356
+ type: "address",
357
+ },
358
+ {
359
+ internalType: "contract ISuperfluidToken",
360
+ name: "superToken",
361
+ type: "address",
362
+ },
363
+ ],
364
+ name: "clearRewardAddress",
365
+ outputs: [],
366
+ stateMutability: "nonpayable",
367
+ type: "function",
368
+ },
369
+ {
370
+ inputs: [
371
+ {
372
+ internalType: "contract ISuperfluid",
373
+ name: "host",
374
+ type: "address",
375
+ },
376
+ {
377
+ internalType: "contract ISuperToken",
378
+ name: "superToken",
379
+ type: "address",
380
+ },
381
+ ],
382
+ name: "clearSuperTokenMinimumDeposit",
383
+ outputs: [],
384
+ stateMutability: "nonpayable",
385
+ type: "function",
386
+ },
387
+ {
388
+ inputs: [
389
+ {
390
+ internalType: "contract ISuperfluid",
391
+ name: "host",
392
+ type: "address",
393
+ },
394
+ {
395
+ internalType: "contract ISuperfluidToken",
396
+ name: "superToken",
397
+ type: "address",
398
+ },
399
+ {
400
+ internalType: "address",
401
+ name: "forwarder",
402
+ type: "address",
403
+ },
404
+ ],
405
+ name: "clearTrustedForwarder",
406
+ outputs: [],
407
+ stateMutability: "nonpayable",
408
+ type: "function",
409
+ },
410
+ {
411
+ inputs: [
412
+ {
413
+ internalType: "contract ISuperfluid",
414
+ name: "host",
415
+ type: "address",
416
+ },
417
+ {
418
+ internalType: "contract ISuperfluidToken",
419
+ name: "superToken",
420
+ type: "address",
421
+ },
422
+ {
423
+ internalType: "address",
424
+ name: "forwarder",
425
+ type: "address",
426
+ },
427
+ ],
428
+ name: "disableTrustedForwarder",
429
+ outputs: [],
430
+ stateMutability: "nonpayable",
431
+ type: "function",
432
+ },
433
+ {
434
+ inputs: [
435
+ {
436
+ internalType: "contract ISuperfluid",
437
+ name: "host",
438
+ type: "address",
439
+ },
440
+ {
441
+ internalType: "contract ISuperfluidToken",
442
+ name: "superToken",
443
+ type: "address",
444
+ },
445
+ {
446
+ internalType: "address",
447
+ name: "forwarder",
448
+ type: "address",
449
+ },
450
+ ],
451
+ name: "enableTrustedForwarder",
452
+ outputs: [],
453
+ stateMutability: "nonpayable",
454
+ type: "function",
455
+ },
456
+ {
457
+ inputs: [],
458
+ name: "getCodeAddress",
459
+ outputs: [
460
+ {
461
+ internalType: "address",
462
+ name: "codeAddress",
463
+ type: "address",
464
+ },
465
+ ],
466
+ stateMutability: "view",
467
+ type: "function",
468
+ },
469
+ {
470
+ inputs: [
471
+ {
472
+ internalType: "contract ISuperfluid",
473
+ name: "host",
474
+ type: "address",
475
+ },
476
+ {
477
+ internalType: "contract ISuperfluidToken",
478
+ name: "superToken",
479
+ type: "address",
480
+ },
481
+ {
482
+ internalType: "bytes32",
483
+ name: "key",
484
+ type: "bytes32",
485
+ },
486
+ ],
487
+ name: "getConfigAsAddress",
488
+ outputs: [
489
+ {
490
+ internalType: "address",
491
+ name: "value",
492
+ type: "address",
493
+ },
494
+ ],
495
+ stateMutability: "view",
496
+ type: "function",
497
+ },
498
+ {
499
+ inputs: [
500
+ {
501
+ internalType: "contract ISuperfluid",
502
+ name: "host",
503
+ type: "address",
504
+ },
505
+ {
506
+ internalType: "contract ISuperfluidToken",
507
+ name: "superToken",
508
+ type: "address",
509
+ },
510
+ {
511
+ internalType: "bytes32",
512
+ name: "key",
513
+ type: "bytes32",
514
+ },
515
+ ],
516
+ name: "getConfigAsUint256",
517
+ outputs: [
518
+ {
519
+ internalType: "uint256",
520
+ name: "period",
521
+ type: "uint256",
522
+ },
523
+ ],
524
+ stateMutability: "view",
525
+ type: "function",
526
+ },
527
+ {
528
+ inputs: [
529
+ {
530
+ internalType: "contract ISuperfluid",
531
+ name: "host",
532
+ type: "address",
533
+ },
534
+ {
535
+ internalType: "contract ISuperfluidToken",
536
+ name: "superToken",
537
+ type: "address",
538
+ },
539
+ ],
540
+ name: "getPPPConfig",
541
+ outputs: [
542
+ {
543
+ internalType: "uint256",
544
+ name: "liquidationPeriod",
545
+ type: "uint256",
546
+ },
547
+ {
548
+ internalType: "uint256",
549
+ name: "patricianPeriod",
550
+ type: "uint256",
551
+ },
552
+ ],
553
+ stateMutability: "view",
554
+ type: "function",
555
+ },
556
+ {
557
+ inputs: [
558
+ {
559
+ internalType: "contract ISuperfluid",
560
+ name: "host",
561
+ type: "address",
562
+ },
563
+ {
564
+ internalType: "contract ISuperfluidToken",
565
+ name: "superToken",
566
+ type: "address",
567
+ },
568
+ ],
569
+ name: "getRewardAddress",
570
+ outputs: [
571
+ {
572
+ internalType: "address",
573
+ name: "",
574
+ type: "address",
575
+ },
576
+ ],
577
+ stateMutability: "view",
578
+ type: "function",
579
+ },
580
+ {
581
+ inputs: [
582
+ {
583
+ internalType: "contract ISuperfluid",
584
+ name: "host",
585
+ type: "address",
586
+ },
587
+ {
588
+ internalType: "contract ISuperfluidToken",
589
+ name: "superToken",
590
+ type: "address",
591
+ },
592
+ ],
593
+ name: "getSuperTokenMinimumDeposit",
594
+ outputs: [
595
+ {
596
+ internalType: "uint256",
597
+ name: "value",
598
+ type: "uint256",
599
+ },
600
+ ],
601
+ stateMutability: "view",
602
+ type: "function",
603
+ },
604
+ {
605
+ inputs: [
606
+ {
607
+ internalType: "contract ISuperfluid",
608
+ name: "host",
609
+ type: "address",
610
+ },
611
+ {
612
+ internalType: "address",
613
+ name: "factory",
614
+ type: "address",
615
+ },
616
+ ],
617
+ name: "isAuthorizedAppFactory",
618
+ outputs: [
619
+ {
620
+ internalType: "bool",
621
+ name: "",
622
+ type: "bool",
623
+ },
624
+ ],
625
+ stateMutability: "view",
626
+ type: "function",
627
+ },
628
+ {
629
+ inputs: [
630
+ {
631
+ internalType: "contract ISuperfluid",
632
+ name: "host",
633
+ type: "address",
634
+ },
635
+ {
636
+ internalType: "contract ISuperfluidToken",
637
+ name: "superToken",
638
+ type: "address",
639
+ },
640
+ {
641
+ internalType: "address",
642
+ name: "forwarder",
643
+ type: "address",
644
+ },
645
+ ],
646
+ name: "isTrustedForwarder",
647
+ outputs: [
648
+ {
649
+ internalType: "bool",
650
+ name: "",
651
+ type: "bool",
652
+ },
653
+ ],
654
+ stateMutability: "view",
655
+ type: "function",
656
+ },
657
+ {
658
+ inputs: [],
659
+ name: "owner",
660
+ outputs: [
661
+ {
662
+ internalType: "address",
663
+ name: "",
664
+ type: "address",
665
+ },
666
+ ],
667
+ stateMutability: "view",
668
+ type: "function",
669
+ },
670
+ {
671
+ inputs: [
672
+ {
673
+ internalType: "contract ISuperfluid",
674
+ name: "host",
675
+ type: "address",
676
+ },
677
+ {
678
+ internalType: "address",
679
+ name: "agreementClass",
680
+ type: "address",
681
+ },
682
+ ],
683
+ name: "registerAgreementClass",
684
+ outputs: [],
685
+ stateMutability: "nonpayable",
686
+ type: "function",
687
+ },
688
+ {
689
+ inputs: [],
690
+ name: "renounceOwnership",
691
+ outputs: [],
692
+ stateMutability: "nonpayable",
693
+ type: "function",
694
+ },
695
+ {
696
+ inputs: [
697
+ {
698
+ internalType: "contract ISuperfluid",
699
+ name: "host",
700
+ type: "address",
701
+ },
702
+ {
703
+ internalType: "address",
704
+ name: "newGov",
705
+ type: "address",
706
+ },
707
+ ],
708
+ name: "replaceGovernance",
709
+ outputs: [],
710
+ stateMutability: "nonpayable",
711
+ type: "function",
712
+ },
713
+ {
714
+ inputs: [
715
+ {
716
+ internalType: "contract ISuperfluid",
717
+ name: "host",
718
+ type: "address",
719
+ },
720
+ {
721
+ internalType: "contract ISuperfluidToken",
722
+ name: "superToken",
723
+ type: "address",
724
+ },
725
+ {
726
+ internalType: "bytes32",
727
+ name: "key",
728
+ type: "bytes32",
729
+ },
730
+ {
731
+ internalType: "address",
732
+ name: "value",
733
+ type: "address",
734
+ },
735
+ ],
736
+ name: "setConfig",
737
+ outputs: [],
738
+ stateMutability: "nonpayable",
739
+ type: "function",
740
+ },
741
+ {
742
+ inputs: [
743
+ {
744
+ internalType: "contract ISuperfluid",
745
+ name: "host",
746
+ type: "address",
747
+ },
748
+ {
749
+ internalType: "contract ISuperfluidToken",
750
+ name: "superToken",
751
+ type: "address",
752
+ },
753
+ {
754
+ internalType: "bytes32",
755
+ name: "key",
756
+ type: "bytes32",
757
+ },
758
+ {
759
+ internalType: "uint256",
760
+ name: "value",
761
+ type: "uint256",
762
+ },
763
+ ],
764
+ name: "setConfig",
765
+ outputs: [],
766
+ stateMutability: "nonpayable",
767
+ type: "function",
768
+ },
769
+ {
770
+ inputs: [
771
+ {
772
+ internalType: "contract ISuperfluid",
773
+ name: "host",
774
+ type: "address",
775
+ },
776
+ {
777
+ internalType: "contract ISuperfluidToken",
778
+ name: "superToken",
779
+ type: "address",
780
+ },
781
+ {
782
+ internalType: "uint256",
783
+ name: "liquidationPeriod",
784
+ type: "uint256",
785
+ },
786
+ {
787
+ internalType: "uint256",
788
+ name: "patricianPeriod",
789
+ type: "uint256",
790
+ },
791
+ ],
792
+ name: "setPPPConfig",
793
+ outputs: [],
794
+ stateMutability: "nonpayable",
795
+ type: "function",
796
+ },
797
+ {
798
+ inputs: [
799
+ {
800
+ internalType: "contract ISuperfluid",
801
+ name: "host",
802
+ type: "address",
803
+ },
804
+ {
805
+ internalType: "contract ISuperfluidToken",
806
+ name: "superToken",
807
+ type: "address",
808
+ },
809
+ {
810
+ internalType: "address",
811
+ name: "rewardAddress",
812
+ type: "address",
813
+ },
814
+ ],
815
+ name: "setRewardAddress",
816
+ outputs: [],
817
+ stateMutability: "nonpayable",
818
+ type: "function",
819
+ },
820
+ {
821
+ inputs: [
822
+ {
823
+ internalType: "contract ISuperfluid",
824
+ name: "host",
825
+ type: "address",
826
+ },
827
+ {
828
+ internalType: "contract ISuperfluidToken",
829
+ name: "superToken",
830
+ type: "address",
831
+ },
832
+ {
833
+ internalType: "uint256",
834
+ name: "value",
835
+ type: "uint256",
836
+ },
837
+ ],
838
+ name: "setSuperTokenMinimumDeposit",
839
+ outputs: [],
840
+ stateMutability: "nonpayable",
841
+ type: "function",
842
+ },
843
+ {
844
+ inputs: [
845
+ {
846
+ internalType: "address",
847
+ name: "newOwner",
848
+ type: "address",
849
+ },
850
+ ],
851
+ name: "transferOwnership",
852
+ outputs: [],
853
+ stateMutability: "nonpayable",
854
+ type: "function",
855
+ },
856
+ {
857
+ inputs: [
858
+ {
859
+ internalType: "contract ISuperfluid",
860
+ name: "host",
861
+ type: "address",
862
+ },
863
+ {
864
+ internalType: "address",
865
+ name: "factory",
866
+ type: "address",
867
+ },
868
+ ],
869
+ name: "unauthorizeAppFactory",
870
+ outputs: [],
871
+ stateMutability: "nonpayable",
872
+ type: "function",
873
+ },
874
+ {
875
+ inputs: [
876
+ {
877
+ internalType: "contract ISuperfluid",
878
+ name: "host",
879
+ type: "address",
880
+ },
881
+ {
882
+ internalType: "address",
883
+ name: "hostNewLogic",
884
+ type: "address",
885
+ },
886
+ {
887
+ internalType: "address[]",
888
+ name: "agreementClassNewLogics",
889
+ type: "address[]",
890
+ },
891
+ {
892
+ internalType: "address",
893
+ name: "superTokenFactoryNewLogic",
894
+ type: "address",
895
+ },
896
+ ],
897
+ name: "updateContracts",
898
+ outputs: [],
899
+ stateMutability: "nonpayable",
900
+ type: "function",
901
+ },
902
+ {
903
+ inputs: [],
904
+ name: "proxiableUUID",
905
+ outputs: [
906
+ {
907
+ internalType: "bytes32",
908
+ name: "",
909
+ type: "bytes32",
910
+ },
911
+ ],
912
+ stateMutability: "pure",
913
+ type: "function",
914
+ },
915
+ {
916
+ inputs: [
917
+ {
918
+ internalType: "address",
919
+ name: "newAddress",
920
+ type: "address",
921
+ },
922
+ ],
923
+ name: "updateCode",
924
+ outputs: [],
925
+ stateMutability: "nonpayable",
926
+ type: "function",
927
+ },
928
+ ];
929
+ class SuperfluidGovernanceII__factory {
930
+ static createInterface() {
931
+ return new ethers_1.utils.Interface(_abi);
932
+ }
933
+ static connect(address, signerOrProvider) {
934
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
935
+ }
936
+ }
937
+ exports.SuperfluidGovernanceII__factory = SuperfluidGovernanceII__factory;
938
+ SuperfluidGovernanceII__factory.abi = _abi;
939
+ //# sourceMappingURL=SuperfluidGovernanceII__factory.js.map