@wireio/stake 1.1.69 → 1.3.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 (201) hide show
  1. package/README.md +1 -1
  2. package/lib/stake.browser.js +1385 -91
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +1085 -137
  5. package/lib/stake.js +1385 -90
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +1385 -91
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +1 -1
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +1 -1
  11. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
  12. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
  13. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +1 -1
  14. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +1 -1
  15. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +1 -1
  16. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
  17. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
  18. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +1 -1
  19. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
  20. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +1 -1
  21. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
  22. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
  23. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +1 -1
  24. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
  25. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +1 -1
  26. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
  27. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  28. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  29. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  30. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  31. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  32. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  33. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  34. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  35. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  36. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  37. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +1 -1
  38. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
  39. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +1 -1
  40. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +1 -1
  41. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  42. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +1 -1
  43. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +1 -1
  44. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +1 -1
  45. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +1 -1
  46. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  47. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  48. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  49. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  50. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  51. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  52. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  53. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  54. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  55. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  56. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
  57. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
  58. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +1 -1
  59. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +1 -1
  60. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +1 -1
  61. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  62. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  63. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  64. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +1 -1
  65. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +45 -2
  66. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  67. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +45 -2
  68. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
  69. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
  70. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -2
  71. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +1 -1
  72. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +2 -2
  73. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +1 -1
  74. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +2 -2
  75. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +1 -1
  76. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +2 -2
  77. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +1 -1
  78. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +2 -2
  79. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +1 -1
  80. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +2 -2
  81. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
  82. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
  83. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +45 -2
  84. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
  85. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +47 -4
  86. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
  87. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
  88. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
  89. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
  90. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
  91. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
  92. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
  93. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
  94. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +43 -0
  95. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
  96. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +43 -0
  97. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
  98. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +43 -0
  99. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
  100. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +45 -2
  101. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  102. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +109 -15
  103. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
  104. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +43 -0
  105. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
  106. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +43 -0
  107. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
  108. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +45 -2
  109. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
  110. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +2 -2
  111. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
  112. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +2 -2
  113. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
  114. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +45 -2
  115. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
  116. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
  117. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
  118. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
  119. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
  120. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +2 -2
  121. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
  122. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +2 -2
  123. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
  124. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +45 -2
  125. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +1 -1
  126. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +2 -2
  127. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
  128. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +45 -2
  129. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
  130. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -2
  131. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +1 -1
  132. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +2 -2
  133. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +1 -1
  134. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +2 -2
  135. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +1 -1
  136. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +2 -2
  137. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +1 -1
  138. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +2 -2
  139. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +1 -1
  140. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +2 -2
  141. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +1 -1
  142. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +2 -2
  143. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +1 -1
  144. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +2 -2
  145. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +1 -1
  146. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +2 -2
  147. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +1 -1
  148. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +2 -2
  149. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +1 -1
  150. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +2 -2
  151. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +1 -1
  152. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +2 -2
  153. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +1 -1
  154. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +2 -2
  155. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
  156. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
  157. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
  158. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
  159. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
  160. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
  161. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
  162. package/src/assets/solana/devnet/idl/liqsol_core.json +774 -16
  163. package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
  164. package/src/assets/solana/devnet/types/liqsol_core.ts +774 -16
  165. package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
  166. package/src/networks/solana/clients/instaswap.client.ts +59 -47
  167. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +0 -4
  168. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +0 -699
  169. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +0 -4
  170. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +0 -3139
  171. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +0 -4
  172. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +0 -106
  173. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +0 -4
  174. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +0 -180
  175. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +0 -4
  176. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +0 -470
  177. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +0 -4
  178. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +0 -1983
  179. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +0 -4
  180. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +0 -1231
  181. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +0 -4
  182. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +0 -1524
  183. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +0 -4
  184. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +0 -119
  185. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +0 -4
  186. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +0 -374
  187. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +0 -4
  188. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +0 -865
  189. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +0 -4
  190. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +0 -524
  191. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +0 -4
  192. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +0 -10
  193. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +0 -4
  194. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +0 -1232
  195. package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +0 -97
  196. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +0 -4
  197. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +0 -560
  198. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +0 -4
  199. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +0 -460
  200. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +0 -4
  201. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +0 -624
@@ -51,6 +51,17 @@
51
51
  "name": "NotInitializing",
52
52
  "type": "error"
53
53
  },
