@wireio/stake 1.5.69 → 1.7.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 (113) hide show
  1. package/README.md +5 -0
  2. package/lib/stake.browser.js +320 -46
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +44 -2
  5. package/lib/stake.js +531 -205
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +320 -46
  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 +2 -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 +2 -2
  68. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
  69. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
  70. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +2 -2
  71. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
  72. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +2 -2
  73. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
  74. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
  75. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
  76. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
  77. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
  78. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
  79. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
  80. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
  81. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
  82. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
  83. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
  84. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +2 -2
  85. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  86. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +2 -2
  87. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
  88. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
  89. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
  90. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +2 -2
  91. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
  92. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +2 -2
  93. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
  94. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
  95. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
  96. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +2 -2
  97. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
  98. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +2 -2
  99. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
  100. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
  101. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
  102. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  103. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  104. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  105. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  106. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  107. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  108. package/src/index.ts +1 -0
  109. package/src/networks/ethereum/contract.ts +61 -25
  110. package/src/networks/solana/clients/outpost.client.ts +20 -2
  111. package/src/networks/solana/constants.ts +1 -1
  112. package/src/networks/solana/solana.ts +96 -6
  113. package/src/status.ts +301 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireio/stake",
3
- "version": "1.5.69",
3
+ "version": "1.7.69",
4
4
  "description": "LIQ Staking Module for Wire Network",
5
5
  "homepage": "https://gitea.gitgo.app/Wire/sdk-stake",
6
6
  "license": "FSL-1.1-Apache-2.0",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ab7fdcc7f1e7df6eef4b8a7241692d6f.json"
3
+ "buildInfo": "../../../build-info/89dfb64906b853f1648cbf3ac5c188ae.json"
4
4
  }