@keep-network/tbtc-v2 1.7.0 → 1.7.1

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 (235) hide show
  1. package/artifacts/.chainId +1 -1
  2. package/artifacts/BLS.json +223 -0
  3. package/artifacts/Bank.json +50 -40
  4. package/artifacts/BeaconAuthorization.json +273 -0
  5. package/artifacts/BeaconDkg.json +241 -0
  6. package/artifacts/BeaconDkgValidator.json +501 -0
  7. package/artifacts/BeaconInactivity.json +151 -0
  8. package/artifacts/BeaconSortitionPool.json +1187 -0
  9. package/artifacts/Bridge.json +449 -32
  10. package/artifacts/BridgeGovernance.json +22 -22
  11. package/artifacts/BridgeGovernanceParameters.json +10 -10
  12. package/artifacts/Deposit.json +12 -12
  13. package/artifacts/DepositSweep.json +12 -12
  14. package/artifacts/DonationVault.json +17 -17
  15. package/artifacts/EcdsaDkgValidator.json +517 -0
  16. package/artifacts/EcdsaInactivity.json +156 -0
  17. package/artifacts/EcdsaSortitionPool.json +1187 -0
  18. package/artifacts/Fraud.json +12 -12
  19. package/artifacts/LightRelay.json +38 -38
  20. package/artifacts/LightRelayMaintainerProxy.json +31 -31
  21. package/artifacts/MaintainerProxy.json +44 -44
  22. package/artifacts/MovingFunds.json +12 -12
  23. package/artifacts/NuCypherToken.json +711 -0
  24. package/artifacts/RandomBeacon.json +3271 -0
  25. package/artifacts/RandomBeaconChaosnet.json +252 -0
  26. package/artifacts/RandomBeaconGovernance.json +3499 -0
  27. package/artifacts/Redemption.json +12 -12
  28. package/artifacts/RedemptionWatchtower.json +39 -39
  29. package/artifacts/ReimbursementPool.json +509 -0
  30. package/artifacts/T.json +1148 -0
  31. package/artifacts/TBTC.json +37 -36
  32. package/artifacts/TBTCToken.json +738 -0
  33. package/artifacts/TBTCVault.json +47 -47
  34. package/artifacts/Timelock.json +148 -148
  35. package/artifacts/TokenStaking.json +2117 -0
  36. package/artifacts/TokenholderGovernor.json +1795 -0
  37. package/artifacts/TokenholderTimelock.json +1058 -0
  38. package/artifacts/VendingMachine.json +35 -34
  39. package/artifacts/VendingMachineNuCypher.json +400 -0
  40. package/artifacts/VendingMachineV2.json +21 -21
  41. package/artifacts/VendingMachineV3.json +21 -21
  42. package/artifacts/WalletProposalValidator.json +12 -12
  43. package/artifacts/WalletRegistry.json +1962 -0
  44. package/artifacts/WalletRegistryGovernance.json +2863 -0
  45. package/artifacts/Wallets.json +12 -12
  46. package/artifacts/solcInputs/{be146ce112252bdda3a03de3614fbbf1.json → 2cb3f9e60e45f0ca528d3d5260ff3139.json} +31 -7
  47. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  48. package/build/contracts/Timelock.sol/Timelock.dbg.json +1 -1
  49. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  50. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  51. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  52. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  53. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  54. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  55. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  56. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  57. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  58. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  59. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  60. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  61. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  62. package/build/contracts/bridge/Redemption.sol/IRedemptionWatchtower.dbg.json +1 -1
  63. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  64. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  65. package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.dbg.json +1 -1
  66. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  67. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  68. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  69. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
  70. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  71. package/build/contracts/integrator/AbstractTBTCDepositor.sol/AbstractTBTCDepositor.dbg.json +1 -1
  72. package/build/contracts/integrator/IBridge.sol/IBridge.dbg.json +1 -1
  73. package/build/contracts/integrator/IBridge.sol/IBridgeTypes.dbg.json +1 -1
  74. package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.dbg.json +1 -1
  75. package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.dbg.json +1 -1
  76. package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +41 -2
  77. package/build/contracts/l2/L2BitcoinDepositor.sol/IL2WormholeGateway.dbg.json +1 -1
  78. package/build/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.dbg.json +1 -1
  79. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  80. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  81. package/build/contracts/l2/Wormhole.sol/IWormhole.dbg.json +1 -1
  82. package/build/contracts/l2/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
  83. package/build/contracts/l2/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
  84. package/build/contracts/l2/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
  85. package/build/contracts/l2/Wormhole.sol/WormholeTypes.dbg.json +1 -1
  86. package/build/contracts/l2/Wormhole.sol/WormholeUtils.dbg.json +1 -1
  87. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  88. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  89. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  90. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  91. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  92. package/build/contracts/test/BankStub.sol/BankStub.dbg.json +1 -1
  93. package/build/contracts/test/BridgeStub.sol/BridgeStub.dbg.json +1 -1
  94. package/build/contracts/test/HeartbeatStub.sol/HeartbeatStub.dbg.json +1 -1
  95. package/build/contracts/test/LightRelayStub.sol/LightRelayStub.dbg.json +1 -1
  96. package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
  97. package/build/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.dbg.json +1 -1
  98. package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.dbg.json +1 -1
  99. package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
  100. package/build/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
  101. package/build/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
  102. package/build/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.dbg.json +1 -1
  103. package/build/contracts/test/TestTBTCDepositor.sol/MockBridge.dbg.json +1 -1
  104. package/build/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
  105. package/build/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.dbg.json +1 -1
  106. package/build/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.dbg.json +1 -1
  107. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  108. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  109. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  110. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  111. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  112. package/contracts/l2/L1BitcoinDepositor.sol +31 -0
  113. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
  114. package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
  115. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
  116. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +23 -23
  117. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
  118. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
  119. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
  120. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +206 -206
  121. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
  122. package/export/artifacts/@openzeppelin/contracts/governance/TimelockController.sol/TimelockController.json +107 -107
  123. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
  124. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
  125. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
  126. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
  127. package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
  128. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
  129. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
  130. package/export/artifacts/contracts/Timelock.sol/Timelock.json +109 -109
  131. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
  132. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +338 -338
  133. package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +128 -128
  134. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
  135. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
  136. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
  137. package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +67 -67
  138. package/export/artifacts/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +4431 -4171
  139. package/export/artifacts/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.json +62 -62
  140. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
  141. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +102 -102
  142. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
  143. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
  144. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
  145. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
  146. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +376 -376
  147. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
  148. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
  149. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  150. package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
  151. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
  152. package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +132 -132
  153. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
  154. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
  155. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
  156. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockBridge.json +34 -34
  157. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +20 -20
  158. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +52 -52
  159. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
  160. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
  161. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
  162. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
  163. package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
  164. package/export/typechain/factories/IStaking__factory.js +24 -103
  165. package/export/typechain/factories/L1BitcoinDepositor__factory.js +40 -1
  166. package/export/typechain/factories/WalletRegistry__factory.js +1 -1
  167. package/package.json +2 -2
  168. package/artifacts/solcInputs/7c1f8f1dbded4c787d87a982d1fc8349.json +0 -410
  169. package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +0 -102
  170. package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +0 -218
  171. package/artifacts/solcInputs/887fad6b16575ba42183543c324eeb0e.json +0 -335
  172. package/artifacts/solcInputs/98e272e2fbf178ec895387b6c503f9de.json +0 -68
  173. package/artifacts/solcInputs/b0025f1f7efe4824592ac0c9793776c3.json +0 -392
  174. package/artifacts/solcInputs/b7c5f3550cc22e16e6b6ea9582ccbee3.json +0 -341
  175. package/artifacts/solcInputs/d71d4b4434e6669852eaf643ebd2a7bc.json +0 -209
  176. package/artifacts/solcInputs/fccb130292c8c7cc958ab4fa31a3e180.json +0 -187
  177. package/export/deploy/00_resolve_relay.js +0 -83
  178. package/export/deploy/01_deploy_tbtc_v2_token.js +0 -70
  179. package/export/deploy/02_deploy_vending_machine.js +0 -84
  180. package/export/deploy/03_transfer_vending_machine_roles.js +0 -69
  181. package/export/deploy/04_deploy_bank.js +0 -73
  182. package/export/deploy/05_deploy_bridge.js +0 -178
  183. package/export/deploy/06_deploy_tbtc_vault.js +0 -80
  184. package/export/deploy/07_deploy_bridge_governance.js +0 -87
  185. package/export/deploy/08_deploy_maintainer_proxy.js +0 -80
  186. package/export/deploy/09_bank_update_bridge.js +0 -63
  187. package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +0 -61
  188. package/export/deploy/11_transfer_bank_ownership.js +0 -60
  189. package/export/deploy/12_transfer_bridge_governance.js +0 -63
  190. package/export/deploy/13_transfer_bridge_governance_ownership.js +0 -60
  191. package/export/deploy/14_transfer_tbtc_vault_ownership.js +0 -60
  192. package/export/deploy/15_transfer_maintainer_proxy_ownership.js +0 -60
  193. package/export/deploy/16_initialize_wallet_owner.js +0 -63
  194. package/export/deploy/16_transfer_proxy_admin_ownership.js +0 -73
  195. package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +0 -63
  196. package/export/deploy/17_transfer_proxy_admin_ownership.js +0 -73
  197. package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +0 -63
  198. package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
  199. package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +0 -63
  200. package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
  201. package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +0 -63
  202. package/export/deploy/20_deploy_proxy_admin_with_deputy.js +0 -80
  203. package/export/deploy/21_transfer_reimbursement_pool_ownership.js +0 -60
  204. package/export/deploy/22_deploy_proxy_admin_with_deputy.js +0 -80
  205. package/export/deploy/24_transfer_maintainer_proxy_ownership.js +0 -60
  206. package/export/deploy/25_transfer_proxy_admin_ownership.js +0 -73
  207. package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -70
  208. package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +0 -70
  209. package/export/deploy/28_deploy_proxy_admin_with_deputy.js +0 -80
  210. package/export/deploy/34_deploy_wallet_coordinator.js +0 -115
  211. package/export/deploy/35_add_coordinator_address.js +0 -60
  212. package/export/deploy/35_transfer_wallet_coordinator_ownership.js +0 -60
  213. package/export/deploy/36_deploy_light_relay_maintainer_proxy.js +0 -86
  214. package/export/deploy/36_transfer_wallet_coordinator_ownership.js +0 -60
  215. package/export/deploy/37_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
  216. package/export/deploy/37_deploy_light_relay_maintainer_proxy.js +0 -86
  217. package/export/deploy/37_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  218. package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  219. package/export/deploy/38_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
  220. package/export/deploy/38_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  221. package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -63
  222. package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  223. package/export/deploy/39_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  224. package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
  225. package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  226. package/export/deploy/41_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
  227. package/export/typechain/GoerliLightRelay.js +0 -2
  228. package/export/typechain/RelayStub.js +0 -2
  229. package/export/typechain/TestRelay.js +0 -2
  230. package/export/typechain/WalletCoordinator.js +0 -2
  231. package/export/typechain/factories/GoerliLightRelay__factory.js +0 -535
  232. package/export/typechain/factories/RelayStub__factory.js +0 -546
  233. package/export/typechain/factories/TestRelay__factory.js +0 -168
  234. package/export/typechain/factories/WalletCoordinator__factory.js +0 -1121
  235. package/export.json +0 -16130
