@meterio/sumer-js 0.2.103 → 0.2.105

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 (247) hide show
  1. package/dist/browser/sumer.min.js +10 -10
  2. package/dist/nodejs/abi.d.ts +0 -146
  3. package/dist/nodejs/abi.js +0 -4151
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/constants/beramain.d.ts +6 -0
  6. package/dist/nodejs/constants/beramain.js +45 -5
  7. package/dist/nodejs/constants/beramain.js.map +1 -1
  8. package/dist/nodejs/errorABIs.js +0 -1207
  9. package/dist/nodejs/errorABIs.js.map +1 -1
  10. package/dist/nodejs/index.d.ts +0 -146
  11. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.d.ts +69 -0
  12. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.js +3 -0
  13. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.js.map +1 -0
  14. package/dist/nodejs/typechain/contracts/Bera/CBeraVault.d.ts +40 -9
  15. package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +1 -5
  16. package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +1 -5
  17. package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +9 -1
  18. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +98 -35
  19. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.d.ts +1124 -0
  20. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.js +3 -0
  21. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.js.map +1 -0
  22. package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.d.ts +118 -0
  23. package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.js +3 -0
  24. package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.js.map +1 -0
  25. package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.d.ts +376 -0
  26. package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.js +3 -0
  27. package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.js.map +1 -0
  28. package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.d.ts +276 -0
  29. package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.js +3 -0
  30. package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.js.map +1 -0
  31. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.d.ts +149 -0
  32. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.js +3 -0
  33. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.js.map +1 -0
  34. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.d.ts +186 -0
  35. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.js +3 -0
  36. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.js.map +1 -0
  37. package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.d.ts +354 -0
  38. package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.js +3 -0
  39. package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.js.map +1 -0
  40. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.d.ts +217 -0
  41. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.js +3 -0
  42. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.js.map +1 -0
  43. package/dist/nodejs/typechain/contracts/Infrared/index.d.ts +5 -0
  44. package/dist/nodejs/typechain/contracts/Infrared/index.js +3 -0
  45. package/dist/nodejs/typechain/contracts/Infrared/index.js.map +1 -0
  46. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.d.ts +33 -0
  47. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.js +3 -0
  48. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.js.map +1 -0
  49. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.d.ts +37 -0
  50. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.js +3 -0
  51. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.js.map +1 -0
  52. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.d.ts +49 -0
  53. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.js +3 -0
  54. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.js.map +1 -0
  55. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.d.ts +2 -0
  56. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.js +3 -0
  57. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.js.map +1 -0
  58. package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.d.ts +9 -1
  59. package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +76 -5
  60. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.d.ts +53 -0
  61. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.js +3 -0
  62. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.js.map +1 -0
  63. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.d.ts +1 -0
  64. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.js +3 -0
  65. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.js.map +1 -0
  66. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.d.ts +25 -0
  67. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.js +3 -0
  68. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.js.map +1 -0
  69. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.d.ts +59 -0
  70. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.js +3 -0
  71. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.js.map +1 -0
  72. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.d.ts +2 -0
  73. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.js +3 -0
  74. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.js.map +1 -0
  75. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.d.ts +93 -0
  76. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.js +3 -0
  77. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.js.map +1 -0
  78. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.d.ts +33 -0
  79. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.js +3 -0
  80. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.js.map +1 -0
  81. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.d.ts +49 -0
  82. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.js +3 -0
  83. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.js.map +1 -0
  84. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.d.ts +25 -0
  85. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.js +3 -0
  86. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.js.map +1 -0
  87. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.d.ts +4 -0
  88. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.js +3 -0
  89. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.js.map +1 -0
  90. package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracle.d.ts +43 -1
  91. package/dist/nodejs/typechain/contracts/index.d.ts +0 -2
  92. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.d.ts +47 -0
  93. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.js +72 -0
  94. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.js.map +1 -0
  95. package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.d.ts +39 -11
  96. package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.js +49 -13
  97. package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.js.map +1 -1
  98. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +57 -7
  99. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +71 -8
  100. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  101. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +57 -1
  102. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +71 -1
  103. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  104. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +56 -0
  105. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +70 -0
  106. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
  107. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +57 -7
  108. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +71 -8
  109. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  110. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +67 -1
  111. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +84 -1
  112. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
  113. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +57 -1
  114. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +71 -1
  115. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  116. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
  117. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
  118. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +162 -30
  119. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +203 -35
  120. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
  121. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +57 -1
  122. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +71 -1
  123. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
  124. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
  125. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
  126. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.d.ts +1887 -0
  127. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js +2444 -0
  128. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js.map +1 -0
  129. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.d.ts +124 -0
  130. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.js +171 -0
  131. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.js.map +1 -0
  132. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.d.ts +439 -0
  133. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js +579 -0
  134. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js.map +1 -0
  135. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.d.ts +310 -0
  136. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js +412 -0
  137. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js.map +1 -0
  138. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.d.ts +169 -0
  139. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.js +229 -0
  140. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.js.map +1 -0
  141. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.d.ts +219 -0
  142. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.js +296 -0
  143. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.js.map +1 -0
  144. package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.d.ts +396 -0
  145. package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.js +525 -0
  146. package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.js.map +1 -0
  147. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.d.ts +241 -0
  148. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.js +323 -0
  149. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.js.map +1 -0
  150. package/dist/nodejs/typechain/factories/contracts/Infrared/index.d.ts +5 -0
  151. package/dist/nodejs/typechain/factories/contracts/Infrared/index.js +17 -0
  152. package/dist/nodejs/typechain/factories/contracts/Infrared/index.js.map +1 -0
  153. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.d.ts +37 -0
  154. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.js +59 -0
  155. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.js.map +1 -0
  156. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.d.ts +47 -0
  157. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.js +72 -0
  158. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.js.map +1 -0
  159. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.d.ts +29 -0
  160. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.js +49 -0
  161. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.js.map +1 -0
  162. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.d.ts +2 -0
  163. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.js +11 -0
  164. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.js.map +1 -0
  165. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.d.ts +10 -0
  166. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js +13 -0
  167. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js.map +1 -1
  168. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +86 -0
  169. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +109 -0
  170. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
  171. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.d.ts +61 -0
  172. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.js +90 -0
  173. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.js.map +1 -0
  174. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.d.ts +1 -0
  175. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.js +9 -0
  176. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.js.map +1 -0
  177. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.d.ts +21 -0
  178. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.js +39 -0
  179. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.js.map +1 -0
  180. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.d.ts +55 -0
  181. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.js +82 -0
  182. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.js.map +1 -0
  183. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.d.ts +2 -0
  184. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.js +11 -0
  185. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.js.map +1 -0
  186. package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +1 -1
  187. package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +1 -1
  188. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.d.ts +158 -0
  189. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.js +214 -0
  190. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.js.map +1 -0
  191. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.d.ts +37 -0
  192. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.js +59 -0
  193. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.js.map +1 -0
  194. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.d.ts +29 -0
  195. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.js +49 -0
  196. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.js.map +1 -0
  197. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.d.ts +21 -0
  198. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.js +39 -0
  199. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.js.map +1 -0
  200. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.d.ts +4 -0
  201. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.js +15 -0
  202. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.js.map +1 -0
  203. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +47 -1
  204. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +61 -1
  205. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -1
  206. package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.d.ts +1 -1
  207. package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js +1 -1
  208. package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.d.ts +1 -1
  209. package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js +1 -1
  210. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +57 -1
  211. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +71 -1
  212. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
  213. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +57 -1
  214. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +71 -1
  215. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
  216. package/dist/nodejs/typechain/factories/contracts/index.d.ts +0 -1
  217. package/dist/nodejs/typechain/factories/contracts/index.js +1 -2
  218. package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
  219. package/dist/nodejs/typechain/factories/solmate/index.d.ts +1 -0
  220. package/dist/nodejs/typechain/factories/solmate/index.js +31 -0
  221. package/dist/nodejs/typechain/factories/solmate/index.js.map +1 -0
  222. package/dist/nodejs/typechain/factories/solmate/src/index.d.ts +1 -0
  223. package/dist/nodejs/typechain/factories/solmate/src/index.js +31 -0
  224. package/dist/nodejs/typechain/factories/solmate/src/index.js.map +1 -0
  225. package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.d.ts +235 -0
  226. package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.js +317 -0
  227. package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.js.map +1 -0
  228. package/dist/nodejs/typechain/factories/solmate/src/tokens/index.d.ts +1 -0
  229. package/dist/nodejs/typechain/factories/solmate/src/tokens/index.js +9 -0
  230. package/dist/nodejs/typechain/factories/solmate/src/tokens/index.js.map +1 -0
  231. package/dist/nodejs/typechain/hardhat.d.ts +0 -90
  232. package/dist/nodejs/typechain/index.d.ts +0 -10
  233. package/dist/nodejs/typechain/index.js +3 -13
  234. package/dist/nodejs/typechain/index.js.map +1 -1
  235. package/dist/nodejs/typechain/solmate/index.d.ts +2 -0
  236. package/dist/nodejs/typechain/solmate/index.js +3 -0
  237. package/dist/nodejs/typechain/solmate/index.js.map +1 -0
  238. package/dist/nodejs/typechain/solmate/src/index.d.ts +2 -0
  239. package/dist/nodejs/typechain/solmate/src/index.js +3 -0
  240. package/dist/nodejs/typechain/solmate/src/index.js.map +1 -0
  241. package/dist/nodejs/typechain/solmate/src/tokens/ERC20.d.ts +181 -0
  242. package/dist/nodejs/typechain/solmate/src/tokens/ERC20.js +3 -0
  243. package/dist/nodejs/typechain/solmate/src/tokens/ERC20.js.map +1 -0
  244. package/dist/nodejs/typechain/solmate/src/tokens/index.d.ts +1 -0
  245. package/dist/nodejs/typechain/solmate/src/tokens/index.js +3 -0
  246. package/dist/nodejs/typechain/solmate/src/tokens/index.js.map +1 -0
  247. package/package.json +1 -1