54
+ {
55
+ "inputs": [
56
+ {
57
+ "internalType": "address",
58
+ "name": "signer",
59
+ "type": "address"
60
+ }
61
+ ],
62
+ "name": "OPP_DuplicateSignature",
63
+ "type": "error"
64
+ },
54
65
  {
55
66
  "inputs": [
56
67
  {
@@ -99,6 +110,17 @@
99
110
  "name": "OPP_InvalidOPPAddress",
100
111
  "type": "error"
101
112
  },
113
+ {
114
+ "inputs": [
115
+ {
116
+ "internalType": "uint256",
117
+ "name": "index",
118
+ "type": "uint256"
119
+ }
120
+ ],
121
+ "name": "OPP_InvalidSignatureMetadata",
122
+ "type": "error"
123
+ },
102
124
  {
103
125
  "inputs": [
104
126
  {
@@ -151,6 +173,11 @@
151
173
  "name": "OPP_OPPAddressNotSet",
152
174
  "type": "error"
153
175
  },
176
+ {
177
+ "inputs": [],
178
+ "name": "OPP_OperatorRegistryNotSet",
179
+ "type": "error"
180
+ },
154
181
  {
155
182
  "inputs": [
156
183
  {
@@ -205,6 +232,22 @@
205
232
  "name": "OPP_PreviousEpochUnsent",
206
233
  "type": "error"
207
234
  },
235
+ {
236
+ "inputs": [
237
+ {
238
+ "internalType": "bytes",
239
+ "name": "expected",
240
+ "type": "bytes"
241
+ },
242
+ {
243
+ "internalType": "bytes",
244
+ "name": "actual",
245
+ "type": "bytes"
246
+ }
247
+ ],
248
+ "name": "OPP_PreviousMessageIDMismatch",
249
+ "type": "error"
250
+ },
208
251
  {
209
252
  "inputs": [
210
253
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
3
+ "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
4
4
  }
@@ -13,6 +13,17 @@
13
13
  "name": "NotInitializing",
14
14
  "type": "error"
15
15
  },
16
+ {
17
+ "inputs": [
18
+ {
19
+ "internalType": "address",
20
+ "name": "signer",
21
+ "type": "address"
22
+ }
23
+ ],
24
+ "name": "OPP_DuplicateSignature",
25
+ "type": "error"
26
+ },
16
27
  {
17
28
  "inputs": [
18
29
  {
@@ -61,6 +72,17 @@
61
72
  "name": "OPP_InvalidOPPAddress",
62
73
  "type": "error"
63
74
  },
75
+ {
76
+ "inputs": [
77
+ {
78
+ "internalType": "uint256",
79
+ "name": "index",
80
+ "type": "uint256"
81
+ }
82
+ ],
83
+ "name": "OPP_InvalidSignatureMetadata",
84
+ "type": "error"
85
+ },
64
86
  {
65
87
  "inputs": [
66
88
  {
@@ -113,6 +135,11 @@
113
135
  "name": "OPP_OPPAddressNotSet",
114
136
  "type": "error"
115
137
  },
138
+ {
139
+ "inputs": [],
140
+ "name": "OPP_OperatorRegistryNotSet",
141
+ "type": "error"
142
+ },
116
143
  {
117
144
  "inputs": [
118
145
  {
@@ -167,6 +194,22 @@
167
194
  "name": "OPP_PreviousEpochUnsent",
168
195
  "type": "error"
169
196
  },
197
+ {
198
+ "inputs": [
199
+ {
200
+ "internalType": "bytes",
201
+ "name": "expected",
202
+ "type": "bytes"
203
+ },
204
+ {
205
+ "internalType": "bytes",
206
+ "name": "actual",
207
+ "type": "bytes"
208
+ }
209
+ ],
210
+ "name": "OPP_PreviousMessageIDMismatch",
211
+ "type": "error"
212
+ },
170
213
  {
171
214
  "inputs": [
172
215
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
3
+ "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
4
4
  }
@@ -3,6 +3,17 @@
3
3
  "contractName": "OPPErrors",
4
4
  "sourceName": "contracts/outpost/OPPErrors.sol",
5
5
  "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "signer",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "OPP_DuplicateSignature",
15
+ "type": "error"
16
+ },
6
17
  {
7
18
  "inputs": [
8
19
  {
@@ -51,6 +62,17 @@
51
62
  "name": "OPP_InvalidOPPAddress",
52
63
  "type": "error"
53
64
  },
65
+ {
66
+ "inputs": [
67
+ {
68
+ "internalType": "uint256",
69
+ "name": "index",
70
+ "type": "uint256"
71
+ }
72
+ ],
73
+ "name": "OPP_InvalidSignatureMetadata",
74
+ "type": "error"
75
+ },
54
76
  {
55
77
  "inputs": [
56
78
  {
@@ -103,6 +125,11 @@
103
125
  "name": "OPP_OPPAddressNotSet",
104
126
  "type": "error"
105
127
  },
128
+ {
129
+ "inputs": [],
130
+ "name": "OPP_OperatorRegistryNotSet",
131
+ "type": "error"
132
+ },
106
133
  {
107
134
  "inputs": [
108
135
  {
@@ -157,6 +184,22 @@
157
184
  "name": "OPP_PreviousEpochUnsent",
158
185
  "type": "error"
159
186
  },
187
+ {
188
+ "inputs": [
189
+ {
190
+ "internalType": "bytes",
191
+ "name": "expected",
192
+ "type": "bytes"
193
+ },
194
+ {
195
+ "internalType": "bytes",
196
+ "name": "actual",
197
+ "type": "bytes"
198
+ }
199
+ ],
200
+ "name": "OPP_PreviousMessageIDMismatch",
201
+ "type": "error"
202
+ },
160
203
  {
161
204
  "inputs": [
162
205
  {
@@ -238,8 +281,8 @@
238
281
  "type": "error"
239
282
  }
240
283
  ],
241
- "bytecode": "0x60808060405234601357603a908160198239f35b600080fdfe600080fdfea26469706673582212207ad3b5054637526b8f3e9a68af34bbcd3978ae0061f25c61687845070f19ef3264736f6c63430008190033",
242
- "deployedBytecode": "0x600080fdfea26469706673582212207ad3b5054637526b8f3e9a68af34bbcd3978ae0061f25c61687845070f19ef3264736f6c63430008190033",
284
+ "bytecode": "0x60808060405234601357603a908160198239f35b600080fdfe600080fdfea2646970667358221220c122cbfc0087bfc7efc8cab54044d1064c038511962daecb7d53e465e5c9b56964736f6c63430008190033",
285
+ "deployedBytecode": "0x600080fdfea2646970667358221220c122cbfc0087bfc7efc8cab54044d1064c038511962daecb7d53e465e5c9b56964736f6c63430008190033",
243
286
  "linkReferences": {},
244
287
  "deployedLinkReferences": {}
245
288
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
3
+ "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
4
4
  }