@keep-network/tbtc-v2 1.2.0-goerli.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/artifacts/.chainId +1 -1
  2. package/artifacts/Bank.json +23 -23
  3. package/artifacts/Bridge.json +27 -63
  4. package/artifacts/BridgeGovernance.json +25 -25
  5. package/artifacts/BridgeGovernanceParameters.json +10 -10
  6. package/artifacts/Deposit.json +14 -14
  7. package/artifacts/DepositSweep.json +13 -13
  8. package/artifacts/DonationVault.json +14 -14
  9. package/artifacts/Fraud.json +13 -13
  10. package/artifacts/LightRelay.json +65 -55
  11. package/artifacts/MaintainerProxy.json +47 -47
  12. package/artifacts/MovingFunds.json +13 -13
  13. package/artifacts/Redemption.json +13 -13
  14. package/artifacts/TBTC.json +36 -37
  15. package/artifacts/TBTCVault.json +47 -47
  16. package/artifacts/VendingMachine.json +34 -35
  17. package/artifacts/VendingMachineV2.json +360 -0
  18. package/artifacts/VendingMachineV3.json +405 -0
  19. package/artifacts/Wallets.json +13 -13
  20. package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +102 -0
  21. package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +218 -0
  22. package/artifacts/solcInputs/{f862bd134ddc06352fa5be0644481600.json → 887fad6b16575ba42183543c324eeb0e.json} +6 -6
  23. package/artifacts/solcInputs/b0025f1f7efe4824592ac0c9793776c3.json +392 -0
  24. package/artifacts/solcInputs/{deff85fc9ae9b5be07226c67809262df.json → fccb130292c8c7cc958ab4fa31a3e180.json} +3 -3
  25. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  26. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  27. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  28. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  29. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
  30. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  31. package/build/contracts/bridge/Bridge.sol/Bridge.json +2 -2
  32. package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
  33. package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2 -2
  34. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  35. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  36. package/build/contracts/bridge/BridgeState.sol/BridgeState.json +2 -2
  37. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  38. package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
  39. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  40. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
  41. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  42. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  43. package/build/contracts/bridge/Fraud.sol/Fraud.json +2 -2
  44. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  45. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  46. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  47. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.json +2 -2
  48. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  49. package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
  50. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  51. package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
  52. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  53. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  54. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  55. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  56. package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
  57. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  58. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  59. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  60. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  61. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2 -2
  62. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  63. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  64. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  65. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  66. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  67. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  68. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  69. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  70. package/build/contracts/vault/TBTCVault.sol/TBTCVault.json +2 -2
  71. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +29 -29
  72. package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +245 -245
  73. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +7 -7
  74. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +28 -28
  75. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
  76. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
  77. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
  78. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +1054 -1054
  79. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
  80. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
  81. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
  82. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
  83. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
  84. package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
  85. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
  86. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
  87. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
  88. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +325 -325
  89. package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +223 -223
  90. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
  91. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
  92. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
  93. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
  94. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +100 -100
  95. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +154 -154
  96. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
  97. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
  98. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
  99. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +189 -189
  100. package/export/deploy/00_resolve_relay.js +83 -0
  101. package/export/deploy/01_deploy_tbtc_v2_token.js +70 -0
  102. package/export/deploy/02_deploy_vending_machine.js +84 -0
  103. package/export/deploy/03_transfer_vending_machine_roles.js +69 -0
  104. package/export/deploy/04_deploy_bank.js +73 -0
  105. package/export/deploy/05_deploy_bridge.js +178 -0
  106. package/export/deploy/06_deploy_tbtc_vault.js +80 -0
  107. package/export/deploy/07_deploy_bridge_governance.js +87 -0
  108. package/export/deploy/08_deploy_maintainer_proxy.js +80 -0
  109. package/export/deploy/09_bank_update_bridge.js +63 -0
  110. package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +61 -0
  111. package/export/deploy/11_transfer_bank_ownership.js +60 -0
  112. package/export/deploy/12_transfer_bridge_governance.js +63 -0
  113. package/export/deploy/13_transfer_bridge_governance_ownership.js +60 -0
  114. package/export/deploy/14_transfer_tbtc_vault_ownership.js +60 -0
  115. package/export/deploy/15_transfer_maintainer_proxy_ownership.js +60 -0
  116. package/export/deploy/16_initialize_wallet_owner.js +63 -0
  117. package/export/deploy/16_transfer_proxy_admin_ownership.js +73 -0
  118. package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +63 -0
  119. package/export/deploy/17_transfer_proxy_admin_ownership.js +73 -0
  120. package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +63 -0
  121. package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +63 -0
  122. package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +63 -0
  123. package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +63 -0
  124. package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +63 -0
  125. package/export/deploy/20_deploy_proxy_admin_with_deputy.js +80 -0
  126. package/export/deploy/21_transfer_reimbursement_pool_ownership.js +60 -0
  127. package/export/deploy/22_deploy_proxy_admin_with_deputy.js +80 -0
  128. package/export/deploy/24_transfer_maintainer_proxy_ownership.js +60 -0
  129. package/export/deploy/25_transfer_proxy_admin_ownership.js +73 -0
  130. package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +70 -0
  131. package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +70 -0
  132. package/export/deploy/28_deploy_proxy_admin_with_deputy.js +80 -0
  133. package/export/typechain/RelayStub.js +2 -0
  134. package/export/typechain/TestRelay.js +2 -0
  135. package/export/typechain/factories/BridgeGovernance__factory.js +1 -1
  136. package/export/typechain/factories/BridgeState__factory.js +1 -1
  137. package/export/typechain/factories/BridgeStub__factory.js +1 -1
  138. package/export/typechain/factories/Bridge__factory.js +1 -1
  139. package/export/typechain/factories/DepositSweep__factory.js +1 -1
  140. package/export/typechain/factories/Deposit__factory.js +1 -1
  141. package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
  142. package/export/typechain/factories/EcdsaDkgValidator__factory.js +1 -1
  143. package/export/typechain/factories/EcdsaDkg__factory.js +1 -1
  144. package/export/typechain/factories/EcdsaInactivity__factory.js +1 -1
  145. package/export/typechain/factories/Fraud__factory.js +1 -1
  146. package/export/typechain/factories/MaintainerProxy__factory.js +1 -1
  147. package/export/typechain/factories/MovingFunds__factory.js +1 -1
  148. package/export/typechain/factories/Redemption__factory.js +1 -1
  149. package/export/typechain/factories/RelayStub__factory.js +546 -0
  150. package/export/typechain/factories/SortitionPool__factory.js +1 -1
  151. package/export/typechain/factories/SystemTestRelay__factory.js +1 -1
  152. package/export/typechain/factories/TBTCVault__factory.js +1 -1
  153. package/export/typechain/factories/TestRelay__factory.js +168 -0
  154. package/export/typechain/factories/WalletRegistry__factory.js +1 -1
  155. package/export/typechain/factories/Wallets__factory.js +1 -1
  156. package/export.json +7879 -37568
  157. package/package.json +7 -5