@@ -0,0 +1,235 @@
1
+ import { type ContractRunner } from "ethers";
2
+ import type { ERC20, ERC20Interface } from "../../../../solmate/src/tokens/ERC20";
3
+ export declare class ERC20__factory {
4
+ static readonly abi: readonly [{
5
+ readonly anonymous: false;
6
+ readonly inputs: readonly [{
7
+ readonly indexed: true;
8
+ readonly internalType: "address";
9
+ readonly name: "owner";
10
+ readonly type: "address";
11
+ }, {
12
+ readonly indexed: true;
13
+ readonly internalType: "address";
14
+ readonly name: "spender";
15
+ readonly type: "address";
16
+ }, {
17
+ readonly indexed: false;
18
+ readonly internalType: "uint256";
19
+ readonly name: "amount";
20
+ readonly type: "uint256";
21
+ }];
22
+ readonly name: "Approval";
23
+ readonly type: "event";
24
+ }, {
25
+ readonly anonymous: false;
26
+ readonly inputs: readonly [{
27
+ readonly indexed: true;
28
+ readonly internalType: "address";
29
+ readonly name: "from";
30
+ readonly type: "address";
31
+ }, {
32
+ readonly indexed: true;
33
+ readonly internalType: "address";
34
+ readonly name: "to";
35
+ readonly type: "address";
36
+ }, {
37
+ readonly indexed: false;
38
+ readonly internalType: "uint256";
39
+ readonly name: "amount";
40
+ readonly type: "uint256";
41
+ }];
42
+ readonly name: "Transfer";
43
+ readonly type: "event";
44
+ }, {
45
+ readonly inputs: readonly [];
46
+ readonly name: "DOMAIN_SEPARATOR";
47
+ readonly outputs: readonly [{
48
+ readonly internalType: "bytes32";
49
+ readonly name: "";
50
+ readonly type: "bytes32";
51
+ }];
52
+ readonly stateMutability: "view";
53
+ readonly type: "function";
54
+ }, {
55
+ readonly inputs: readonly [{
56
+ readonly internalType: "address";
57
+ readonly name: "";
58
+ readonly type: "address";
59
+ }, {
60
+ readonly internalType: "address";
61
+ readonly name: "";
62
+ readonly type: "address";
63
+ }];
64
+ readonly name: "allowance";
65
+ readonly outputs: readonly [{
66
+ readonly internalType: "uint256";
67
+ readonly name: "";
68
+ readonly type: "uint256";
69
+ }];
70
+ readonly stateMutability: "view";
71
+ readonly type: "function";
72
+ }, {
73
+ readonly inputs: readonly [{
74
+ readonly internalType: "address";
75
+ readonly name: "spender";
76
+ readonly type: "address";
77
+ }, {
78
+ readonly internalType: "uint256";
79
+ readonly name: "amount";
80
+ readonly type: "uint256";
81
+ }];
82
+ readonly name: "approve";
83
+ readonly outputs: readonly [{
84
+ readonly internalType: "bool";
85
+ readonly name: "";
86
+ readonly type: "bool";
87
+ }];
88
+ readonly stateMutability: "nonpayable";
89
+ readonly type: "function";
90
+ }, {
91
+ readonly inputs: readonly [{
92
+ readonly internalType: "address";
93
+ readonly name: "";
94
+ readonly type: "address";
95
+ }];
96
+ readonly name: "balanceOf";
97
+ readonly outputs: readonly [{
98
+ readonly internalType: "uint256";
99
+ readonly name: "";
100
+ readonly type: "uint256";
101
+ }];
102
+ readonly stateMutability: "view";
103
+ readonly type: "function";
104
+ }, {
105
+ readonly inputs: readonly [];
106
+ readonly name: "decimals";
107
+ readonly outputs: readonly [{
108
+ readonly internalType: "uint8";
109
+ readonly name: "";
110
+ readonly type: "uint8";
111
+ }];
112
+ readonly stateMutability: "view";
113
+ readonly type: "function";
114
+ }, {
115
+ readonly inputs: readonly [];
116
+ readonly name: "name";
117
+ readonly outputs: readonly [{
118
+ readonly internalType: "string";
119
+ readonly name: "";
120
+ readonly type: "string";
121
+ }];
122
+ readonly stateMutability: "view";
123
+ readonly type: "function";
124
+ }, {
125
+ readonly inputs: readonly [{
126
+ readonly internalType: "address";
127
+ readonly name: "";
128
+ readonly type: "address";
129
+ }];
130
+ readonly name: "nonces";
131
+ readonly outputs: readonly [{
132
+ readonly internalType: "uint256";
133
+ readonly name: "";
134
+ readonly type: "uint256";
135
+ }];
136
+ readonly stateMutability: "view";
137
+ readonly type: "function";
138
+ }, {
139
+ readonly inputs: readonly [{
140
+ readonly internalType: "address";
141
+ readonly name: "owner";
142
+ readonly type: "address";
143
+ }, {
144
+ readonly internalType: "address";
145
+ readonly name: "spender";
146
+ readonly type: "address";
147
+ }, {
148
+ readonly internalType: "uint256";
149
+ readonly name: "value";
150
+ readonly type: "uint256";
151
+ }, {
152
+ readonly internalType: "uint256";
153
+ readonly name: "deadline";
154
+ readonly type: "uint256";
155
+ }, {
156
+ readonly internalType: "uint8";
157
+ readonly name: "v";
158
+ readonly type: "uint8";
159
+ }, {
160
+ readonly internalType: "bytes32";
161
+ readonly name: "r";
162
+ readonly type: "bytes32";
163
+ }, {
164
+ readonly internalType: "bytes32";
165
+ readonly name: "s";
166
+ readonly type: "bytes32";
167
+ }];
168
+ readonly name: "permit";
169
+ readonly outputs: readonly [];
170
+ readonly stateMutability: "nonpayable";
171
+ readonly type: "function";
172
+ }, {
173
+ readonly inputs: readonly [];
174
+ readonly name: "symbol";
175
+ readonly outputs: readonly [{
176
+ readonly internalType: "string";
177
+ readonly name: "";
178
+ readonly type: "string";
179
+ }];
180
+ readonly stateMutability: "view";
181
+ readonly type: "function";
182
+ }, {
183
+ readonly inputs: readonly [];
184
+ readonly name: "totalSupply";
185
+ readonly outputs: readonly [{
186
+ readonly internalType: "uint256";
187
+ readonly name: "";
188
+ readonly type: "uint256";
189
+ }];
190
+ readonly stateMutability: "view";
191
+ readonly type: "function";
192
+ }, {
193
+ readonly inputs: readonly [{
194
+ readonly internalType: "address";
195
+ readonly name: "to";
196
+ readonly type: "address";
197
+ }, {
198
+ readonly internalType: "uint256";
199
+ readonly name: "amount";
200
+ readonly type: "uint256";
201
+ }];
202
+ readonly name: "transfer";
203
+ readonly outputs: readonly [{
204
+ readonly internalType: "bool";
205
+ readonly name: "";
206
+ readonly type: "bool";
207
+ }];
208
+ readonly stateMutability: "nonpayable";
209
+ readonly type: "function";
210
+ }, {
211
+ readonly inputs: readonly [{
212
+ readonly internalType: "address";
213
+ readonly name: "from";
214
+ readonly type: "address";
215
+ }, {
216
+ readonly internalType: "address";
217
+ readonly name: "to";
218
+ readonly type: "address";
219
+ }, {
220
+ readonly internalType: "uint256";
221
+ readonly name: "amount";
222
+ readonly type: "uint256";
223
+ }];
224
+ readonly name: "transferFrom";
225
+ readonly outputs: readonly [{
226
+ readonly internalType: "bool";
227
+ readonly name: "";
228
+ readonly type: "bool";
229
+ }];
230
+ readonly stateMutability: "nonpayable";
231
+ readonly type: "function";
232
+ }];
233
+ static createInterface(): ERC20Interface;
234
+ static connect(address: string, runner?: ContractRunner | null): ERC20;
235
+ }
@@ -0,0 +1,317 @@
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.ERC20__factory = void 0;
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ anonymous: false,
11
+ inputs: [
12
+ {
13
+ indexed: true,
14
+ internalType: "address",
15
+ name: "owner",
16
+ type: "address",
17
+ },
18
+ {
19
+ indexed: true,
20
+ internalType: "address",
21
+ name: "spender",
22
+ type: "address",
23
+ },
24
+ {
25
+ indexed: false,
26
+ internalType: "uint256",
27
+ name: "amount",
28
+ type: "uint256",
29
+ },
30
+ ],
31
+ name: "Approval",
32
+ type: "event",
33
+ },
34
+ {
35
+ anonymous: false,
36
+ inputs: [
37
+ {
38
+ indexed: true,
39
+ internalType: "address",
40
+ name: "from",
41
+ type: "address",
42
+ },
43
+ {
44
+ indexed: true,
45
+ internalType: "address",
46
+ name: "to",
47
+ type: "address",
48
+ },
49
+ {
50
+ indexed: false,
51
+ internalType: "uint256",
52
+ name: "amount",
53
+ type: "uint256",
54
+ },
55
+ ],
56
+ name: "Transfer",
57
+ type: "event",
58
+ },
59
+ {
60
+ inputs: [],
61
+ name: "DOMAIN_SEPARATOR",
62
+ outputs: [
63
+ {
64
+ internalType: "bytes32",
65
+ name: "",
66
+ type: "bytes32",
67
+ },
68
+ ],
69
+ stateMutability: "view",
70
+ type: "function",
71
+ },
72
+ {
73
+ inputs: [
74
+ {
75
+ internalType: "address",
76
+ name: "",
77
+ type: "address",
78
+ },
79
+ {
80
+ internalType: "address",
81
+ name: "",
82
+ type: "address",
83
+ },
84
+ ],
85
+ name: "allowance",
86
+ outputs: [
87
+ {
88
+ internalType: "uint256",
89
+ name: "",
90
+ type: "uint256",
91
+ },
92
+ ],
93
+ stateMutability: "view",
94
+ type: "function",
95
+ },
96
+ {
97
+ inputs: [
98
+ {
99
+ internalType: "address",
100
+ name: "spender",
101
+ type: "address",
102
+ },
103
+ {
104
+ internalType: "uint256",
105
+ name: "amount",
106
+ type: "uint256",
107
+ },
108
+ ],
109
+ name: "approve",
110
+ outputs: [
111
+ {
112
+ internalType: "bool",
113
+ name: "",
114
+ type: "bool",
115
+ },
116
+ ],
117
+ stateMutability: "nonpayable",
118
+ type: "function",
119
+ },
120
+ {
121
+ inputs: [
122
+ {
123
+ internalType: "address",
124
+ name: "",
125
+ type: "address",
126
+ },
127
+ ],
128
+ name: "balanceOf",
129
+ outputs: [
130
+ {
131
+ internalType: "uint256",
132
+ name: "",
133
+ type: "uint256",
134
+ },
135
+ ],
136
+ stateMutability: "view",
137
+ type: "function",
138
+ },
139
+ {
140
+ inputs: [],
141
+ name: "decimals",
142
+ outputs: [
143
+ {
144
+ internalType: "uint8",
145
+ name: "",
146
+ type: "uint8",
147
+ },
148
+ ],
149
+ stateMutability: "view",
150
+ type: "function",
151
+ },
152
+ {
153
+ inputs: [],
154
+ name: "name",
155
+ outputs: [
156
+ {
157
+ internalType: "string",
158
+ name: "",
159
+ type: "string",
160
+ },
161
+ ],
162
+ stateMutability: "view",
163
+ type: "function",
164
+ },
165
+ {
166
+ inputs: [
167
+ {
168
+ internalType: "address",
169
+ name: "",
170
+ type: "address",
171
+ },
172
+ ],
173
+ name: "nonces",
174
+ outputs: [
175
+ {
176
+ internalType: "uint256",
177
+ name: "",
178
+ type: "uint256",
179
+ },
180
+ ],
181
+ stateMutability: "view",
182
+ type: "function",
183
+ },
184
+ {
185
+ inputs: [
186
+ {
187
+ internalType: "address",
188
+ name: "owner",
189
+ type: "address",
190
+ },
191
+ {
192
+ internalType: "address",
193
+ name: "spender",
194
+ type: "address",
195
+ },
196
+ {
197
+ internalType: "uint256",
198
+ name: "value",
199
+ type: "uint256",
200
+ },
201
+ {
202
+ internalType: "uint256",
203
+ name: "deadline",
204
+ type: "uint256",
205
+ },
206
+ {
207
+ internalType: "uint8",
208
+ name: "v",
209
+ type: "uint8",
210
+ },
211
+ {
212
+ internalType: "bytes32",
213
+ name: "r",
214
+ type: "bytes32",
215
+ },
216
+ {
217
+ internalType: "bytes32",
218
+ name: "s",
219
+ type: "bytes32",
220
+ },
221
+ ],
222
+ name: "permit",
223
+ outputs: [],
224
+ stateMutability: "nonpayable",
225
+ type: "function",
226
+ },
227
+ {
228
+ inputs: [],
229
+ name: "symbol",
230
+ outputs: [
231
+ {
232
+ internalType: "string",
233
+ name: "",
234
+ type: "string",
235
+ },
236
+ ],
237
+ stateMutability: "view",
238
+ type: "function",
239
+ },
240
+ {
241
+ inputs: [],
242
+ name: "totalSupply",
243
+ outputs: [
244
+ {
245
+ internalType: "uint256",
246
+ name: "",
247
+ type: "uint256",
248
+ },
249
+ ],
250
+ stateMutability: "view",
251
+ type: "function",
252
+ },
253
+ {
254
+ inputs: [
255
+ {
256
+ internalType: "address",
257
+ name: "to",
258
+ type: "address",
259
+ },
260
+ {
261
+ internalType: "uint256",
262
+ name: "amount",
263
+ type: "uint256",
264
+ },
265
+ ],
266
+ name: "transfer",
267
+ outputs: [
268
+ {
269
+ internalType: "bool",
270
+ name: "",
271
+ type: "bool",
272
+ },
273
+ ],
274
+ stateMutability: "nonpayable",
275
+ type: "function",
276
+ },
277
+ {
278
+ inputs: [
279
+ {
280
+ internalType: "address",
281
+ name: "from",
282
+ type: "address",
283
+ },
284
+ {
285
+ internalType: "address",
286
+ name: "to",
287
+ type: "address",
288
+ },
289
+ {
290
+ internalType: "uint256",
291
+ name: "amount",
292
+ type: "uint256",
293
+ },
294
+ ],
295
+ name: "transferFrom",
296
+ outputs: [
297
+ {
298
+ internalType: "bool",
299
+ name: "",
300
+ type: "bool",
301
+ },
302
+ ],
303
+ stateMutability: "nonpayable",
304
+ type: "function",
305
+ },
306
+ ];
307
+ class ERC20__factory {
308
+ static createInterface() {
309
+ return new ethers_1.Interface(_abi);
310
+ }
311
+ static connect(address, runner) {
312
+ return new ethers_1.Contract(address, _abi, runner);
313
+ }
314
+ }
315
+ exports.ERC20__factory = ERC20__factory;
316
+ ERC20__factory.abi = _abi;
317
+ //# sourceMappingURL=ERC20__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ERC20__factory.js","sourceRoot":"","sources":["../../../../../../../src/typechain/factories/solmate/src/tokens/ERC20__factory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { ERC20__factory } from "./ERC20__factory";
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ERC20__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ var ERC20__factory_1 = require("./ERC20__factory");
8
+ Object.defineProperty(exports, "ERC20__factory", { enumerable: true, get: function () { return ERC20__factory_1.ERC20__factory; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/typechain/factories/solmate/src/tokens/index.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,mDAAkD;AAAzC,gHAAA,cAAc,OAAA"}
@@ -173,26 +173,6 @@ declare module "hardhat/types/runtime" {
173
173
  name: "IPythEvents",
174
174
  signerOrOptions?: ethers.Signer | FactoryOptions
175
175
  ): Promise<Contracts.IPythEvents__factory>;
176
- getContractFactory(
177
- name: "IStakingRewards",
178
- signerOrOptions?: ethers.Signer | FactoryOptions
179
- ): Promise<Contracts.IStakingRewards__factory>;
180
- getContractFactory(
181
- name: "IStakingRewardsErrors",
182
- signerOrOptions?: ethers.Signer | FactoryOptions
183
- ): Promise<Contracts.IStakingRewardsErrors__factory>;
184
- getContractFactory(
185
- name: "CBeraVault",
186
- signerOrOptions?: ethers.Signer | FactoryOptions
187
- ): Promise<Contracts.CBeraVault__factory>;
188
- getContractFactory(
189
- name: "IPOLErrors",
190
- signerOrOptions?: ethers.Signer | FactoryOptions
191
- ): Promise<Contracts.IPOLErrors__factory>;
192
- getContractFactory(
193
- name: "IRewardVault",
194
- signerOrOptions?: ethers.Signer | FactoryOptions
195
- ): Promise<Contracts.IRewardVault__factory>;
196
176
  getContractFactory(
197
177
  name: "CompLogic",
198
178
  signerOrOptions?: ethers.Signer | FactoryOptions
@@ -726,31 +706,6 @@ declare module "hardhat/types/runtime" {
726
706
  address: string | ethers.Addressable,
727
707
  signer?: ethers.Signer
728
708
  ): Promise<Contracts.IPythEvents>;
729
- getContractAt(
730
- name: "IStakingRewards",
731
- address: string | ethers.Addressable,
732
- signer?: ethers.Signer
733
- ): Promise<Contracts.IStakingRewards>;
734
- getContractAt(
735
- name: "IStakingRewardsErrors",
736
- address: string | ethers.Addressable,
737
- signer?: ethers.Signer
738
- ): Promise<Contracts.IStakingRewardsErrors>;
739
- getContractAt(
740
- name: "CBeraVault",
741
- address: string | ethers.Addressable,
742
- signer?: ethers.Signer
743
- ): Promise<Contracts.CBeraVault>;
744
- getContractAt(
745
- name: "IPOLErrors",
746
- address: string | ethers.Addressable,
747
- signer?: ethers.Signer
748
- ): Promise<Contracts.IPOLErrors>;
749
- getContractAt(
750
- name: "IRewardVault",
751
- address: string | ethers.Addressable,
752
- signer?: ethers.Signer
753
- ): Promise<Contracts.IRewardVault>;
754
709
  getContractAt(
755
710
  name: "CompLogic",
756
711
  address: string | ethers.Addressable,
@@ -1327,26 +1282,6 @@ declare module "hardhat/types/runtime" {
1327
1282
  name: "IPythEvents",
1328
1283
  signerOrOptions?: ethers.Signer | DeployContractOptions
1329
1284
  ): Promise<Contracts.IPythEvents>;
1330
- deployContract(
1331
- name: "IStakingRewards",
1332
- signerOrOptions?: ethers.Signer | DeployContractOptions
1333
- ): Promise<Contracts.IStakingRewards>;
1334
- deployContract(
1335
- name: "IStakingRewardsErrors",
1336
- signerOrOptions?: ethers.Signer | DeployContractOptions
1337
- ): Promise<Contracts.IStakingRewardsErrors>;
1338
- deployContract(
1339
- name: "CBeraVault",
1340
- signerOrOptions?: ethers.Signer | DeployContractOptions
1341
- ): Promise<Contracts.CBeraVault>;
1342
- deployContract(
1343
- name: "IPOLErrors",
1344
- signerOrOptions?: ethers.Signer | DeployContractOptions
1345
- ): Promise<Contracts.IPOLErrors>;
1346
- deployContract(
1347
- name: "IRewardVault",
1348
- signerOrOptions?: ethers.Signer | DeployContractOptions
1349
- ): Promise<Contracts.IRewardVault>;
1350
1285
  deployContract(
1351
1286
  name: "CompLogic",
1352
1287
  signerOrOptions?: ethers.Signer | DeployContractOptions
@@ -1880,31 +1815,6 @@ declare module "hardhat/types/runtime" {
1880
1815
  args: any[],
1881
1816
  signerOrOptions?: ethers.Signer | DeployContractOptions
1882
1817
  ): Promise<Contracts.IPythEvents>;
1883
- deployContract(
1884
- name: "IStakingRewards",
1885
- args: any[],
1886
- signerOrOptions?: ethers.Signer | DeployContractOptions
1887
- ): Promise<Contracts.IStakingRewards>;
1888
- deployContract(
1889
- name: "IStakingRewardsErrors",
1890
- args: any[],
1891
- signerOrOptions?: ethers.Signer | DeployContractOptions
1892
- ): Promise<Contracts.IStakingRewardsErrors>;
1893
- deployContract(
1894
- name: "CBeraVault",
1895
- args: any[],
1896
- signerOrOptions?: ethers.Signer | DeployContractOptions
1897
- ): Promise<Contracts.CBeraVault>;
1898
- deployContract(
1899
- name: "IPOLErrors",
1900
- args: any[],
1901
- signerOrOptions?: ethers.Signer | DeployContractOptions
1902
- ): Promise<Contracts.IPOLErrors>;
1903
- deployContract(
1904
- name: "IRewardVault",
1905
- args: any[],
1906
- signerOrOptions?: ethers.Signer | DeployContractOptions
1907
- ): Promise<Contracts.IRewardVault>;
1908
1818
  deployContract(
1909
1819
  name: "CompLogic",
1910
1820
  args: any[],