@keep-network/tbtc-v2 1.6.0-dev.0 → 1.6.0-dev.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 (109) hide show
  1. package/artifacts/BLS.json +1 -1
  2. package/artifacts/Bank.json +3 -3
  3. package/artifacts/BeaconAuthorization.json +1 -1
  4. package/artifacts/BeaconDkg.json +1 -1
  5. package/artifacts/BeaconDkgValidator.json +1 -1
  6. package/artifacts/BeaconInactivity.json +1 -1
  7. package/artifacts/BeaconSortitionPool.json +3 -3
  8. package/artifacts/Bridge.json +5 -5
  9. package/artifacts/BridgeGovernance.json +2 -2
  10. package/artifacts/BridgeGovernanceParameters.json +2 -2
  11. package/artifacts/Deposit.json +2 -2
  12. package/artifacts/DepositSweep.json +2 -2
  13. package/artifacts/DonationVault.json +3 -3
  14. package/artifacts/EcdsaDkgValidator.json +1 -1
  15. package/artifacts/EcdsaInactivity.json +1 -1
  16. package/artifacts/EcdsaSortitionPool.json +3 -3
  17. package/artifacts/Fraud.json +2 -2
  18. package/artifacts/KeepRegistry.json +1 -1
  19. package/artifacts/KeepStake.json +2 -2
  20. package/artifacts/KeepToken.json +2 -2
  21. package/artifacts/KeepTokenStaking.json +1 -1
  22. package/artifacts/LightRelay.json +18 -18
  23. package/artifacts/LightRelayMaintainerProxy.json +8 -8
  24. package/artifacts/MaintainerProxy.json +19 -19
  25. package/artifacts/MovingFunds.json +2 -2
  26. package/artifacts/NuCypherStakingEscrow.json +1 -1
  27. package/artifacts/NuCypherToken.json +2 -2
  28. package/artifacts/RandomBeacon.json +2 -2
  29. package/artifacts/RandomBeaconChaosnet.json +2 -2
  30. package/artifacts/RandomBeaconGovernance.json +2 -2
  31. package/artifacts/Redemption.json +2 -2
  32. package/artifacts/ReimbursementPool.json +2 -2
  33. package/artifacts/T.json +2 -2
  34. package/artifacts/TBTC.json +3 -3
  35. package/artifacts/TBTCToken.json +3 -3
  36. package/artifacts/TBTCVault.json +23 -23
  37. package/artifacts/TokenStaking.json +1 -1
  38. package/artifacts/TokenholderGovernor.json +9 -9
  39. package/artifacts/TokenholderTimelock.json +8 -8
  40. package/artifacts/VendingMachine.json +3 -3
  41. package/artifacts/VendingMachineKeep.json +1 -1
  42. package/artifacts/VendingMachineNuCypher.json +1 -1
  43. package/artifacts/VendingMachineV2.json +3 -3
  44. package/artifacts/VendingMachineV3.json +3 -3
  45. package/artifacts/WalletCoordinator.json +5 -5
  46. package/artifacts/WalletRegistry.json +5 -5
  47. package/artifacts/WalletRegistryGovernance.json +2 -2
  48. package/artifacts/Wallets.json +2 -2
  49. package/artifacts/solcInputs/{6cc4a0b423ac26dbfcae644b54bee6ae.json → 9c1bc2cca49796c7f9e7712adfa86bb8.json} +1 -1
  50. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  51. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  52. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  53. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  54. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  55. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  56. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  57. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  58. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  59. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  60. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  61. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  62. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  63. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  64. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  65. package/build/contracts/bridge/Redemption.sol/Redemption.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/WalletCoordinator.sol/WalletCoordinator.dbg.json +1 -1
  70. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  71. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  72. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  73. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  74. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +2 -15
  75. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  76. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  77. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  78. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  79. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  80. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  81. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  82. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  83. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  84. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  85. package/contracts/l2/L2WormholeGateway.sol +7 -27
  86. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +6 -6
  87. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +6 -6
  88. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +6 -6
  89. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +3030 -3498
  90. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +88 -88
  91. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
  92. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
  93. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
  94. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +30 -30
  95. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +59 -59
  96. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +2 -2
  97. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
  98. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  99. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
  100. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
  101. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
  102. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +2 -2
  103. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +38 -38
  104. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
  105. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
  106. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +135 -135
  107. package/export/typechain/factories/L2WormholeGateway__factory.js +1 -14
  108. package/export/typechain/factories/WormholeBridgeStub__factory.js +1 -1
  109. package/package.json +3 -3
@@ -4191,9 +4191,9 @@
4191
4191
  "parameterSlots": 1,