@@ -950,51 +950,51 @@
950
950
  "evm": {
951
951
  "bytecode": {
952
952
  "functionDebugData": {
953
- "@_17964": {
953
+ "@_17973": {
954
954
  "entryPoint": null,
955
- "id": 17964,
955
+ "id": 17973,
956
956
  "parameterSlots": 4,
957
957
  "returnSlots": 0
958
958
  },
959
- "@_24160": {
959
+ "@_24133": {
960
960
  "entryPoint": null,
961
- "id": 24160,
961
+ "id": 24133,
962
962
  "parameterSlots": 3,
963
963
  "returnSlots": 0
964
964
  },
965
- "@_grantRole_17547": {
965
+ "@_grantRole_17556": {
966
966
  "entryPoint": 656,
967
- "id": 17547,
967
+ "id": 17556,
968
968
  "parameterSlots": 2,
969
969
  "returnSlots": 0
970
970
  },
971
- "@_msgSender_21353": {
971
+ "@_msgSender_21362": {
972
972
  "entryPoint": null,
973
- "id": 21353,
973
+ "id": 21362,
974
974
  "parameterSlots": 0,
975
975
  "returnSlots": 1
976
976
  },
977
- "@_setRoleAdmin_17515": {
977
+ "@_setRoleAdmin_17524": {
978
978
  "entryPoint": 565,
979
- "id": 17515,
979
+ "id": 17524,
980
980
  "parameterSlots": 2,
981
981
  "returnSlots": 0
982
982
  },
983
- "@_setupRole_17487": {
983
+ "@_setupRole_17496": {
984
984
  "entryPoint": 640,
985
- "id": 17487,
985
+ "id": 17496,
986
986
  "parameterSlots": 2,
987
987
  "returnSlots": 0
988
988
  },
989
- "@getRoleAdmin_17410": {
989
+ "@getRoleAdmin_17419": {
990
990
  "entryPoint": null,
991
- "id": 17410,
991
+ "id": 17419,
992
992
  "parameterSlots": 1,
993
993
  "returnSlots": 1
994
994
  },
995
- "@hasRole_17343": {
995
+ "@hasRole_17352": {
996
996
  "entryPoint": null,
997
- "id": 17343,
997
+ "id": 17352,
998
998
  "parameterSlots": 2,
999
999
  "returnSlots": 1
1000
1000
  },
@@ -3233,255 +3233,255 @@
3233
3233
  },
3234
3234
  "deployedBytecode": {
3235
3235
  "functionDebugData": {
3236
- "@CANCELLER_ROLE_17798": {
3236
+ "@CANCELLER_ROLE_17807": {
3237
3237
  "entryPoint": null,
3238
- "id": 17798,
3238
+ "id": 17807,
3239
3239
  "parameterSlots": 0,
3240
3240
  "returnSlots": 0
3241
3241
  },
3242
- "@DEFAULT_ADMIN_ROLE_17291": {
3242
+ "@DEFAULT_ADMIN_ROLE_17300": {
3243
3243
  "entryPoint": null,
3244
- "id": 17291,
3244
+ "id": 17300,
3245
3245
  "parameterSlots": 0,
3246
3246
  "returnSlots": 0
3247
3247
  },
3248
- "@EXECUTOR_ROLE_17793": {
3248
+ "@EXECUTOR_ROLE_17802": {
3249
3249
  "entryPoint": null,
3250
- "id": 17793,
3250
+ "id": 17802,
3251
3251
  "parameterSlots": 0,
3252
3252
  "returnSlots": 0
3253
3253
  },
3254
- "@PROPOSER_ROLE_17788": {
3254
+ "@PROPOSER_ROLE_17797": {
3255
3255
  "entryPoint": null,
3256
- "id": 17788,
3256
+ "id": 17797,
3257
3257
  "parameterSlots": 0,
3258
3258
  "returnSlots": 0
3259
3259
  },
3260
- "@TIMELOCK_ADMIN_ROLE_17783": {
3260
+ "@TIMELOCK_ADMIN_ROLE_17792": {
3261
3261
  "entryPoint": null,
3262
- "id": 17783,
3262
+ "id": 17792,
3263
3263
  "parameterSlots": 0,
3264
3264
  "returnSlots": 0
3265
3265
  },
3266
- "@_17992": {
3266
+ "@_18001": {
3267
3267
  "entryPoint": null,
3268
- "id": 17992,
3268
+ "id": 18001,
3269
3269
  "parameterSlots": 0,
3270
3270
  "returnSlots": 0
3271
3271
  },
3272
- "@_afterCall_18585": {
3272
+ "@_afterCall_18594": {
3273
3273
  "entryPoint": 4963,
3274
- "id": 18585,
3274
+ "id": 18594,
3275
3275
  "parameterSlots": 1,
3276
3276
  "returnSlots": 0
3277
3277
  },
3278
- "@_beforeCall_18565": {
3278
+ "@_beforeCall_18574": {
3279
3279
  "entryPoint": 4496,
3280
- "id": 18565,
3280
+ "id": 18574,
3281
3281
  "parameterSlots": 2,
3282
3282
  "returnSlots": 0
3283
3283
  },
3284
- "@_checkRole_17356": {
3284
+ "@_checkRole_17365": {
3285
3285
  "entryPoint": 3989,
3286
- "id": 17356,
3286
+ "id": 17365,
3287
3287
  "parameterSlots": 1,
3288
3288
  "returnSlots": 0
3289
3289
  },
3290
- "@_checkRole_17395": {
3290
+ "@_checkRole_17404": {
3291
3291
  "entryPoint": 4381,
3292
- "id": 17395,
3292
+ "id": 17404,
3293
3293
  "parameterSlots": 2,
3294
3294
  "returnSlots": 0
3295
3295
  },
3296
- "@_execute_18535": {
3296
+ "@_execute_18544": {
3297
3297
  "entryPoint": 4742,
3298
- "id": 18535,
3298
+ "id": 18544,
3299
3299
  "parameterSlots": 4,
3300
3300
  "returnSlots": 0
3301
3301
  },
3302
- "@_grantRole_17547": {
3302
+ "@_grantRole_17556": {
3303
3303
  "entryPoint": 5087,
3304
- "id": 17547,
3304
+ "id": 17556,
3305
3305
  "parameterSlots": 2,
3306
3306
  "returnSlots": 0
3307
3307
  },
3308
- "@_msgSender_21353": {
3308
+ "@_msgSender_21362": {
3309
3309
  "entryPoint": null,
3310
- "id": 21353,
3310
+ "id": 21362,
3311
3311
  "parameterSlots": 0,
3312
3312
  "returnSlots": 1
3313
3313
  },
3314
- "@_revokeRole_17578": {
3314
+ "@_revokeRole_17587": {
3315
3315
  "entryPoint": 5245,
3316
- "id": 17578,
3316
+ "id": 17587,
3317
3317
  "parameterSlots": 2,
3318
3318
  "returnSlots": 0
3319
3319
  },
3320
- "@_schedule_18330": {
3320
+ "@_schedule_18339": {
3321
3321
  "entryPoint": 4002,
3322
- "id": 18330,
3322
+ "id": 18339,
3323
3323
  "parameterSlots": 2,
3324
3324
  "returnSlots": 0
3325
3325
  },
3326
- "@cancel_18356": {
3326
+ "@cancel_18365": {
3327
3327
  "entryPoint": 3146,
3328
- "id": 18356,
3328
+ "id": 18365,
3329
3329
  "parameterSlots": 1,
3330
3330
  "returnSlots": 0
3331
3331
  },
3332
- "@executeBatch_18510": {
3332
+ "@executeBatch_18519": {
3333
3333
  "entryPoint": 3408,
3334
- "id": 18510,
3334
+ "id": 18519,
3335
3335
  "parameterSlots": 8,
3336
3336
  "returnSlots": 0
3337
3337
  },
3338
- "@execute_18407": {
3338
+ "@execute_18416": {
3339
3339
  "entryPoint": 1854,
3340
- "id": 18407,
3340
+ "id": 18416,
3341
3341
  "parameterSlots": 6,
3342
3342
  "returnSlots": 0
3343
3343
  },
3344
- "@getMinDelay_18107": {
3344
+ "@getMinDelay_18116": {
3345
3345
  "entryPoint": null,
3346
- "id": 18107,
3346
+ "id": 18116,
3347
3347
  "parameterSlots": 0,
3348
3348
  "returnSlots": 1
3349
3349
  },
3350
- "@getRoleAdmin_17410": {
3350
+ "@getRoleAdmin_17419": {
3351
3351
  "entryPoint": null,
3352
- "id": 17410,
3352
+ "id": 17419,
3353
3353
  "parameterSlots": 1,
3354
3354
  "returnSlots": 1
3355
3355
  },
3356
- "@getTimestamp_18098": {
3356
+ "@getTimestamp_18107": {
3357
3357
  "entryPoint": null,
3358
- "id": 18098,
3358
+ "id": 18107,
3359
3359
  "parameterSlots": 1,
3360
3360
  "returnSlots": 1
3361
3361
  },
3362
- "@grantRole_17430": {
3362
+ "@grantRole_17439": {
3363
3363
  "entryPoint": 2140,
3364
- "id": 17430,
3364
+ "id": 17439,
3365
3365
  "parameterSlots": 2,
3366
3366
  "returnSlots": 0
3367
3367
  },
3368
- "@hasRole_17343": {
3368
+ "@hasRole_17352": {
3369
3369
  "entryPoint": null,
3370
- "id": 17343,
3370
+ "id": 17352,
3371
3371
  "parameterSlots": 2,
3372
3372
  "returnSlots": 1
3373
3373
  },
3374
- "@hashOperationBatch_18166": {
3374
+ "@hashOperationBatch_18175": {
3375
3375
  "entryPoint": 3077,
3376
- "id": 18166,
3376
+ "id": 18175,
3377
3377
  "parameterSlots": 8,
3378
3378
  "returnSlots": 1
3379
3379
  },
3380
- "@hashOperation_18135": {
3380
+ "@hashOperation_18144": {
3381
3381
  "entryPoint": 2556,
3382
- "id": 18135,
3382
+ "id": 18144,
3383
3383
  "parameterSlots": 6,
3384
3384
  "returnSlots": 1
3385
3385
  },
3386
- "@isOperationDone_18085": {
3386
+ "@isOperationDone_18094": {
3387
3387
  "entryPoint": null,
3388
- "id": 18085,
3388
+ "id": 18094,
3389
3389
  "parameterSlots": 1,
3390
3390
  "returnSlots": 1
3391
3391
  },
3392
- "@isOperationPending_18046": {
3392
+ "@isOperationPending_18055": {
3393
3393
  "entryPoint": 2352,
3394
- "id": 18046,
3394
+ "id": 18055,
3395
3395
  "parameterSlots": 1,
3396
3396
  "returnSlots": 1
3397
3397
  },
3398
- "@isOperationReady_18070": {
3398
+ "@isOperationReady_18079": {
3399
3399
  "entryPoint": 2102,
3400
- "id": 18070,
3400
+ "id": 18079,
3401
3401
  "parameterSlots": 1,
3402
3402
  "returnSlots": 1
3403
3403
  },
3404
- "@isOperation_18031": {
3404
+ "@isOperation_18040": {
3405
3405
  "entryPoint": 2182,
3406
- "id": 18031,
3406
+ "id": 18040,
3407
3407
  "parameterSlots": 1,
3408
3408
  "returnSlots": 1
3409
3409
  },
3410
- "@onERC1155BatchReceived_18678": {
3410
+ "@onERC1155BatchReceived_18687": {
3411
3411
  "entryPoint": null,
3412
- "id": 18678,
3412
+ "id": 18687,
3413
3413
  "parameterSlots": 5,
3414
3414
  "returnSlots": 1
3415
3415
  },
3416
- "@onERC1155Received_18654": {
3416
+ "@onERC1155Received_18663": {
3417
3417
  "entryPoint": null,
3418
- "id": 18654,
3418
+ "id": 18663,
3419
3419
  "parameterSlots": 5,
3420
3420
  "returnSlots": 1
3421
3421
  },
3422
- "@onERC721Received_18632": {
3422
+ "@onERC721Received_18641": {
3423
3423
  "entryPoint": null,
3424
- "id": 18632,
3424
+ "id": 18641,
3425
3425
  "parameterSlots": 4,
3426
3426
  "returnSlots": 1
3427
3427
  },
3428
- "@renounceRole_17473": {
3428
+ "@renounceRole_17482": {
3429
3429
  "entryPoint": 2207,
3430
- "id": 17473,
3430
+ "id": 17482,
3431
3431
  "parameterSlots": 2,
3432
3432
  "returnSlots": 0
3433
3433
  },
3434
- "@revokeRole_17450": {
3434
+ "@revokeRole_17459": {
3435
3435
  "entryPoint": 3371,
3436
- "id": 17450,
3436
+ "id": 17459,
3437
3437
  "parameterSlots": 2,
3438
3438
  "returnSlots": 0
3439
3439
  },
3440
- "@scheduleBatch_18296": {
3440
+ "@scheduleBatch_18305": {
3441
3441
  "entryPoint": 2619,
3442
- "id": 18296,
3442
+ "id": 18305,
3443
3443
  "parameterSlots": 9,
3444
3444
  "returnSlots": 0
3445
3445
  },
3446
- "@schedule_18211": {
3446
+ "@schedule_18220": {
3447
3447
  "entryPoint": 1637,
3448
- "id": 18211,
3448
+ "id": 18220,
3449
3449
  "parameterSlots": 7,
3450
3450
  "returnSlots": 0
3451
3451
  },
3452
- "@supportsInterface_17324": {
3452
+ "@supportsInterface_17333": {
3453
3453
  "entryPoint": 4278,
3454
- "id": 17324,
3454
+ "id": 17333,
3455
3455
  "parameterSlots": 1,
3456
3456
  "returnSlots": 1
3457
3457
  },
3458
- "@supportsInterface_18016": {
3458
+ "@supportsInterface_18025": {
3459
3459
  "entryPoint": 1786,
3460
- "id": 18016,
3460
+ "id": 18025,
3461
3461
  "parameterSlots": 1,
3462
3462
  "returnSlots": 1
3463
3463
  },
3464
- "@supportsInterface_21982": {
3464
+ "@supportsInterface_21991": {
3465
3465
  "entryPoint": null,
3466
- "id": 21982,
3466
+ "id": 21991,
3467
3467
  "parameterSlots": 1,
3468
3468
  "returnSlots": 1
3469
3469
  },
3470
- "@toHexString_21577": {
3470
+ "@toHexString_21586": {
3471
3471
  "entryPoint": 5390,
3472
- "id": 21577,
3472
+ "id": 21586,
3473
3473
  "parameterSlots": 2,
3474
3474
  "returnSlots": 1
3475
3475
  },
3476
- "@toHexString_21597": {
3476
+ "@toHexString_21606": {
3477
3477
  "entryPoint": 5372,
3478
- "id": 21597,
3478
+ "id": 21606,
3479
3479
  "parameterSlots": 1,
3480
3480
  "returnSlots": 1
3481
3481
  },
3482
- "@updateDelay_18612": {
3482
+ "@updateDelay_18621": {
3483
3483
  "entryPoint": 2374,
3484
- "id": 18612,
3484
+ "id": 18621,
3485
3485
  "parameterSlots": 1,
3486
3486
  "returnSlots": 0
3487
3487
  },
@@ -19348,15 +19348,15 @@
19348
19348
  "storageLayout": {
19349
19349
  "storage": [
19350
19350
  {
19351
- "astId": 17288,
19351
+ "astId": 17297,
19352
19352
  "contract": "contracts/Timelock.sol:Timelock",
19353
19353
  "label": "_roles",
19354
19354
  "offset": 0,
19355
19355
  "slot": "0",
19356
- "type": "t_mapping(t_bytes32,t_struct(RoleData)17283_storage)"
19356
+ "type": "t_mapping(t_bytes32,t_struct(RoleData)17292_storage)"
19357
19357
  },
19358
19358
  {
19359
- "astId": 17808,
19359
+ "astId": 17817,
19360
19360
  "contract": "contracts/Timelock.sol:Timelock",
19361
19361
  "label": "_timestamps",
19362
19362
  "offset": 0,
@@ -19364,7 +19364,7 @@
19364
19364
  "type": "t_mapping(t_bytes32,t_uint256)"
19365
19365
  },
19366
19366
  {
19367
- "astId": 17810,
19367
+ "astId": 17819,
19368
19368
  "contract": "contracts/Timelock.sol:Timelock",
19369
19369
  "label": "_minDelay",
19370
19370
  "offset": 0,
@@ -19395,12 +19395,12 @@
19395
19395
  "numberOfBytes": "32",
19396
19396
  "value": "t_bool"
19397
19397
  },
19398
- "t_mapping(t_bytes32,t_struct(RoleData)17283_storage)": {
19398
+ "t_mapping(t_bytes32,t_struct(RoleData)17292_storage)": {
19399
19399
  "encoding": "mapping",
19400
19400
  "key": "t_bytes32",
19401
19401
  "label": "mapping(bytes32 => struct AccessControl.RoleData)",
19402
19402
  "numberOfBytes": "32",
19403
- "value": "t_struct(RoleData)17283_storage"
19403
+ "value": "t_struct(RoleData)17292_storage"
19404
19404
  },
19405
19405
  "t_mapping(t_bytes32,t_uint256)": {
19406
19406
  "encoding": "mapping",
@@ -19409,12 +19409,12 @@
19409
19409
  "numberOfBytes": "32",
19410
19410
  "value": "t_uint256"
19411
19411
  },
19412
- "t_struct(RoleData)17283_storage": {
19412
+ "t_struct(RoleData)17292_storage": {
19413
19413
  "encoding": "inplace",
19414
19414
  "label": "struct AccessControl.RoleData",
19415
19415
  "members": [
19416
19416
  {
19417
- "astId": 17280,
19417
+ "astId": 17289,
19418
19418
  "contract": "contracts/Timelock.sol:Timelock",
19419
19419
  "label": "members",
19420
19420
  "offset": 0,
@@ -19422,7 +19422,7 @@
19422
19422
  "type": "t_mapping(t_address,t_bool)"
19423
19423
  },
19424
19424
  {
19425
- "astId": 17282,
19425
+ "astId": 17291,
19426
19426
  "contract": "contracts/Timelock.sol:Timelock",
19427
19427
  "label": "adminRole",
19428
19428
  "offset": 0,