@wireio/stake 1.1.69 → 1.2.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/lib/stake.browser.js +1334 -44
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +946 -27
  4. package/lib/stake.js +1334 -44
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +1334 -44
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +1 -1
  10. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
  11. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
  12. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +1 -1
  13. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +1 -1
  14. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +1 -1
  15. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
  16. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
  17. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +1 -1
  18. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
  19. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +1 -1
  20. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
  21. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
  22. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +1 -1
  23. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
  24. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +1 -1
  25. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
  26. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  27. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  28. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  29. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  30. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  31. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  32. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  33. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  34. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  35. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  36. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +1 -1
  37. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
  38. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +1 -1
  39. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +1 -1
  40. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  41. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +1 -1
  42. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +1 -1
  43. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +1 -1
  44. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +1 -1
  45. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  46. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  47. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  48. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  49. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  50. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  51. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  52. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  53. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  54. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  55. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
  56. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
  57. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +1 -1
  58. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +1 -1
  59. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +1 -1
  60. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  61. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  62. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  63. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +1 -1
  64. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +45 -2
  65. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  66. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +45 -2
  67. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
  68. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
  69. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -2
  70. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +1 -1
  71. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +2 -2
  72. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +1 -1
  73. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +2 -2
  74. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +1 -1
  75. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +2 -2
  76. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +1 -1
  77. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +2 -2
  78. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +1 -1
  79. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +2 -2
  80. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
  81. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
  82. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +45 -2
  83. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
  84. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +47 -4
  85. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
  86. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
  87. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
  88. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
  89. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
  90. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
  91. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
  92. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
  93. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +43 -0
  94. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
  95. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +43 -0
  96. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
  97. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +43 -0
  98. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
  99. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +45 -2
  100. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  101. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +109 -15
  102. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
  103. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +43 -0
  104. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
  105. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +43 -0
  106. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
  107. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +45 -2
  108. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
  109. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +2 -2
  110. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
  111. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +2 -2
  112. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
  113. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +45 -2
  114. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
  115. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
  116. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
  117. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
  118. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
  119. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +2 -2
  120. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
  121. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +2 -2
  122. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
  123. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +45 -2
  124. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +1 -1
  125. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +2 -2
  126. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
  127. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +45 -2
  128. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
  129. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -2
  130. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +1 -1
  131. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +2 -2
  132. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +1 -1
  133. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +2 -2
  134. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +1 -1
  135. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +2 -2
  136. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +1 -1
  137. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +2 -2
  138. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +1 -1
  139. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +2 -2
  140. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +1 -1
  141. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +2 -2
  142. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +1 -1
  143. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +2 -2
  144. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +1 -1
  145. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +2 -2
  146. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +1 -1
  147. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +2 -2
  148. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +1 -1
  149. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +2 -2
  150. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +1 -1
  151. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +2 -2
  152. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +1 -1
  153. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +2 -2
  154. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
  155. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
  156. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
  157. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
  158. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
  159. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
  160. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
  161. package/src/assets/solana/devnet/idl/liqsol_core.json +774 -16
  162. package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
  163. package/src/assets/solana/devnet/types/liqsol_core.ts +774 -16
  164. package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
  165. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +0 -4
  166. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +0 -699
  167. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +0 -4
  168. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +0 -3139
  169. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +0 -4
  170. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +0 -106
  171. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +0 -4
  172. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +0 -180
  173. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +0 -4
  174. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +0 -470
  175. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +0 -4
  176. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +0 -1983
  177. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +0 -4
  178. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +0 -1231
  179. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +0 -4
  180. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +0 -1524
  181. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +0 -4
  182. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +0 -119
  183. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +0 -4
  184. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +0 -374
  185. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +0 -4
  186. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +0 -865
  187. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +0 -4
  188. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +0 -524
  189. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +0 -4
  190. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +0 -10
  191. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +0 -4
  192. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +0 -1232
  193. package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +0 -97
  194. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +0 -4
  195. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +0 -560
  196. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +0 -4
  197. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +0 -460
  198. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +0 -4
  199. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +0 -624
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
- }
@@ -1,119 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IBucketWNS",
4
- "sourceName": "contracts/WNS/WNSCommon.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "uint256",
10
- "name": "initialRoot",
11
- "type": "uint256"
12
- },
13
- {
14
- "internalType": "bytes32[]",
15
- "name": "txHashes",
16
- "type": "bytes32[]"
17
- },
18
- {
19
- "internalType": "uint256",
20
- "name": "notContaining",
21
- "type": "uint256"
22
- }
23
- ],
24
- "name": "validateDepositChain",
25
- "outputs": [
26
- {
27
- "internalType": "bool",
28
- "name": "",
29
- "type": "bool"
30
- }
31
- ],
32
- "stateMutability": "view",
33
- "type": "function"
34
- },
35
- {
36
- "inputs": [
37
- {
38
- "internalType": "address",
39
- "name": "contractAddress",
40
- "type": "address"
41
- },
42
- {
43
- "internalType": "uint256",
44
- "name": "id",
45
- "type": "uint256"
46
- },
47
- {
48
- "internalType": "address",
49
- "name": "to",
50
- "type": "address"
51
- },
52
- {
53
- "internalType": "uint256",
54
- "name": "amount",
55
- "type": "uint256"
56
- },
57
- {
58
- "internalType": "bytes",
59
- "name": "data",
60
- "type": "bytes"
61
- }
62
- ],
63
- "name": "withdrawERC1155",
64
- "outputs": [],
65
- "stateMutability": "nonpayable",
66
- "type": "function"
67
- },
68
- {
69
- "inputs": [
70
- {
71
- "internalType": "address",
72
- "name": "contractAddress",
73
- "type": "address"
74
- },
75
- {
76
- "internalType": "address",
77
- "name": "to",
78
- "type": "address"
79
- },
80
- {
81
- "internalType": "uint256",
82
- "name": "amount",
83
- "type": "uint256"
84
- }
85
- ],
86
- "name": "withdrawERC20",
87
- "outputs": [],
88
- "stateMutability": "nonpayable",
89
- "type": "function"
90
- },
91
- {
92
- "inputs": [
93
- {
94
- "internalType": "address",
95
- "name": "contractAddress",
96
- "type": "address"
97
- },
98
- {
99
- "internalType": "uint256",
100
- "name": "id",
101
- "type": "uint256"
102
- },
103
- {
104
- "internalType": "address",
105
- "name": "to",
106
- "type": "address"
107
- }
108
- ],
109
- "name": "withdrawERC721",
110
- "outputs": [],
111
- "stateMutability": "nonpayable",
112
- "type": "function"
113
- }
114
- ],
115
- "bytecode": "0x",
116
- "deployedBytecode": "0x",
117
- "linkReferences": {},
118
- "deployedLinkReferences": {}
119
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
- }
@@ -1,374 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IChallenge",
4
- "sourceName": "contracts/WNS/WNSCommon.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "name": "autoResolveChainChallenges",
9
- "outputs": [],
10
- "stateMutability": "nonpayable",
11
- "type": "function"
12
- },
13
- {
14
- "inputs": [
15
- {
16
- "components": [
17
- {
18
- "components": [
19
- {
20
- "internalType": "uint256",
21
- "name": "timestamp",
22
- "type": "uint256"
23
- },
24
- {
25
- "internalType": "SysName",
26
- "name": "producer",
27
- "type": "uint64"
28
- },
29
- {
30
- "internalType": "uint16",
31
- "name": "confirmed",
32
- "type": "uint16"
33
- },
34
- {
35
- "internalType": "bytes32",
36
- "name": "previous",
37
- "type": "bytes32"
38
- },
39
- {
40
- "internalType": "bytes32",
41
- "name": "txMroot",
42
- "type": "bytes32"
43
- },
44
- {
45
- "internalType": "bytes32",
46
- "name": "actMroot",
47
- "type": "bytes32"
48
- },
49
- {
50
- "internalType": "uint32",
51
- "name": "scheduleVersion",
52
- "type": "uint32"
53
- },
54
- {
55
- "components": [
56
- {
57
- "internalType": "uint32",
58
- "name": "version",
59
- "type": "uint32"
60
- },
61
- {
62
- "components": [
63
- {
64
- "internalType": "SysName",
65
- "name": "account_name",
66
- "type": "uint64"
67
- },
68
- {
69
- "internalType": "bytes",
70
- "name": "blockSigningKey",
71
- "type": "bytes"
72
- }
73
- ],
74
- "internalType": "struct Producer[]",
75
- "name": "producers",
76
- "type": "tuple[]"
77
- }
78
- ],
79
- "internalType": "struct ProducerSchedule",
80
- "name": "new_producers",
81
- "type": "tuple"
82
- },
83
- {
84
- "components": [
85
- {
86
- "internalType": "uint16",
87
- "name": "extensionType",
88
- "type": "uint16"
89
- },
90
- {
91
- "components": [
92
- {
93
- "internalType": "uint32",
94
- "name": "length",
95
- "type": "uint32"
96
- },
97
- {
98
- "internalType": "uint32",
99
- "name": "offset",
100
- "type": "uint32"
101
- },
102
- {
103
- "components": [
104
- {
105
- "internalType": "bytes",
106
- "name": "data",
107
- "type": "bytes"
108
- }
109
- ],
110
- "internalType": "struct iodata.Buffer",
111
- "name": "data",
112
- "type": "tuple"
113
- }
114
- ],
115
- "internalType": "struct DataRef",
116
- "name": "dataRef",
117
- "type": "tuple"
118
- },
119
- {
120
- "internalType": "bytes",
121
- "name": "data",
122
- "type": "bytes"
123
- }
124
- ],
125
- "internalType": "struct Extension[]",
126
- "name": "header_extensions",
127
- "type": "tuple[]"
128
- }
129
- ],
130
- "internalType": "struct BlockHeader",
131
- "name": "header",
132
- "type": "tuple"
133
- },
134
- {
135
- "components": [
136
- {
137
- "internalType": "bytes32",
138
- "name": "r",
139
- "type": "bytes32"
140
- },
141
- {
142
- "internalType": "bytes32",
143
- "name": "s",
144
- "type": "bytes32"
145
- },
146
- {
147
- "internalType": "uint8",
148
- "name": "v",
149
- "type": "uint8"
150
- }
151
- ],
152
- "internalType": "struct PointSigValues",
153
- "name": "signature",
154
- "type": "tuple"
155
- },
156
- {
157
- "internalType": "bytes32",
158
- "name": "blockMRoot",
159
- "type": "bytes32"
160
- },
161
- {
162
- "internalType": "bytes32",
163
- "name": "scheduleHash",
164
- "type": "bytes32"
165
- }
166
- ],
167
- "internalType": "struct SignedHeader",
168
- "name": "signed",
169
- "type": "tuple"
170
- },
171
- {
172
- "internalType": "address",
173
- "name": "signer",
174
- "type": "address"
175
- }
176
- ],
177
- "name": "checkChallenge",
178
- "outputs": [],
179
- "stateMutability": "nonpayable",
180
- "type": "function"
181
- },
182
- {
183
- "inputs": [
184
- {
185
- "internalType": "address payable",
186
- "name": "payor",
187
- "type": "address"
188
- },
189
- {
190
- "internalType": "bytes32",
191
- "name": "blockID",
192
- "type": "bytes32"
193
- },
194
- {
195
- "components": [
196
- {
197
- "components": [
198
- {
199
- "internalType": "uint256",
200
- "name": "timestamp",
201
- "type": "uint256"
202
- },
203
- {
204
- "internalType": "SysName",
205
- "name": "producer",
206
- "type": "uint64"
207
- },
208
- {
209
- "internalType": "uint16",
210
- "name": "confirmed",
211
- "type": "uint16"
212
- },
213
- {
214
- "internalType": "bytes32",
215
- "name": "previous",
216
- "type": "bytes32"
217
- },
218
- {
219
- "internalType": "bytes32",
220
- "name": "txMroot",
221
- "type": "bytes32"
222
- },
223
- {
224
- "internalType": "bytes32",
225
- "name": "actMroot",
226
- "type": "bytes32"
227
- },
228
- {
229
- "internalType": "uint32",
230
- "name": "scheduleVersion",
231
- "type": "uint32"
232
- },
233
- {
234
- "components": [
235
- {
236
- "internalType": "uint32",
237
- "name": "version",
238
- "type": "uint32"
239
- },
240
- {
241
- "components": [
242
- {
243
- "internalType": "SysName",
244
- "name": "account_name",
245
- "type": "uint64"
246
- },
247
- {
248
- "internalType": "bytes",
249
- "name": "blockSigningKey",
250
- "type": "bytes"
251
- }
252
- ],
253
- "internalType": "struct Producer[]",
254
- "name": "producers",
255
- "type": "tuple[]"
256
- }
257
- ],
258
- "internalType": "struct ProducerSchedule",
259
- "name": "new_producers",
260
- "type": "tuple"
261
- },
262
- {
263
- "components": [
264
- {
265
- "internalType": "uint16",
266
- "name": "extensionType",
267
- "type": "uint16"
268
- },
269
- {
270
- "components": [
271
- {
272
- "internalType": "uint32",
273
- "name": "length",
274
- "type": "uint32"
275
- },
276
- {
277
- "internalType": "uint32",
278
- "name": "offset",
279
- "type": "uint32"
280
- },
281
- {
282
- "components": [
283
- {
284
- "internalType": "bytes",
285
- "name": "data",
286
- "type": "bytes"
287
- }
288
- ],
289
- "internalType": "struct iodata.Buffer",
290
- "name": "data",
291
- "type": "tuple"
292
- }
293
- ],
294
- "internalType": "struct DataRef",
295
- "name": "dataRef",
296
- "type": "tuple"
297
- },
298
- {
299
- "internalType": "bytes",
300
- "name": "data",
301
- "type": "bytes"
302
- }
303
- ],
304
- "internalType": "struct Extension[]",
305
- "name": "header_extensions",
306
- "type": "tuple[]"
307
- }
308
- ],
309
- "internalType": "struct BlockHeader",
310
- "name": "header",
311
- "type": "tuple"
312
- },
313
- {
314
- "components": [
315
- {
316
- "internalType": "bytes32",
317
- "name": "r",
318
- "type": "bytes32"
319
- },
320
- {
321
- "internalType": "bytes32",
322
- "name": "s",
323
- "type": "bytes32"
324
- },
325
- {
326
- "internalType": "uint8",
327
- "name": "v",
328
- "type": "uint8"
329
- }
330
- ],
331
- "internalType": "struct PointSigValues",
332
- "name": "signature",
333
- "type": "tuple"
334
- },
335
- {
336
- "internalType": "bytes32",
337
- "name": "blockMRoot",
338
- "type": "bytes32"
339
- },
340
- {
341
- "internalType": "bytes32",
342
- "name": "scheduleHash",
343
- "type": "bytes32"
344
- }
345
- ],
346
- "internalType": "struct SignedHeader",
347
- "name": "header",
348
- "type": "tuple"
349
- }
350
- ],
351
- "name": "payBlockEarnest",
352
- "outputs": [],
353
- "stateMutability": "payable",
354
- "type": "function"
355
- },
356
- {
357
- "inputs": [
358
- {
359
- "internalType": "bytes32",
360
- "name": "blockID",
361
- "type": "bytes32"
362
- }
363
- ],
364
- "name": "refundBlockEarnest",
365
- "outputs": [],
366
- "stateMutability": "nonpayable",
367
- "type": "function"
368
- }
369
- ],
370
- "bytecode": "0x",
371
- "deployedBytecode": "0x",
372
- "linkReferences": {},
373
- "deployedLinkReferences": {}
374
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
- }