4192
4192
  "returnSlots": 1
4193
4193
  },
4194
- "@processPendingMovedFundsSweepRequest_40726": {
4194
+ "@processPendingMovedFundsSweepRequest_40682": {
4195
4195
  "entryPoint": 7459,
4196
- "id": 40726,
4196
+ "id": 40682,
4197
4197
  "parameterSlots": 2,
4198
4198
  "returnSlots": 0
4199
4199
  },
@@ -4233,63 +4233,63 @@
4233
4233
  "parameterSlots": 2,
4234
4234
  "returnSlots": 0
4235
4235
  },
4236
- "@setActiveWallet_40507": {
4236
+ "@setActiveWallet_40463": {
4237
4237
  "entryPoint": null,
4238
- "id": 40507,
4238
+ "id": 40463,
4239
4239
  "parameterSlots": 1,
4240
4240
  "returnSlots": 0
4241
4241
  },
4242
- "@setDepositDustThreshold_40577": {
4242
+ "@setDepositDustThreshold_40533": {
4243
4243
  "entryPoint": null,
4244
- "id": 40577,
4244
+ "id": 40533,
4245
4245
  "parameterSlots": 1,
4246
4246
  "returnSlots": 0
4247
4247
  },
4248
- "@setDepositRevealAheadPeriod_40810": {
4248
+ "@setDepositRevealAheadPeriod_40766": {
4249
4249
  "entryPoint": null,
4250
- "id": 40810,
4250
+ "id": 40766,
4251
4251
  "parameterSlots": 1,
4252
4252
  "returnSlots": 0
4253
4253
  },
4254
- "@setDepositTxMaxFee_40589": {
4254
+ "@setDepositTxMaxFee_40545": {
4255
4255
  "entryPoint": null,
4256
- "id": 40589,
4256
+ "id": 40545,
4257
4257
  "parameterSlots": 1,
4258
4258
  "returnSlots": 0
4259
4259
  },
4260
- "@setMovedFundsSweepTxMaxTotalFee_40798": {
4260
+ "@setMovedFundsSweepTxMaxTotalFee_40754": {
4261
4261
  "entryPoint": null,
4262
- "id": 40798,
4262
+ "id": 40754,
4263
4263
  "parameterSlots": 1,
4264
4264
  "returnSlots": 0
4265
4265
  },
4266
- "@setPendingMovedFundsSweepRequest_40666": {
4266
+ "@setPendingMovedFundsSweepRequest_40622": {
4267
4267
  "entryPoint": 5190,
4268
- "id": 40666,
4268
+ "id": 40622,
4269
4269
  "parameterSlots": 2,
4270
4270
  "returnSlots": 0
4271
4271
  },
4272
- "@setProcessedMovedFundsSweepRequests_40495": {
4272
+ "@setProcessedMovedFundsSweepRequests_40451": {
4273
4273
  "entryPoint": 11791,
4274
- "id": 40495,
4274
+ "id": 40451,
4275
4275
  "parameterSlots": 2,
4276
4276
  "returnSlots": 0
4277
4277
  },
4278
- "@setRedemptionDustThreshold_40601": {
4278
+ "@setRedemptionDustThreshold_40557": {
4279
4279
  "entryPoint": null,
4280
- "id": 40601,
4280
+ "id": 40557,
4281
4281
  "parameterSlots": 1,
4282
4282
  "returnSlots": 0
4283
4283
  },
4284
- "@setRedemptionTreasuryFeeDivisor_40613": {
4284
+ "@setRedemptionTreasuryFeeDivisor_40569": {
4285
4285
  "entryPoint": null,
4286
- "id": 40613,
4286
+ "id": 40569,
4287
4287
  "parameterSlots": 1,
4288
4288
  "returnSlots": 0
4289
4289
  },
4290
- "@setSpentMainUtxos_40444": {
4290
+ "@setSpentMainUtxos_40400": {
4291
4291
  "entryPoint": 7792,
4292
- "id": 40444,
4292
+ "id": 40400,
4293
4293
  "parameterSlots": 2,
4294
4294
  "returnSlots": 0
4295
4295
  },
@@ -4299,9 +4299,9 @@
4299
4299
  "parameterSlots": 2,
4300
4300
  "returnSlots": 0
4301
4301
  },
4302
- "@setSweptDeposits_40396": {
4302
+ "@setSweptDeposits_40352": {
4303
4303
  "entryPoint": 9476,
4304
- "id": 40396,
4304
+ "id": 40352,
4305
4305
  "parameterSlots": 2,
4306
4306
  "returnSlots": 0
4307
4307
  },
@@ -4311,15 +4311,15 @@
4311
4311
  "parameterSlots": 2,
4312
4312
  "returnSlots": 0
4313
4313
  },
4314
- "@setWalletMainUtxo_40535": {
4314
+ "@setWalletMainUtxo_40491": {
4315
4315
  "entryPoint": 11982,
4316
- "id": 40535,
4316
+ "id": 40491,
4317
4317
  "parameterSlots": 2,
4318
4318
  "returnSlots": 0
4319
4319
  },
4320
- "@setWallet_40565": {
4320
+ "@setWallet_40521": {
4321
4321
  "entryPoint": 9724,
4322
- "id": 40565,
4322
+ "id": 40521,
4323
4323
  "parameterSlots": 2,
4324
4324
  "returnSlots": 0
4325
4325
  },
@@ -4371,9 +4371,9 @@
4371
4371
  "parameterSlots": 1,
4372
4372
  "returnSlots": 1
4373
4373
  },
4374
- "@timeoutPendingMovedFundsSweepRequest_40786": {
4374
+ "@timeoutPendingMovedFundsSweepRequest_40742": {
4375
4375
  "entryPoint": 5736,
4376
- "id": 40786,
4376
+ "id": 40742,
4377
4377
  "parameterSlots": 2,
4378
4378
  "returnSlots": 0
4379
4379
  },
@@ -596,15 +596,15 @@
596
596
  "parameterSlots": 1,
597
597
  "returnSlots": 0
598
598
  },
599
- "@authorizationRequired_39214": {
599
+ "@authorizationRequired_39170": {
600
600
  "entryPoint": null,
601
- "id": 39214,
601
+ "id": 39170,
602
602
  "parameterSlots": 0,
603
603
  "returnSlots": 0
604
604
  },
605
- "@authorize_39427": {
605
+ "@authorize_39383": {
606
606
  "entryPoint": 5335,
607
- "id": 39427,
607
+ "id": 39383,
608
608
  "parameterSlots": 1,
609
609
  "returnSlots": 0
610
610
  },
@@ -614,15 +614,15 @@
614
614
  "parameterSlots": 1,
615
615
  "returnSlots": 1
616
616
  },
617
- "@currentEpoch_39220": {
617
+ "@currentEpoch_39176": {
618
618
  "entryPoint": null,
619
- "id": 39220,
619
+ "id": 39176,
620
620
  "parameterSlots": 0,
621
621
  "returnSlots": 0
622
622
  },
623
- "@deauthorize_39446": {
623
+ "@deauthorize_39402": {
624
624
  "entryPoint": 2547,
625
- "id": 39446,
625
+ "id": 39402,
626
626
  "parameterSlots": 1,
627
627
  "returnSlots": 0
628
628
  },
@@ -650,9 +650,9 @@
650
650
  "parameterSlots": 1,
651
651
  "returnSlots": 1
652
652
  },
653
- "@extractTimestampAt_39192": {
653
+ "@extractTimestampAt_39148": {
654
654
  "entryPoint": 5990,
655
- "id": 39192,
655
+ "id": 39148,
656
656
  "parameterSlots": 2,
657
657
  "returnSlots": 1
658
658
  },
@@ -668,51 +668,51 @@
668
668
  "parameterSlots": 1,
669
669
  "returnSlots": 1
670
670
  },
671
- "@genesisEpoch_39218": {
671
+ "@genesisEpoch_39174": {
672
672
  "entryPoint": null,
673
- "id": 39218,
673
+ "id": 39174,
674
674
  "parameterSlots": 0,
675
675
  "returnSlots": 0
676
676
  },
677
- "@genesis_39351": {
677
+ "@genesis_39307": {
678
678
  "entryPoint": 2636,
679
- "id": 39351,
679
+ "id": 39307,
680
680
  "parameterSlots": 4,
681
681
  "returnSlots": 0
682
682
  },
683
- "@getBlockDifficulty_39922": {
683
+ "@getBlockDifficulty_39878": {
684
684
  "entryPoint": 913,
685
- "id": 39922,
685
+ "id": 39878,
686
686
  "parameterSlots": 1,
687
687
  "returnSlots": 1
688
688
  },
689
- "@getCurrentAndPrevEpochDifficulty_39976": {
689
+ "@getCurrentAndPrevEpochDifficulty_39932": {
690
690
  "entryPoint": null,
691
- "id": 39976,
691
+ "id": 39932,
692
692
  "parameterSlots": 0,
693
693
  "returnSlots": 2
694
694
  },
695
- "@getCurrentEpochDifficulty_39955": {
695
+ "@getCurrentEpochDifficulty_39911": {
696
696
  "entryPoint": null,
697
- "id": 39955,
697
+ "id": 39911,
698
698
  "parameterSlots": 0,
699
699
  "returnSlots": 1
700
700
  },
701
- "@getEpochDifficulty_40007": {
701
+ "@getEpochDifficulty_39963": {
702
702
  "entryPoint": 3605,
703
- "id": 40007,
703
+ "id": 39963,
704
704
  "parameterSlots": 1,
705
705
  "returnSlots": 1
706
706
  },
707
- "@getPrevEpochDifficulty_39964": {
707
+ "@getPrevEpochDifficulty_39920": {
708
708
  "entryPoint": null,
709
- "id": 39964,
709
+ "id": 39920,
710
710
  "parameterSlots": 0,
711
711
  "returnSlots": 1
712
712
  },
713
- "@getRelayRange_39946": {
713
+ "@getRelayRange_39902": {
714
714
  "entryPoint": 936,
715
- "id": 39946,
715
+ "id": 39902,
716
716
  "parameterSlots": 0,
717
717
  "returnSlots": 2
718
718
  },
@@ -722,9 +722,9 @@
722
722
  "parameterSlots": 3,
723
723
  "returnSlots": 1
724
724
  },
725
- "@isAuthorized_39233": {
725
+ "@isAuthorized_39189": {
726
726
  "entryPoint": null,
727
- "id": 39233,
727
+ "id": 39189,
728
728
  "parameterSlots": 0,
729
729
  "returnSlots": 0
730
730
  },
@@ -740,15 +740,15 @@
740
740
  "parameterSlots": 0,
741
741
  "returnSlots": 1
742
742
  },
743
- "@proofLength_39216": {
743
+ "@proofLength_39172": {
744
744
  "entryPoint": null,
745
- "id": 39216,
745
+ "id": 39172,
746
746
  "parameterSlots": 0,
747
747
  "returnSlots": 0
748
748
  },
749
- "@ready_39212": {
749
+ "@ready_39168": {
750
750
  "entryPoint": null,
751
- "id": 39212,
751
+ "id": 39168,
752
752
  "parameterSlots": 0,
753
753
  "returnSlots": 0
754
754
  },
@@ -764,9 +764,9 @@
764
764
  "parameterSlots": 3,
765
765
  "returnSlots": 1
766
766
  },
767
- "@retarget_39678": {
767
+ "@retarget_39634": {
768
768
  "entryPoint": 3897,
769
- "id": 39678,
769
+ "id": 39634,
770
770
  "parameterSlots": 1,
771
771
  "returnSlots": 0
772
772
  },
@@ -788,21 +788,21 @@
788
788
  "parameterSlots": 1,
789
789
  "returnSlots": 1
790
790
  },
791
- "@setAuthorizationStatus_39408": {
791
+ "@setAuthorizationStatus_39364": {
792
792
  "entryPoint": 5466,
793
- "id": 39408,
793
+ "id": 39364,
794
794
  "parameterSlots": 1,
795
795
  "returnSlots": 0
796
796
  },
797
- "@setDifficultyFromHeaders_40850": {
797
+ "@setDifficultyFromHeaders_40806": {
798
798
  "entryPoint": 5427,
799
- "id": 40850,
799
+ "id": 40806,
800
800
  "parameterSlots": 1,
801
801
  "returnSlots": 0
802
802
  },
803
- "@setProofLength_39391": {
803
+ "@setProofLength_39347": {
804
804
  "entryPoint": 2048,
805
- "id": 39391,
805
+ "id": 39347,
806
806
  "parameterSlots": 1,
807
807
  "returnSlots": 0
808
808
  },
@@ -836,9 +836,9 @@
836
836
  "parameterSlots": 1,
837
837
  "returnSlots": 0
838
838
  },
839
- "@validateChain_39907": {
839
+ "@validateChain_39863": {
840
840
  "entryPoint": 1032,
841
- "id": 39907,
841
+ "id": 39863,
842
842
  "parameterSlots": 1,
843
843
  "returnSlots": 2
844
844
  },
@@ -854,9 +854,9 @@
854
854
  "parameterSlots": 2,
855
855
  "returnSlots": 1
856
856
  },
857
- "@validateHeader_40067": {
857
+ "@validateHeader_40023": {
858
858
  "entryPoint": 5774,
859
- "id": 40067,
859
+ "id": 40023,
860
860
  "parameterSlots": 3,
861
861
  "returnSlots": 2
862
862
  },
@@ -11833,7 +11833,7 @@
11833
11833
  "type": "t_address"
11834
11834
  },
11835
11835
  {
11836
- "astId": 39212,
11836
+ "astId": 39168,
11837
11837
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11838
11838
  "label": "ready",
11839
11839
  "offset": 20,
@@ -11841,7 +11841,7 @@
11841
11841
  "type": "t_bool"
11842
11842
  },
11843
11843
  {
11844
- "astId": 39214,
11844
+ "astId": 39170,
11845
11845
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11846
11846
  "label": "authorizationRequired",
11847
11847
  "offset": 21,
@@ -11849,7 +11849,7 @@
11849
11849
  "type": "t_bool"
11850
11850
  },
11851
11851
  {
11852
- "astId": 39216,
11852
+ "astId": 39172,
11853
11853
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11854
11854
  "label": "proofLength",
11855
11855
  "offset": 22,
@@ -11857,7 +11857,7 @@
11857
11857
  "type": "t_uint64"
11858
11858
  },
11859
11859
  {
11860
- "astId": 39218,
11860
+ "astId": 39174,
11861
11861
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11862
11862
  "label": "genesisEpoch",
11863
11863
  "offset": 0,
@@ -11865,7 +11865,7 @@
11865
11865
  "type": "t_uint64"
11866
11866
  },
11867
11867
  {
11868
- "astId": 39220,
11868
+ "astId": 39176,
11869
11869
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11870
11870
  "label": "currentEpoch",
11871
11871
  "offset": 8,
@@ -11873,7 +11873,7 @@
11873
11873
  "type": "t_uint64"
11874
11874
  },
11875
11875
  {
11876
- "astId": 39222,
11876
+ "astId": 39178,
11877
11877
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11878
11878
  "label": "currentEpochDifficulty",
11879
11879
  "offset": 0,
@@ -11881,7 +11881,7 @@
11881
11881
  "type": "t_uint256"
11882
11882
  },
11883
11883
  {
11884
- "astId": 39224,
11884
+ "astId": 39180,
11885
11885
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11886
11886
  "label": "prevEpochDifficulty",
11887
11887
  "offset": 0,
@@ -11889,15 +11889,15 @@
11889
11889
  "type": "t_uint256"
11890
11890
  },
11891
11891
  {
11892
- "astId": 39229,
11892
+ "astId": 39185,
11893
11893
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11894
11894
  "label": "epochs",
11895
11895
  "offset": 0,
11896
11896
  "slot": "4",
11897
- "type": "t_mapping(t_uint256,t_struct(Epoch)39101_storage)"
11897
+ "type": "t_mapping(t_uint256,t_struct(Epoch)39057_storage)"
11898
11898
  },
11899
11899
  {
11900
- "astId": 39233,
11900
+ "astId": 39189,
11901
11901
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11902
11902
  "label": "isAuthorized",
11903
11903
  "offset": 0,
@@ -11923,19 +11923,19 @@
11923
11923
  "numberOfBytes": "32",
11924
11924
  "value": "t_bool"
11925
11925
  },
11926
- "t_mapping(t_uint256,t_struct(Epoch)39101_storage)": {
11926
+ "t_mapping(t_uint256,t_struct(Epoch)39057_storage)": {
11927
11927
  "encoding": "mapping",
11928
11928
  "key": "t_uint256",
11929
11929
  "label": "mapping(uint256 => struct Epoch)",
11930
11930
  "numberOfBytes": "32",
11931
- "value": "t_struct(Epoch)39101_storage"
11931
+ "value": "t_struct(Epoch)39057_storage"
11932
11932
  },
11933
- "t_struct(Epoch)39101_storage": {
11933
+ "t_struct(Epoch)39057_storage": {
11934
11934
  "encoding": "inplace",
11935
11935
  "label": "struct Epoch",
11936
11936
  "members": [
11937
11937
  {
11938
- "astId": 39098,
11938
+ "astId": 39054,
11939
11939
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11940
11940
  "label": "timestamp",
11941
11941
  "offset": 0,
@@ -11943,7 +11943,7 @@
11943
11943
  "type": "t_uint32"
11944
11944
  },
11945
11945
  {
11946
- "astId": 39100,
11946
+ "astId": 39056,
11947
11947
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11948
11948
  "label": "target",
11949
11949
  "offset": 4,
@@ -48,9 +48,9 @@
48
48
  "parameterSlots": 2,
49
49
  "returnSlots": 1
50
50
  },
51
- "@isValidHeartbeatMessage_40868": {
51
+ "@isValidHeartbeatMessage_40824": {
52
52
  "entryPoint": 87,
53
- "id": 40868,
53
+ "id": 40824,
54
54
  "parameterSlots": 2,
55
55
  "returnSlots": 1
56
56
  },