@superfluid-finance/sdk-core 0.5.7-dev.eef6e1f.0 → 0.5.8-dev.b990476.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 (315) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/dist/index.umd.js +51637 -10198
  3. package/dist/main/BatchCall.d.ts.map +1 -1
  4. package/dist/main/BatchCall.js +3 -3
  5. package/dist/main/BatchCall.js.map +1 -1
  6. package/dist/main/ConstantFlowAgreementV1.d.ts +17 -6
  7. package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
  8. package/dist/main/ConstantFlowAgreementV1.js +51 -16
  9. package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
  10. package/dist/main/ERC20Token.d.ts +1 -1
  11. package/dist/main/ERC20Token.d.ts.map +1 -1
  12. package/dist/main/ERC20Token.js +2 -2
  13. package/dist/main/ERC20Token.js.map +1 -1
  14. package/dist/main/Framework.d.ts.map +1 -1
  15. package/dist/main/Framework.js +12 -15
  16. package/dist/main/Framework.js.map +1 -1
  17. package/dist/main/Governance.d.ts +2 -2
  18. package/dist/main/Governance.d.ts.map +1 -1
  19. package/dist/main/Governance.js +3 -6
  20. package/dist/main/Governance.js.map +1 -1
  21. package/dist/main/Host.d.ts +1 -1
  22. package/dist/main/Host.d.ts.map +1 -1
  23. package/dist/main/Host.js +2 -2
  24. package/dist/main/Host.js.map +1 -1
  25. package/dist/main/InstantDistributionAgreementV1.d.ts +3 -4
  26. package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
  27. package/dist/main/InstantDistributionAgreementV1.js +13 -14
  28. package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
  29. package/dist/main/Operation.d.ts +3 -1
  30. package/dist/main/Operation.d.ts.map +1 -1
  31. package/dist/main/Operation.js +7 -3
  32. package/dist/main/Operation.js.map +1 -1
  33. package/dist/main/Query.d.ts +2 -2
  34. package/dist/main/Query.d.ts.map +1 -1
  35. package/dist/main/Query.js.map +1 -1
  36. package/dist/main/SuperToken.d.ts +1 -5
  37. package/dist/main/SuperToken.d.ts.map +1 -1
  38. package/dist/main/SuperToken.js +7 -15
  39. package/dist/main/SuperToken.js.map +1 -1
  40. package/dist/main/index.d.ts +1 -0
  41. package/dist/main/index.d.ts.map +1 -1
  42. package/dist/main/index.js +1 -0
  43. package/dist/main/index.js.map +1 -1
  44. package/dist/main/interfaces.d.ts +18 -18
  45. package/dist/main/interfaces.d.ts.map +1 -1
  46. package/dist/main/utils.d.ts +14 -7
  47. package/dist/main/utils.d.ts.map +1 -1
  48. package/dist/main/utils.js +17 -1
  49. package/dist/main/utils.js.map +1 -1
  50. package/dist/module/BatchCall.d.ts.map +1 -1
  51. package/dist/module/BatchCall.js +3 -3
  52. package/dist/module/BatchCall.js.map +1 -1
  53. package/dist/module/ConstantFlowAgreementV1.d.ts +17 -6
  54. package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
  55. package/dist/module/ConstantFlowAgreementV1.js +51 -16
  56. package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
  57. package/dist/module/ERC20Token.d.ts +1 -1
  58. package/dist/module/ERC20Token.d.ts.map +1 -1
  59. package/dist/module/ERC20Token.js +2 -2
  60. package/dist/module/ERC20Token.js.map +1 -1
  61. package/dist/module/Framework.d.ts.map +1 -1
  62. package/dist/module/Framework.js +12 -15
  63. package/dist/module/Framework.js.map +1 -1
  64. package/dist/module/Governance.d.ts +2 -2
  65. package/dist/module/Governance.d.ts.map +1 -1
  66. package/dist/module/Governance.js +3 -3
  67. package/dist/module/Governance.js.map +1 -1
  68. package/dist/module/Host.d.ts +1 -1
  69. package/dist/module/Host.d.ts.map +1 -1
  70. package/dist/module/Host.js +2 -2
  71. package/dist/module/Host.js.map +1 -1
  72. package/dist/module/InstantDistributionAgreementV1.d.ts +3 -4
  73. package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
  74. package/dist/module/InstantDistributionAgreementV1.js +13 -14
  75. package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
  76. package/dist/module/Operation.d.ts +3 -1
  77. package/dist/module/Operation.d.ts.map +1 -1
  78. package/dist/module/Operation.js +7 -3
  79. package/dist/module/Operation.js.map +1 -1
  80. package/dist/module/Query.d.ts +2 -2
  81. package/dist/module/Query.d.ts.map +1 -1
  82. package/dist/module/Query.js.map +1 -1
  83. package/dist/module/SuperToken.d.ts +1 -5
  84. package/dist/module/SuperToken.d.ts.map +1 -1
  85. package/dist/module/SuperToken.js +7 -15
  86. package/dist/module/SuperToken.js.map +1 -1
  87. package/dist/module/index.d.ts +1 -0
  88. package/dist/module/index.d.ts.map +1 -1
  89. package/dist/module/index.js +1 -0
  90. package/dist/module/index.js.map +1 -1
  91. package/dist/module/interfaces.d.ts +18 -18
  92. package/dist/module/interfaces.d.ts.map +1 -1
  93. package/dist/module/utils.d.ts +14 -7
  94. package/dist/module/utils.d.ts.map +1 -1
  95. package/dist/module/utils.js +15 -0
  96. package/dist/module/utils.js.map +1 -1
  97. package/package.json +4 -6
  98. package/dist/main/abi/ERC20WithTokenInfo.json +0 -224
  99. package/dist/main/abi/IConstantFlowAgreementV1.json +0 -860
  100. package/dist/main/abi/IInstantDistributionAgreementV1.json +0 -950
  101. package/dist/main/abi/IResolver.json +0 -58
  102. package/dist/main/abi/ISETH.json +0 -1629
  103. package/dist/main/abi/SuperToken.json +0 -1751
  104. package/dist/main/abi/Superfluid.json +0 -1324
  105. package/dist/main/abi/SuperfluidGovernanceII.json +0 -1085
  106. package/dist/main/abi/SuperfluidLoader.json +0 -54
  107. package/dist/main/typechain/ERC20WithTokenInfo.d.ts +0 -167
  108. package/dist/main/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
  109. package/dist/main/typechain/ERC20WithTokenInfo.js +0 -3
  110. package/dist/main/typechain/ERC20WithTokenInfo.js.map +0 -1
  111. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +0 -574
  112. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
  113. package/dist/main/typechain/IConstantFlowAgreementV1.js +0 -3
  114. package/dist/main/typechain/IConstantFlowAgreementV1.js.map +0 -1
  115. package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
  116. package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
  117. package/dist/main/typechain/IInstantDistributionAgreementV1.js +0 -3
  118. package/dist/main/typechain/IInstantDistributionAgreementV1.js.map +0 -1
  119. package/dist/main/typechain/IResolver.d.ts +0 -71
  120. package/dist/main/typechain/IResolver.d.ts.map +0 -1
  121. package/dist/main/typechain/IResolver.js +0 -3
  122. package/dist/main/typechain/IResolver.js.map +0 -1
  123. package/dist/main/typechain/ISETH.d.ts +0 -1150
  124. package/dist/main/typechain/ISETH.d.ts.map +0 -1
  125. package/dist/main/typechain/ISETH.js +0 -3
  126. package/dist/main/typechain/ISETH.js.map +0 -1
  127. package/dist/main/typechain/SuperToken.d.ts +0 -1170
  128. package/dist/main/typechain/SuperToken.d.ts.map +0 -1
  129. package/dist/main/typechain/SuperToken.js +0 -3
  130. package/dist/main/typechain/SuperToken.js.map +0 -1
  131. package/dist/main/typechain/Superfluid.d.ts +0 -849
  132. package/dist/main/typechain/Superfluid.d.ts.map +0 -1
  133. package/dist/main/typechain/Superfluid.js +0 -3
  134. package/dist/main/typechain/Superfluid.js.map +0 -1
  135. package/dist/main/typechain/SuperfluidFrameworkDeployer.d.ts +0 -180
  136. package/dist/main/typechain/SuperfluidFrameworkDeployer.d.ts.map +0 -1
  137. package/dist/main/typechain/SuperfluidFrameworkDeployer.js +0 -3
  138. package/dist/main/typechain/SuperfluidFrameworkDeployer.js.map +0 -1
  139. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +0 -797
  140. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
  141. package/dist/main/typechain/SuperfluidGovernanceII.js +0 -3
  142. package/dist/main/typechain/SuperfluidGovernanceII.js.map +0 -1
  143. package/dist/main/typechain/SuperfluidLoader.d.ts +0 -61
  144. package/dist/main/typechain/SuperfluidLoader.d.ts.map +0 -1
  145. package/dist/main/typechain/SuperfluidLoader.js +0 -3
  146. package/dist/main/typechain/SuperfluidLoader.js.map +0 -1
  147. package/dist/main/typechain/TestToken.d.ts +0 -215
  148. package/dist/main/typechain/TestToken.d.ts.map +0 -1
  149. package/dist/main/typechain/TestToken.js +0 -3
  150. package/dist/main/typechain/TestToken.js.map +0 -1
  151. package/dist/main/typechain/common.d.ts +0 -23
  152. package/dist/main/typechain/common.d.ts.map +0 -1
  153. package/dist/main/typechain/common.js +0 -3
  154. package/dist/main/typechain/common.js.map +0 -1
  155. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
  156. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
  157. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js +0 -242
  158. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
  159. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
  160. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
  161. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -878
  162. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
  163. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
  164. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
  165. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -968
  166. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
  167. package/dist/main/typechain/factories/IResolver__factory.d.ts +0 -36
  168. package/dist/main/typechain/factories/IResolver__factory.d.ts.map +0 -1
  169. package/dist/main/typechain/factories/IResolver__factory.js +0 -76
  170. package/dist/main/typechain/factories/IResolver__factory.js.map +0 -1
  171. package/dist/main/typechain/factories/ISETH__factory.d.ts +0 -43
  172. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +0 -1
  173. package/dist/main/typechain/factories/ISETH__factory.js +0 -1647
  174. package/dist/main/typechain/factories/ISETH__factory.js.map +0 -1
  175. package/dist/main/typechain/factories/SuperToken__factory.d.ts +0 -58
  176. package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +0 -1
  177. package/dist/main/typechain/factories/SuperToken__factory.js +0 -1769
  178. package/dist/main/typechain/factories/SuperToken__factory.js.map +0 -1
  179. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts +0 -54
  180. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts.map +0 -1
  181. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.js +0 -227
  182. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.js.map +0 -1
  183. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
  184. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
  185. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1103
  186. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
  187. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
  188. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
  189. package/dist/main/typechain/factories/SuperfluidLoader__factory.js +0 -72
  190. package/dist/main/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
  191. package/dist/main/typechain/factories/Superfluid__factory.d.ts +0 -94
  192. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +0 -1
  193. package/dist/main/typechain/factories/Superfluid__factory.js +0 -1342
  194. package/dist/main/typechain/factories/Superfluid__factory.js.map +0 -1
  195. package/dist/main/typechain/factories/TestToken__factory.d.ts +0 -47
  196. package/dist/main/typechain/factories/TestToken__factory.d.ts.map +0 -1
  197. package/dist/main/typechain/factories/TestToken__factory.js +0 -340
  198. package/dist/main/typechain/factories/TestToken__factory.js.map +0 -1
  199. package/dist/main/typechain/factories/index.d.ts +0 -12
  200. package/dist/main/typechain/factories/index.d.ts.map +0 -1
  201. package/dist/main/typechain/factories/index.js +0 -29
  202. package/dist/main/typechain/factories/index.js.map +0 -1
  203. package/dist/main/typechain/index.d.ts +0 -24
  204. package/dist/main/typechain/index.d.ts.map +0 -1
  205. package/dist/main/typechain/index.js +0 -50
  206. package/dist/main/typechain/index.js.map +0 -1
  207. package/dist/module/abi/ERC20WithTokenInfo.json +0 -224
  208. package/dist/module/abi/IConstantFlowAgreementV1.json +0 -860
  209. package/dist/module/abi/IInstantDistributionAgreementV1.json +0 -950
  210. package/dist/module/abi/IResolver.json +0 -58
  211. package/dist/module/abi/ISETH.json +0 -1629
  212. package/dist/module/abi/SuperToken.json +0 -1751
  213. package/dist/module/abi/Superfluid.json +0 -1324
  214. package/dist/module/abi/SuperfluidGovernanceII.json +0 -1085
  215. package/dist/module/abi/SuperfluidLoader.json +0 -54
  216. package/dist/module/typechain/ERC20WithTokenInfo.d.ts +0 -167
  217. package/dist/module/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
  218. package/dist/module/typechain/ERC20WithTokenInfo.js +0 -2
  219. package/dist/module/typechain/ERC20WithTokenInfo.js.map +0 -1
  220. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +0 -574
  221. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
  222. package/dist/module/typechain/IConstantFlowAgreementV1.js +0 -2
  223. package/dist/module/typechain/IConstantFlowAgreementV1.js.map +0 -1
  224. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
  225. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
  226. package/dist/module/typechain/IInstantDistributionAgreementV1.js +0 -2
  227. package/dist/module/typechain/IInstantDistributionAgreementV1.js.map +0 -1
  228. package/dist/module/typechain/IResolver.d.ts +0 -71
  229. package/dist/module/typechain/IResolver.d.ts.map +0 -1
  230. package/dist/module/typechain/IResolver.js +0 -2
  231. package/dist/module/typechain/IResolver.js.map +0 -1
  232. package/dist/module/typechain/ISETH.d.ts +0 -1150
  233. package/dist/module/typechain/ISETH.d.ts.map +0 -1
  234. package/dist/module/typechain/ISETH.js +0 -2
  235. package/dist/module/typechain/ISETH.js.map +0 -1
  236. package/dist/module/typechain/SuperToken.d.ts +0 -1170
  237. package/dist/module/typechain/SuperToken.d.ts.map +0 -1
  238. package/dist/module/typechain/SuperToken.js +0 -2
  239. package/dist/module/typechain/SuperToken.js.map +0 -1
  240. package/dist/module/typechain/Superfluid.d.ts +0 -849
  241. package/dist/module/typechain/Superfluid.d.ts.map +0 -1
  242. package/dist/module/typechain/Superfluid.js +0 -2
  243. package/dist/module/typechain/Superfluid.js.map +0 -1
  244. package/dist/module/typechain/SuperfluidFrameworkDeployer.d.ts +0 -180
  245. package/dist/module/typechain/SuperfluidFrameworkDeployer.d.ts.map +0 -1
  246. package/dist/module/typechain/SuperfluidFrameworkDeployer.js +0 -2
  247. package/dist/module/typechain/SuperfluidFrameworkDeployer.js.map +0 -1
  248. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +0 -797
  249. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
  250. package/dist/module/typechain/SuperfluidGovernanceII.js +0 -2
  251. package/dist/module/typechain/SuperfluidGovernanceII.js.map +0 -1
  252. package/dist/module/typechain/SuperfluidLoader.d.ts +0 -61
  253. package/dist/module/typechain/SuperfluidLoader.d.ts.map +0 -1
  254. package/dist/module/typechain/SuperfluidLoader.js +0 -2
  255. package/dist/module/typechain/SuperfluidLoader.js.map +0 -1
  256. package/dist/module/typechain/TestToken.d.ts +0 -215
  257. package/dist/module/typechain/TestToken.d.ts.map +0 -1
  258. package/dist/module/typechain/TestToken.js +0 -2
  259. package/dist/module/typechain/TestToken.js.map +0 -1
  260. package/dist/module/typechain/common.d.ts +0 -23
  261. package/dist/module/typechain/common.d.ts.map +0 -1
  262. package/dist/module/typechain/common.js +0 -2
  263. package/dist/module/typechain/common.js.map +0 -1
  264. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
  265. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
  266. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js +0 -238
  267. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
  268. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
  269. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
  270. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -874
  271. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
  272. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
  273. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
  274. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -964
  275. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
  276. package/dist/module/typechain/factories/IResolver__factory.d.ts +0 -36
  277. package/dist/module/typechain/factories/IResolver__factory.d.ts.map +0 -1
  278. package/dist/module/typechain/factories/IResolver__factory.js +0 -72
  279. package/dist/module/typechain/factories/IResolver__factory.js.map +0 -1
  280. package/dist/module/typechain/factories/ISETH__factory.d.ts +0 -43
  281. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +0 -1
  282. package/dist/module/typechain/factories/ISETH__factory.js +0 -1643
  283. package/dist/module/typechain/factories/ISETH__factory.js.map +0 -1
  284. package/dist/module/typechain/factories/SuperToken__factory.d.ts +0 -58
  285. package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +0 -1
  286. package/dist/module/typechain/factories/SuperToken__factory.js +0 -1765
  287. package/dist/module/typechain/factories/SuperToken__factory.js.map +0 -1
  288. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts +0 -54
  289. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts.map +0 -1
  290. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.js +0 -223
  291. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.js.map +0 -1
  292. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
  293. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
  294. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1099
  295. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
  296. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
  297. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
  298. package/dist/module/typechain/factories/SuperfluidLoader__factory.js +0 -68
  299. package/dist/module/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
  300. package/dist/module/typechain/factories/Superfluid__factory.d.ts +0 -94
  301. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +0 -1
  302. package/dist/module/typechain/factories/Superfluid__factory.js +0 -1338
  303. package/dist/module/typechain/factories/Superfluid__factory.js.map +0 -1
  304. package/dist/module/typechain/factories/TestToken__factory.d.ts +0 -47
  305. package/dist/module/typechain/factories/TestToken__factory.d.ts.map +0 -1
  306. package/dist/module/typechain/factories/TestToken__factory.js +0 -336
  307. package/dist/module/typechain/factories/TestToken__factory.js.map +0 -1
  308. package/dist/module/typechain/factories/index.d.ts +0 -12
  309. package/dist/module/typechain/factories/index.d.ts.map +0 -1
  310. package/dist/module/typechain/factories/index.js +0 -15
  311. package/dist/module/typechain/factories/index.js.map +0 -1
  312. package/dist/module/typechain/index.d.ts +0 -24
  313. package/dist/module/typechain/index.d.ts.map +0 -1
  314. package/dist/module/typechain/index.js +0 -13
  315. package/dist/module/typechain/index.js.map +0 -1