@@ -371,33 +371,33 @@
371
371
  "evm": {
372
372
  "bytecode": {
373
373
  "functionDebugData": {
374
- "@_17285": {
374
+ "@_17289": {
375
375
  "entryPoint": null,
376
- "id": 17285,
376
+ "id": 17289,
377
377
  "parameterSlots": 0,
378
378
  "returnSlots": 0
379
379
  },
380
- "@_18104": {
380
+ "@_18108": {
381
381
  "entryPoint": null,
382
- "id": 18104,
382
+ "id": 18108,
383
383
  "parameterSlots": 0,
384
384
  "returnSlots": 0
385
385
  },
386
- "@_8601": {
386
+ "@_8603": {
387
387
  "entryPoint": null,
388
- "id": 8601,
388
+ "id": 8603,
389
389
  "parameterSlots": 2,
390
390
  "returnSlots": 0
391
391
  },
392
- "@_msgSender_20007": {
392
+ "@_msgSender_20011": {
393
393
  "entryPoint": null,
394
- "id": 20007,
394
+ "id": 20011,
395
395
  "parameterSlots": 0,
396
396
  "returnSlots": 1
397
397
  },
398
- "@_transferOwnership_17373": {
398
+ "@_transferOwnership_17377": {
399
399
  "entryPoint": 74,
400
- "id": 17373,
400
+ "id": 17377,
401
401
  "parameterSlots": 1,
402
402
  "returnSlots": 0
403
403
  },
@@ -622,117 +622,117 @@
622
622
  },
623
623
  "deployedBytecode": {
624
624
  "functionDebugData": {
625
- "@_8606": {
625
+ "@_8608": {
626
626
  "entryPoint": null,
627
- "id": 8606,
627
+ "id": 8608,
628
628
  "parameterSlots": 0,
629
629
  "returnSlots": 0
630
630
  },
631
- "@_checkOwner_17316": {
631
+ "@_checkOwner_17320": {
632
632
  "entryPoint": 2047,
633
- "id": 17316,
633
+ "id": 17320,
634
634
  "parameterSlots": 0,
635
635
  "returnSlots": 0
636
636
  },
637
- "@_msgSender_20007": {
637
+ "@_msgSender_20011": {
638
638
  "entryPoint": null,
639
- "id": 20007,
639
+ "id": 20011,
640
640
  "parameterSlots": 0,
641
641
  "returnSlots": 1
642
642
  },
643
- "@_nonReentrantAfter_18138": {
643
+ "@_nonReentrantAfter_18142": {
644
644
  "entryPoint": null,
645
- "id": 18138,
645
+ "id": 18142,
646
646
  "parameterSlots": 0,
647
647
  "returnSlots": 0
648
648
  },
649
- "@_nonReentrantBefore_18130": {
649
+ "@_nonReentrantBefore_18134": {
650
650
  "entryPoint": 2241,
651
- "id": 18130,
651
+ "id": 18134,
652
652
  "parameterSlots": 0,
653
653
  "returnSlots": 0
654
654
  },
655
- "@_transferOwnership_17373": {
655
+ "@_transferOwnership_17377": {
656
656
  "entryPoint": 2137,
657
- "id": 17373,
657
+ "id": 17377,
658
658
  "parameterSlots": 1,
659
659
  "returnSlots": 0
660
660
  },
661
- "@authorize_8692": {
661
+ "@authorize_8694": {
662
662
  "entryPoint": 1643,
663
- "id": 8692,
663
+ "id": 8694,
664
664
  "parameterSlots": 1,
665
665
  "returnSlots": 0
666
666
  },
667
- "@isAuthorized_8551": {
667
+ "@isAuthorized_8553": {
668
668
  "entryPoint": null,
669
- "id": 8551,
669
+ "id": 8553,
670
670
  "parameterSlots": 0,
671
671
  "returnSlots": 0
672
672
  },
673
- "@maxGasPrice_8557": {
673
+ "@maxGasPrice_8559": {
674
674
  "entryPoint": null,
675
- "id": 8557,
675
+ "id": 8559,
676
676
  "parameterSlots": 0,
677
677
  "returnSlots": 0
678
678
  },
679
- "@owner_17302": {
679
+ "@owner_17306": {
680
680
  "entryPoint": null,
681
- "id": 17302,
681
+ "id": 17306,
682
682
  "parameterSlots": 0,
683
683
  "returnSlots": 1
684
684
  },
685
- "@refund_8673": {
685
+ "@refund_8675": {
686
686
  "entryPoint": 1181,
687
- "id": 8673,
687
+ "id": 8675,
688
688
  "parameterSlots": 2,
689
689
  "returnSlots": 0
690
690
  },
691
- "@renounceOwnership_17330": {
691
+ "@renounceOwnership_17334": {
692
692
  "entryPoint": 1161,
693
- "id": 17330,
693
+ "id": 17334,
694
694
  "parameterSlots": 0,
695
695
  "returnSlots": 0
696
696
  },
697
- "@setMaxGasPrice_8744": {
697
+ "@setMaxGasPrice_8746": {
698
698
  "entryPoint": 1735,
699
- "id": 8744,
699
+ "id": 8746,
700
700
  "parameterSlots": 1,
701
701
  "returnSlots": 0
702
702
  },
703
- "@setStaticGas_8727": {
703
+ "@setStaticGas_8729": {
704
704
  "entryPoint": 1093,
705
- "id": 8727,
705
+ "id": 8729,
706
706
  "parameterSlots": 1,
707
707
  "returnSlots": 0
708
708
  },
709
- "@staticGas_8554": {
709
+ "@staticGas_8556": {
710
710
  "entryPoint": null,
711
- "id": 8554,
711
+ "id": 8556,
712
712
  "parameterSlots": 0,
713
713
  "returnSlots": 0
714
714
  },
715
- "@transferOwnership_17353": {
715
+ "@transferOwnership_17357": {
716
716
  "entryPoint": 1885,
717
- "id": 17353,
717
+ "id": 17357,
718
718
  "parameterSlots": 1,
719
719
  "returnSlots": 0
720
720
  },
721
- "@unauthorize_8710": {
721
+ "@unauthorize_8712": {
722
722
  "entryPoint": 1796,
723
- "id": 8710,
723
+ "id": 8712,
724
724
  "parameterSlots": 1,
725
725
  "returnSlots": 0
726
726
  },
727
- "@withdrawAll_8762": {
727
+ "@withdrawAll_8764": {
728
728
  "entryPoint": 2029,
729
- "id": 8762,
729
+ "id": 8764,
730
730
  "parameterSlots": 1,
731
731
  "returnSlots": 0
732
732
  },
733
- "@withdraw_8813": {
733
+ "@withdraw_8815": {
734
734
  "entryPoint": 671,
735
- "id": 8813,
735
+ "id": 8815,
736
736
  "parameterSlots": 2,
737
737
  "returnSlots": 0
738
738
  },
@@ -3806,7 +3806,7 @@
3806
3806
  "storageLayout": {
3807
3807
  "storage": [
3808
3808
  {
3809
- "astId": 17269,
3809
+ "astId": 17273,
3810
3810
  "contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
3811
3811
  "label": "_owner",
3812
3812
  "offset": 0,
@@ -3814,7 +3814,7 @@
3814
3814
  "type": "t_address"
3815
3815
  },
3816
3816
  {
3817
- "astId": 18096,
3817
+ "astId": 18100,
3818
3818
  "contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
3819
3819
  "label": "_status",
3820
3820
  "offset": 0,
@@ -3822,7 +3822,7 @@
3822
3822
  "type": "t_uint256"
3823
3823
  },
3824
3824
  {
3825
- "astId": 8551,
3825
+ "astId": 8553,
3826
3826
  "contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
3827
3827
  "label": "isAuthorized",
3828
3828
  "offset": 0,
@@ -3830,7 +3830,7 @@
3830
3830
  "type": "t_mapping(t_address,t_bool)"
3831
3831
  },
3832
3832
  {
3833
- "astId": 8554,
3833
+ "astId": 8556,
3834
3834
  "contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
3835
3835
  "label": "staticGas",
3836
3836
  "offset": 0,
@@ -3838,7 +3838,7 @@
3838
3838
  "type": "t_uint256"
3839
3839
  },
3840
3840
  {
3841
- "astId": 8557,
3841
+ "astId": 8559,
3842
3842
  "contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
3843
3843
  "label": "maxGasPrice",
3844
3844
  "offset": 0,
@@ -137,15 +137,15 @@
137
137
  "evm": {
138
138
  "bytecode": {
139
139
  "functionDebugData": {
140
- "@_9340": {
140
+ "@_9342": {
141
141
  "entryPoint": null,
142
- "id": 9340,
142
+ "id": 9342,
143
143
  "parameterSlots": 0,
144
144
  "returnSlots": 0
145
145
  },
146
- "@_transferChaosnetOwner_9456": {
146
+ "@_transferChaosnetOwner_9458": {
147
147
  "entryPoint": 44,
148
- "id": 9456,
148
+ "id": 9458,
149
149
  "parameterSlots": 1,
150
150
  "returnSlots": 0
151
151
  },
@@ -409,45 +409,45 @@
409
409
  },
410
410
  "deployedBytecode": {
411
411
  "functionDebugData": {
412
- "@_transferChaosnetOwner_9456": {
412
+ "@_transferChaosnetOwner_9458": {
413
413
  "entryPoint": 1080,
414
- "id": 9456,
414
+ "id": 9458,
415
415
  "parameterSlots": 1,
416
416
  "returnSlots": 0
417
417
  },
418
- "@addBetaOperators_9398": {
418
+ "@addBetaOperators_9400": {
419
419
  "entryPoint": 279,
420
- "id": 9398,
420
+ "id": 9400,
421
421
  "parameterSlots": 2,
422
422
  "returnSlots": 0
423
423
  },
424
- "@chaosnetOwner_9314": {
424
+ "@chaosnetOwner_9316": {
425
425
  "entryPoint": null,
426
- "id": 9314,
426
+ "id": 9316,
427
427
  "parameterSlots": 0,
428
428
  "returnSlots": 0
429
429
  },
430
- "@deactivateChaosnet_9414": {
430
+ "@deactivateChaosnet_9416": {
431
431
  "entryPoint": 857,
432
- "id": 9414,
432
+ "id": 9416,
433
433
  "parameterSlots": 0,
434
434
  "returnSlots": 0
435
435
  },
436
- "@isBetaOperator_9311": {
436
+ "@isBetaOperator_9313": {
437
437
  "entryPoint": null,
438
- "id": 9311,
438
+ "id": 9313,
439
439
  "parameterSlots": 0,
440
440
  "returnSlots": 0
441
441
  },
442
- "@isChaosnetActive_9306": {
442
+ "@isChaosnetActive_9308": {
443
443
  "entryPoint": null,
444
- "id": 9306,
444
+ "id": 9308,
445
445
  "parameterSlots": 0,
446
446
  "returnSlots": 0
447
447
  },
448
- "@transferChaosnetOwnerRole_9437": {
448
+ "@transferChaosnetOwnerRole_9439": {
449
449
  "entryPoint": 631,
450
- "id": 9437,
450
+ "id": 9439,
451
451
  "parameterSlots": 1,
452
452
  "returnSlots": 0
453
453
  },
@@ -3183,7 +3183,7 @@
3183
3183
  "storageLayout": {
3184
3184
  "storage": [
3185
3185
  {
3186
- "astId": 9306,
3186
+ "astId": 9308,
3187
3187
  "contract": "@keep-network/sortition-pools/contracts/Chaosnet.sol:Chaosnet",
3188
3188
  "label": "isChaosnetActive",
3189
3189
  "offset": 0,
@@ -3191,7 +3191,7 @@
3191
3191
  "type": "t_bool"
3192
3192
  },
3193
3193
  {
3194
- "astId": 9311,
3194
+ "astId": 9313,
3195
3195
  "contract": "@keep-network/sortition-pools/contracts/Chaosnet.sol:Chaosnet",
3196
3196
  "label": "isBetaOperator",
3197
3197
  "offset": 0,
@@ -3199,7 +3199,7 @@
3199
3199
  "type": "t_mapping(t_address,t_bool)"
3200
3200
  },
3201
3201
  {
3202
- "astId": 9314,
3202
+ "astId": 9316,
3203
3203
  "contract": "@keep-network/sortition-pools/contracts/Chaosnet.sol:Chaosnet",
3204
3204
  "label": "chaosnetOwner",
3205
3205
  "offset": 0,
@@ -34,9 +34,9 @@
34
34
  "evm": {
35
35
  "bytecode": {
36
36
  "functionDebugData": {
37
- "@_9905": {
37
+ "@_9907": {
38
38
  "entryPoint": null,
39
- "id": 9905,
39
+ "id": 9907,
40
40
  "parameterSlots": 0,
41
41
  "returnSlots": 0
42
42
  }
@@ -48,9 +48,9 @@
48
48
  },
49
49
  "deployedBytecode": {
50
50
  "functionDebugData": {
51
- "@ineligibleEarnedRewards_9889": {
51
+ "@ineligibleEarnedRewards_9891": {
52
52
  "entryPoint": null,
53
- "id": 9889,
53
+ "id": 9891,
54
54
  "parameterSlots": 0,
55
55
  "returnSlots": 0
56
56
  },
@@ -225,7 +225,7 @@
225
225
  "storageLayout": {
226
226
  "storage": [
227
227
  {
228
- "astId": 9885,
228
+ "astId": 9887,
229
229
  "contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
230
230
  "label": "globalRewardAccumulator",
231
231
  "offset": 0,
@@ -233,7 +233,7 @@
233
233
  "type": "t_uint96"
234
234
  },
235
235
  {
236
- "astId": 9887,
236
+ "astId": 9889,
237
237
  "contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
238
238
  "label": "rewardRoundingDust",
239
239
  "offset": 12,
@@ -241,7 +241,7 @@
241
241
  "type": "t_uint96"
242
242
  },
243
243
  {
244
- "astId": 9889,
244
+ "astId": 9891,
245
245
  "contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
246
246
  "label": "ineligibleEarnedRewards",
247
247
  "offset": 0,
@@ -249,28 +249,28 @@
249
249
  "type": "t_uint96"
250
250
  },
251
251
  {
252
- "astId": 9896,
252
+ "astId": 9898,
253
253
  "contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
254
254
  "label": "operatorRewards",
255
255
  "offset": 0,
256
256
  "slot": "2",
257
- "type": "t_mapping(t_uint32,t_struct(OperatorRewards)9883_storage)"
257
+ "type": "t_mapping(t_uint32,t_struct(OperatorRewards)9885_storage)"
258
258
  }
259
259
  ],
260
260
  "types": {
261
- "t_mapping(t_uint32,t_struct(OperatorRewards)9883_storage)": {
261
+ "t_mapping(t_uint32,t_struct(OperatorRewards)9885_storage)": {
262
262
  "encoding": "mapping",
263
263
  "key": "t_uint32",
264
264
  "label": "mapping(uint32 => struct Rewards.OperatorRewards)",
265
265
  "numberOfBytes": "32",
266
- "value": "t_struct(OperatorRewards)9883_storage"
266
+ "value": "t_struct(OperatorRewards)9885_storage"
267
267
  },
268
- "t_struct(OperatorRewards)9883_storage": {
268
+ "t_struct(OperatorRewards)9885_storage": {
269
269
  "encoding": "inplace",
270
270
  "label": "struct Rewards.OperatorRewards",
271
271
  "members": [
272
272
  {
273
- "astId": 9876,
273
+ "astId": 9878,
274
274
  "contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
275
275
  "label": "accumulated",
276
276
  "offset": 0,
@@ -278,7 +278,7 @@
278
278
  "type": "t_uint96"
279
279
  },
280
280
  {
281
- "astId": 9878,
281
+ "astId": 9880,
282
282
  "contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
283
283
  "label": "available",
284
284
  "offset": 12,
@@ -286,7 +286,7 @@
286
286
  "type": "t_uint96"
287
287
  },
288
288
  {
289
- "astId": 9880,
289
+ "astId": 9882,
290
290
  "contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
291
291
  "label": "ineligibleUntil",
292
292
  "offset": 24,
@@ -294,7 +294,7 @@
294
294
  "type": "t_uint32"
295
295
  },
296
296
  {
297
- "astId": 9882,
297
+ "astId": 9884,
298
298
  "contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
299
299
  "label": "weight",
300
300
  "offset": 28,