@@ -1,1099 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- import { Contract, utils } from "ethers";
5
- const _abi = [
6
- {
7
- inputs: [
8
- {
9
- internalType: "uint256",
10
- name: "_code",
11
- type: "uint256",
12
- },
13
- ],
14
- name: "MUST_BE_CONTRACT",
15
- type: "error",
16
- },
17
- {
18
- inputs: [],
19
- name: "SF_GOV_ARRAYS_NOT_SAME_LENGTH",
20
- type: "error",
21
- },
22
- {
23
- inputs: [],
24
- name: "SF_GOV_II_ONLY_OWNER",
25
- type: "error",
26
- },
27
- {
28
- inputs: [],
29
- name: "SF_GOV_INVALID_LIQUIDATION_OR_PATRICIAN_PERIOD",
30
- type: "error",
31
- },
32
- {
33
- anonymous: false,
34
- inputs: [
35
- {
36
- indexed: true,
37
- internalType: "contract ISuperfluid",
38
- name: "host",
39
- type: "address",
40
- },
41
- {
42
- indexed: true,
43
- internalType: "address",
44
- name: "factory",
45
- type: "address",
46
- },
47
- {
48
- indexed: false,
49
- internalType: "bool",
50
- name: "authorized",
51
- type: "bool",
52
- },
53
- ],
54
- name: "AppFactoryAuthorizationChanged",
55
- type: "event",
56
- },
57
- {
58
- anonymous: false,
59
- inputs: [
60
- {
61
- indexed: true,
62
- internalType: "contract ISuperfluid",
63
- name: "host",
64
- type: "address",
65
- },
66
- {
67
- indexed: true,
68
- internalType: "address",
69
- name: "deployer",
70
- type: "address",
71
- },
72
- {
73
- indexed: false,
74
- internalType: "string",
75
- name: "appRegistrationKey",
76
- type: "string",
77
- },
78
- {
79
- indexed: false,
80
- internalType: "uint256",
81
- name: "expirationTs",
82
- type: "uint256",
83
- },
84
- ],
85
- name: "AppRegistrationKeyChanged",
86
- type: "event",
87
- },
88
- {
89
- anonymous: false,
90
- inputs: [
91
- {
92
- indexed: true,
93
- internalType: "contract ISuperfluid",
94
- name: "host",
95
- type: "address",
96
- },
97
- {
98
- indexed: true,
99
- internalType: "contract ISuperfluidToken",
100
- name: "superToken",
101
- type: "address",
102
- },
103
- {
104
- indexed: false,
105
- internalType: "bool",
106
- name: "isKeySet",
107
- type: "bool",
108
- },
109
- {
110
- indexed: false,
111
- internalType: "uint256",
112
- name: "liquidationPeriod",
113
- type: "uint256",
114
- },
115
- ],
116
- name: "CFAv1LiquidationPeriodChanged",
117
- type: "event",
118
- },
119
- {
120
- anonymous: false,
121
- inputs: [
122
- {
123
- indexed: false,
124
- internalType: "bytes32",
125
- name: "uuid",
126
- type: "bytes32",
127
- },
128
- {
129
- indexed: false,
130
- internalType: "address",
131
- name: "codeAddress",
132
- type: "address",
133
- },
134
- ],
135
- name: "CodeUpdated",
136
- type: "event",
137
- },
138
- {
139
- anonymous: false,
140
- inputs: [
141
- {
142
- indexed: true,
143
- internalType: "contract ISuperfluid",
144
- name: "host",
145
- type: "address",
146
- },
147
- {
148
- indexed: true,
149
- internalType: "contract ISuperfluidToken",
150
- name: "superToken",
151
- type: "address",
152
- },
153
- {
154
- indexed: false,
155
- internalType: "bytes32",
156
- name: "key",
157
- type: "bytes32",
158
- },
159
- {
160
- indexed: false,
161
- internalType: "bool",
162
- name: "isKeySet",
163
- type: "bool",
164
- },
165
- {
166
- indexed: false,
167
- internalType: "uint256",
168
- name: "value",
169
- type: "uint256",
170
- },
171
- ],
172
- name: "ConfigChanged",
173
- type: "event",
174
- },
175
- {
176
- anonymous: false,
177
- inputs: [
178
- {
179
- indexed: false,
180
- internalType: "uint8",
181
- name: "version",
182
- type: "uint8",
183
- },
184
- ],
185
- name: "Initialized",
186
- type: "event",
187
- },
188
- {
189
- anonymous: false,
190
- inputs: [
191
- {
192
- indexed: true,
193
- internalType: "address",
194
- name: "previousOwner",
195
- type: "address",
196
- },
197
- {
198
- indexed: true,
199
- internalType: "address",
200
- name: "newOwner",
201
- type: "address",
202
- },
203
- ],
204
- name: "OwnershipTransferred",
205
- type: "event",
206
- },
207
- {
208
- anonymous: false,
209
- inputs: [
210
- {
211
- indexed: true,
212
- internalType: "contract ISuperfluid",
213
- name: "host",
214
- type: "address",
215
- },
216
- {
217
- indexed: true,
218
- internalType: "contract ISuperfluidToken",
219
- name: "superToken",
220
- type: "address",
221
- },
222
- {
223
- indexed: false,
224
- internalType: "bool",
225
- name: "isKeySet",
226
- type: "bool",
227
- },
228
- {
229
- indexed: false,
230
- internalType: "uint256",
231
- name: "liquidationPeriod",
232
- type: "uint256",
233
- },
234
- {
235
- indexed: false,
236
- internalType: "uint256",
237
- name: "patricianPeriod",
238
- type: "uint256",
239
- },
240
- ],
241
- name: "PPPConfigurationChanged",
242
- type: "event",
243
- },
244
- {
245
- anonymous: false,
246
- inputs: [
247
- {
248
- indexed: true,
249
- internalType: "contract ISuperfluid",
250
- name: "host",
251
- type: "address",
252
- },
253
- {
254
- indexed: true,
255
- internalType: "contract ISuperfluidToken",
256
- name: "superToken",
257
- type: "address",
258
- },
259
- {
260
- indexed: false,
261
- internalType: "bool",
262
- name: "isKeySet",
263
- type: "bool",
264
- },
265
- {
266
- indexed: false,
267
- internalType: "address",
268
- name: "rewardAddress",
269
- type: "address",
270
- },
271
- ],
272
- name: "RewardAddressChanged",
273
- type: "event",
274
- },
275
- {
276
- anonymous: false,
277
- inputs: [
278
- {
279
- indexed: true,
280
- internalType: "contract ISuperfluid",
281
- name: "host",
282
- type: "address",
283
- },
284
- {
285
- indexed: true,
286
- internalType: "contract ISuperfluidToken",
287
- name: "superToken",
288
- type: "address",
289
- },
290
- {
291
- indexed: false,
292
- internalType: "bool",
293
- name: "isKeySet",
294
- type: "bool",
295
- },
296
- {
297
- indexed: false,
298
- internalType: "uint256",
299
- name: "minimumDeposit",
300
- type: "uint256",
301
- },
302
- ],
303
- name: "SuperTokenMinimumDepositChanged",
304
- type: "event",
305
- },
306
- {
307
- anonymous: false,
308
- inputs: [
309
- {
310
- indexed: true,
311
- internalType: "contract ISuperfluid",
312
- name: "host",
313
- type: "address",
314
- },
315
- {
316
- indexed: true,
317
- internalType: "contract ISuperfluidToken",
318
- name: "superToken",
319
- type: "address",
320
- },
321
- {
322
- indexed: false,
323
- internalType: "bool",
324
- name: "isKeySet",
325
- type: "bool",
326
- },
327
- {
328
- indexed: false,
329
- internalType: "address",
330
- name: "forwarder",
331
- type: "address",
332
- },
333
- {
334
- indexed: false,
335
- internalType: "bool",
336
- name: "enabled",
337
- type: "bool",
338
- },
339
- ],
340
- name: "TrustedForwarderChanged",
341
- type: "event",
342
- },
343
- {
344
- inputs: [
345
- {
346
- internalType: "contract ISuperfluid",
347
- name: "host",
348
- type: "address",
349
- },
350
- {
351
- internalType: "address",
352
- name: "factory",
353
- type: "address",
354
- },
355
- ],
356
- name: "authorizeAppFactory",
357
- outputs: [],
358
- stateMutability: "nonpayable",
359
- type: "function",
360
- },
361
- {
362
- inputs: [
363
- {
364
- internalType: "contract ISuperfluid",
365
- name: "host",
366
- type: "address",
367
- },
368
- {
369
- internalType: "contract ISuperToken[]",
370
- name: "tokens",
371
- type: "address[]",
372
- },
373
- ],
374
- name: "batchUpdateSuperTokenLogic",
375
- outputs: [],
376
- stateMutability: "nonpayable",
377
- type: "function",
378
- },
379
- {
380
- inputs: [
381
- {
382
- internalType: "contract ISuperfluid",
383
- name: "host",
384
- type: "address",
385
- },
386
- {
387
- internalType: "contract ISuperToken[]",
388
- name: "tokens",
389
- type: "address[]",
390
- },
391
- {
392
- internalType: "uint256[]",
393
- name: "minimumDeposits",
394
- type: "uint256[]",
395
- },
396
- ],
397
- name: "batchUpdateSuperTokenMinimumDeposit",
398
- outputs: [],
399
- stateMutability: "nonpayable",
400
- type: "function",
401
- },
402
- {
403
- inputs: [],
404
- name: "castrate",
405
- outputs: [],
406
- stateMutability: "nonpayable",
407
- type: "function",
408
- },
409
- {
410
- inputs: [
411
- {
412
- internalType: "contract ISuperfluid",
413
- name: "host",
414
- type: "address",
415
- },
416
- {
417
- internalType: "address",
418
- name: "deployer",
419
- type: "address",
420
- },
421
- {
422
- internalType: "string",
423
- name: "registrationKey",
424
- type: "string",
425
- },
426
- ],
427
- name: "clearAppRegistrationKey",
428
- outputs: [],
429
- stateMutability: "nonpayable",
430
- type: "function",
431
- },
432
- {
433
- inputs: [
434
- {
435
- internalType: "contract ISuperfluid",
436
- name: "host",
437
- type: "address",
438
- },
439
- {
440
- internalType: "contract ISuperfluidToken",
441
- name: "superToken",
442
- type: "address",
443
- },
444
- {
445
- internalType: "bytes32",
446
- name: "key",
447
- type: "bytes32",
448
- },
449
- ],
450
- name: "clearConfig",
451
- outputs: [],
452
- stateMutability: "nonpayable",
453
- type: "function",
454
- },
455
- {
456
- inputs: [
457
- {
458
- internalType: "contract ISuperfluid",
459
- name: "host",
460
- type: "address",
461
- },
462
- {
463
- internalType: "contract ISuperfluidToken",
464
- name: "superToken",
465
- type: "address",
466
- },
467
- ],
468
- name: "clearPPPConfig",
469
- outputs: [],
470
- stateMutability: "nonpayable",
471
- type: "function",
472
- },
473
- {
474
- inputs: [
475
- {
476
- internalType: "contract ISuperfluid",
477
- name: "host",
478
- type: "address",
479
- },
480
- {
481
- internalType: "contract ISuperfluidToken",
482
- name: "superToken",
483
- type: "address",
484
- },
485
- ],
486
- name: "clearRewardAddress",
487
- outputs: [],
488
- stateMutability: "nonpayable",
489
- type: "function",
490
- },
491
- {
492
- inputs: [
493
- {
494
- internalType: "contract ISuperfluid",
495
- name: "host",
496
- type: "address",
497
- },
498
- {
499
- internalType: "contract ISuperToken",
500
- name: "superToken",
501
- type: "address",
502
- },
503
- ],
504
- name: "clearSuperTokenMinimumDeposit",
505
- outputs: [],
506
- stateMutability: "nonpayable",
507
- type: "function",
508
- },
509
- {
510
- inputs: [
511
- {
512
- internalType: "contract ISuperfluid",
513
- name: "host",
514
- type: "address",
515
- },
516
- {
517
- internalType: "contract ISuperfluidToken",
518
- name: "superToken",
519
- type: "address",
520
- },
521
- {
522
- internalType: "address",
523
- name: "forwarder",
524
- type: "address",
525
- },
526
- ],
527
- name: "disableTrustedForwarder",
528
- outputs: [],
529
- stateMutability: "nonpayable",
530
- type: "function",
531
- },
532
- {
533
- inputs: [
534
- {
535
- internalType: "contract ISuperfluid",
536
- name: "host",
537
- type: "address",
538
- },
539
- {
540
- internalType: "contract ISuperfluidToken",
541
- name: "superToken",
542
- type: "address",
543
- },
544
- {
545
- internalType: "address",
546
- name: "forwarder",
547
- type: "address",
548
- },
549
- ],
550
- name: "enableTrustedForwarder",
551
- outputs: [],
552
- stateMutability: "nonpayable",
553
- type: "function",
554
- },
555
- {
556
- inputs: [],
557
- name: "getCodeAddress",
558
- outputs: [
559
- {
560
- internalType: "address",
561
- name: "codeAddress",
562
- type: "address",
563
- },
564
- ],
565
- stateMutability: "view",
566
- type: "function",
567
- },
568
- {
569
- inputs: [
570
- {
571
- internalType: "contract ISuperfluid",
572
- name: "host",
573
- type: "address",
574
- },
575
- {
576
- internalType: "contract ISuperfluidToken",
577
- name: "superToken",
578
- type: "address",
579
- },
580
- {
581
- internalType: "bytes32",
582
- name: "key",
583
- type: "bytes32",
584
- },
585
- ],
586
- name: "getConfigAsAddress",
587
- outputs: [
588
- {
589
- internalType: "address",
590
- name: "value",
591
- type: "address",
592
- },
593
- ],
594
- stateMutability: "view",
595
- type: "function",
596
- },
597
- {
598
- inputs: [
599
- {
600
- internalType: "contract ISuperfluid",
601
- name: "host",
602
- type: "address",
603
- },
604
- {
605
- internalType: "contract ISuperfluidToken",
606
- name: "superToken",
607
- type: "address",
608
- },
609
- {
610
- internalType: "bytes32",
611
- name: "key",
612
- type: "bytes32",
613
- },
614
- ],
615
- name: "getConfigAsUint256",
616
- outputs: [
617
- {
618
- internalType: "uint256",
619
- name: "period",
620
- type: "uint256",
621
- },
622
- ],
623
- stateMutability: "view",
624
- type: "function",
625
- },
626
- {
627
- inputs: [
628
- {
629
- internalType: "contract ISuperfluid",
630
- name: "host",
631
- type: "address",
632
- },
633
- {
634
- internalType: "contract ISuperfluidToken",
635
- name: "superToken",
636
- type: "address",
637
- },
638
- ],
639
- name: "getPPPConfig",
640
- outputs: [
641
- {
642
- internalType: "uint256",
643
- name: "liquidationPeriod",
644
- type: "uint256",
645
- },
646
- {
647
- internalType: "uint256",
648
- name: "patricianPeriod",
649
- type: "uint256",
650
- },
651
- ],
652
- stateMutability: "view",
653
- type: "function",
654
- },
655
- {
656
- inputs: [
657
- {
658
- internalType: "contract ISuperfluid",
659
- name: "host",
660
- type: "address",
661
- },
662
- {
663
- internalType: "contract ISuperfluidToken",
664
- name: "superToken",
665
- type: "address",
666
- },
667
- ],
668
- name: "getRewardAddress",
669
- outputs: [
670
- {
671
- internalType: "address",
672
- name: "",
673
- type: "address",
674
- },
675
- ],
676
- stateMutability: "view",
677
- type: "function",
678
- },
679
- {
680
- inputs: [
681
- {
682
- internalType: "contract ISuperfluid",
683
- name: "host",
684
- type: "address",
685
- },
686
- {
687
- internalType: "contract ISuperfluidToken",
688
- name: "superToken",
689
- type: "address",
690
- },
691
- ],
692
- name: "getSuperTokenMinimumDeposit",
693
- outputs: [
694
- {
695
- internalType: "uint256",
696
- name: "value",
697
- type: "uint256",
698
- },
699
- ],
700
- stateMutability: "view",
701
- type: "function",
702
- },
703
- {
704
- inputs: [
705
- {
706
- internalType: "contract ISuperfluid",
707
- name: "host",
708
- type: "address",
709
- },
710
- {
711
- internalType: "address",
712
- name: "factory",
713
- type: "address",
714
- },
715
- ],
716
- name: "isAuthorizedAppFactory",
717
- outputs: [
718
- {
719
- internalType: "bool",
720
- name: "",
721
- type: "bool",
722
- },
723
- ],
724
- stateMutability: "view",
725
- type: "function",
726
- },
727
- {
728
- inputs: [
729
- {
730
- internalType: "contract ISuperfluid",
731
- name: "host",
732
- type: "address",
733
- },
734
- {
735
- internalType: "contract ISuperfluidToken",
736
- name: "superToken",
737
- type: "address",
738
- },
739
- {
740
- internalType: "address",
741
- name: "forwarder",
742
- type: "address",
743
- },
744
- ],
745
- name: "isTrustedForwarder",
746
- outputs: [
747
- {
748
- internalType: "bool",
749
- name: "",
750
- type: "bool",
751
- },
752
- ],
753
- stateMutability: "view",
754
- type: "function",
755
- },
756
- {
757
- inputs: [],
758
- name: "owner",
759
- outputs: [
760
- {
761
- internalType: "address",
762
- name: "",
763
- type: "address",
764
- },
765
- ],
766
- stateMutability: "view",
767
- type: "function",
768
- },
769
- {
770
- inputs: [
771
- {
772
- internalType: "contract ISuperfluid",
773
- name: "host",
774
- type: "address",
775
- },
776
- {
777
- internalType: "address",
778
- name: "agreementClass",
779
- type: "address",
780
- },
781
- ],
782
- name: "registerAgreementClass",
783
- outputs: [],
784
- stateMutability: "nonpayable",
785
- type: "function",
786
- },
787
- {
788
- inputs: [],
789
- name: "renounceOwnership",
790
- outputs: [],
791
- stateMutability: "nonpayable",
792
- type: "function",
793
- },
794
- {
795
- inputs: [
796
- {
797
- internalType: "contract ISuperfluid",
798
- name: "host",
799
- type: "address",
800
- },
801
- {
802
- internalType: "address",
803
- name: "newGov",
804
- type: "address",
805
- },
806
- ],
807
- name: "replaceGovernance",
808
- outputs: [],
809
- stateMutability: "nonpayable",
810
- type: "function",
811
- },
812
- {
813
- inputs: [
814
- {
815
- internalType: "contract ISuperfluid",
816
- name: "host",
817
- type: "address",
818
- },
819
- {
820
- internalType: "address",
821
- name: "deployer",
822
- type: "address",
823
- },
824
- {
825
- internalType: "string",
826
- name: "registrationKey",
827
- type: "string",
828
- },
829
- {
830
- internalType: "uint256",
831
- name: "expirationTs",
832
- type: "uint256",
833
- },
834
- ],
835
- name: "setAppRegistrationKey",
836
- outputs: [],
837
- stateMutability: "nonpayable",
838
- type: "function",
839
- },
840
- {
841
- inputs: [
842
- {
843
- internalType: "contract ISuperfluid",
844
- name: "host",
845
- type: "address",
846
- },
847
- {
848
- internalType: "contract ISuperfluidToken",
849
- name: "superToken",
850
- type: "address",
851
- },
852
- {
853
- internalType: "bytes32",
854
- name: "key",
855
- type: "bytes32",
856
- },
857
- {
858
- internalType: "address",
859
- name: "value",
860
- type: "address",
861
- },
862
- ],
863
- name: "setConfig",
864
- outputs: [],
865
- stateMutability: "nonpayable",
866
- type: "function",
867
- },
868
- {
869
- inputs: [
870
- {
871
- internalType: "contract ISuperfluid",
872
- name: "host",
873
- type: "address",
874
- },
875
- {
876
- internalType: "contract ISuperfluidToken",
877
- name: "superToken",
878
- type: "address",
879
- },
880
- {
881
- internalType: "bytes32",
882
- name: "key",
883
- type: "bytes32",
884
- },
885
- {
886
- internalType: "uint256",
887
- name: "value",
888
- type: "uint256",
889
- },
890
- ],
891
- name: "setConfig",
892
- outputs: [],
893
- stateMutability: "nonpayable",
894
- type: "function",
895
- },
896
- {
897
- inputs: [
898
- {
899
- internalType: "contract ISuperfluid",
900
- name: "host",
901
- type: "address",
902
- },
903
- {
904
- internalType: "contract ISuperfluidToken",
905
- name: "superToken",
906
- type: "address",
907
- },
908
- {
909
- internalType: "uint256",
910
- name: "liquidationPeriod",
911
- type: "uint256",
912
- },
913
- {
914
- internalType: "uint256",
915
- name: "patricianPeriod",
916
- type: "uint256",
917
- },
918
- ],
919
- name: "setPPPConfig",
920
- outputs: [],
921
- stateMutability: "nonpayable",
922
- type: "function",
923
- },
924
- {
925
- inputs: [
926
- {
927
- internalType: "contract ISuperfluid",
928
- name: "host",
929
- type: "address",
930
- },
931
- {
932
- internalType: "contract ISuperfluidToken",
933
- name: "superToken",
934
- type: "address",
935
- },
936
- {
937
- internalType: "address",
938
- name: "rewardAddress",
939
- type: "address",
940
- },
941
- ],
942
- name: "setRewardAddress",
943
- outputs: [],
944
- stateMutability: "nonpayable",
945
- type: "function",
946
- },
947
- {
948
- inputs: [
949
- {
950
- internalType: "contract ISuperfluid",
951
- name: "host",
952
- type: "address",
953
- },
954
- {
955
- internalType: "contract ISuperfluidToken",
956
- name: "superToken",
957
- type: "address",
958
- },
959
- {
960
- internalType: "uint256",
961
- name: "value",
962
- type: "uint256",
963
- },
964
- ],
965
- name: "setSuperTokenMinimumDeposit",
966
- outputs: [],
967
- stateMutability: "nonpayable",
968
- type: "function",
969
- },
970
- {
971
- inputs: [
972
- {
973
- internalType: "address",
974
- name: "newOwner",
975
- type: "address",
976
- },
977
- ],
978
- name: "transferOwnership",
979
- outputs: [],
980
- stateMutability: "nonpayable",
981
- type: "function",
982
- },
983
- {
984
- inputs: [
985
- {
986
- internalType: "contract ISuperfluid",
987
- name: "host",
988
- type: "address",
989
- },
990
- {
991
- internalType: "address",
992
- name: "factory",
993
- type: "address",
994
- },
995
- ],
996
- name: "unauthorizeAppFactory",
997
- outputs: [],
998
- stateMutability: "nonpayable",
999
- type: "function",
1000
- },
1001
- {
1002
- inputs: [
1003
- {
1004
- internalType: "contract ISuperfluid",
1005
- name: "host",
1006
- type: "address",
1007
- },
1008
- {
1009
- internalType: "address",
1010
- name: "hostNewLogic",
1011
- type: "address",
1012
- },
1013
- {
1014
- internalType: "address[]",
1015
- name: "agreementClassNewLogics",
1016
- type: "address[]",
1017
- },
1018
- {
1019
- internalType: "address",
1020
- name: "superTokenFactoryNewLogic",
1021
- type: "address",
1022
- },
1023
- ],
1024
- name: "updateContracts",
1025
- outputs: [],
1026
- stateMutability: "nonpayable",
1027
- type: "function",
1028
- },
1029
- {
1030
- inputs: [
1031
- {
1032
- internalType: "contract ISuperfluid",
1033
- name: "host",
1034
- type: "address",
1035
- },
1036
- {
1037
- internalType: "address",
1038
- name: "deployer",
1039
- type: "address",
1040
- },
1041
- {
1042
- internalType: "string",
1043
- name: "registrationKey",
1044
- type: "string",
1045
- },
1046
- ],
1047
- name: "verifyAppRegistrationKey",
1048
- outputs: [
1049
- {
1050
- internalType: "bool",
1051
- name: "validNow",
1052
- type: "bool",
1053
- },
1054
- {
1055
- internalType: "uint256",
1056
- name: "expirationTs",
1057
- type: "uint256",
1058
- },
1059
- ],
1060
- stateMutability: "view",
1061
- type: "function",
1062
- },
1063
- {
1064
- inputs: [],
1065
- name: "proxiableUUID",
1066
- outputs: [
1067
- {
1068
- internalType: "bytes32",
1069
- name: "",
1070
- type: "bytes32",
1071
- },
1072
- ],
1073
- stateMutability: "pure",
1074
- type: "function",
1075
- },
1076
- {
1077
- inputs: [
1078
- {
1079
- internalType: "address",
1080
- name: "newAddress",
1081
- type: "address",
1082
- },
1083
- ],
1084
- name: "updateCode",
1085
- outputs: [],
1086
- stateMutability: "nonpayable",
1087
- type: "function",
1088
- },
1089
- ];
1090
- export class SuperfluidGovernanceII__factory {
1091
- static createInterface() {
1092
- return new utils.Interface(_abi);
1093
- }
1094
- static connect(address, signerOrProvider) {
1095
- return new Contract(address, _abi, signerOrProvider);
1096
- }
1097
- }
1098
- SuperfluidGovernanceII__factory.abi = _abi;
1099
- //# sourceMappingURL=SuperfluidGovernanceII__factory.js.map