@keep-network/tbtc-v2 1.6.0-dev.7 → 1.6.0-dev.8
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.
- package/artifacts/BLS.json +1 -1
- package/artifacts/Bank.json +3 -3
- package/artifacts/BeaconAuthorization.json +1 -1
- package/artifacts/BeaconDkg.json +1 -1
- package/artifacts/BeaconDkgValidator.json +1 -1
- package/artifacts/BeaconInactivity.json +1 -1
- package/artifacts/BeaconSortitionPool.json +3 -3
- package/artifacts/Bridge.json +5 -5
- package/artifacts/BridgeGovernance.json +2 -2
- package/artifacts/BridgeGovernanceParameters.json +2 -2
- package/artifacts/Deposit.json +2 -2
- package/artifacts/DepositSweep.json +2 -2
- package/artifacts/DonationVault.json +3 -3
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +3 -3
- package/artifacts/Fraud.json +2 -2
- package/artifacts/LightRelay.json +18 -18
- package/artifacts/LightRelayMaintainerProxy.json +8 -8
- package/artifacts/MaintainerProxy.json +19 -19
- package/artifacts/MovingFunds.json +2 -2
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +2 -2
- package/artifacts/RandomBeaconChaosnet.json +2 -2
- package/artifacts/RandomBeaconGovernance.json +2 -2
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +23 -23
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +3 -3
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/VendingMachineV2.json +3 -3
- package/artifacts/VendingMachineV3.json +3 -3
- package/artifacts/WalletProposalValidator.json +36 -13
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{b4e1c442421284b256fcad9f86102ecc.json → e2337fbc33ddf79d3229147ce15c40b6.json} +1 -1
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +24 -2
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
- package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
- package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
- package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/contracts/bridge/WalletProposalValidator.sol +62 -8
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +22 -22
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +6 -6
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +6 -6
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +6 -6
- package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +10972 -9231
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +40 -40
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +47 -47
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +88 -88
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +58 -58
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +59 -59
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +2 -2
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +59 -59
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +2 -2
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +135 -135
- package/export/typechain/factories/WalletProposalValidator__factory.js +23 -1
- package/package.json +1 -1
|
@@ -1243,9 +1243,9 @@
|
|
|
1243
1243
|
"parameterSlots": 0,
|
|
1244
1244
|
"returnSlots": 0
|
|
1245
1245
|
},
|
|
1246
|
-
"@
|
|
1246
|
+
"@_37848": {
|
|
1247
1247
|
"entryPoint": null,
|
|
1248
|
-
"id":
|
|
1248
|
+
"id": 37848,
|
|
1249
1249
|
"parameterSlots": 2,
|
|
1250
1250
|
"returnSlots": 0
|
|
1251
1251
|
},
|
|
@@ -1724,105 +1724,105 @@
|
|
|
1724
1724
|
"parameterSlots": 1,
|
|
1725
1725
|
"returnSlots": 0
|
|
1726
1726
|
},
|
|
1727
|
-
"@
|
|
1727
|
+
"@allSpvMaintainers_38577": {
|
|
1728
1728
|
"entryPoint": 2450,
|
|
1729
|
-
"id":
|
|
1729
|
+
"id": 38577,
|
|
1730
1730
|
"parameterSlots": 0,
|
|
1731
1731
|
"returnSlots": 1
|
|
1732
1732
|
},
|
|
1733
|
-
"@
|
|
1733
|
+
"@allWalletMaintainers_38567": {
|
|
1734
1734
|
"entryPoint": 2805,
|
|
1735
|
-
"id":
|
|
1735
|
+
"id": 38567,
|
|
1736
1736
|
"parameterSlots": 0,
|
|
1737
1737
|
"returnSlots": 1
|
|
1738
1738
|
},
|
|
1739
|
-
"@
|
|
1739
|
+
"@authorizeSpvMaintainer_38331": {
|
|
1740
1740
|
"entryPoint": 3914,
|
|
1741
|
-
"id":
|
|
1741
|
+
"id": 38331,
|
|
1742
1742
|
"parameterSlots": 1,
|
|
1743
1743
|
"returnSlots": 0
|
|
1744
1744
|
},
|
|
1745
|
-
"@
|
|
1745
|
+
"@authorizeWalletMaintainer_38305": {
|
|
1746
1746
|
"entryPoint": 1419,
|
|
1747
|
-
"id":
|
|
1747
|
+
"id": 38305,
|
|
1748
1748
|
"parameterSlots": 1,
|
|
1749
1749
|
"returnSlots": 0
|
|
1750
1750
|
},
|
|
1751
|
-
"@
|
|
1751
|
+
"@bridge_37649": {
|
|
1752
1752
|
"entryPoint": null,
|
|
1753
|
-
"id":
|
|
1753
|
+
"id": 37649,
|
|
1754
1754
|
"parameterSlots": 0,
|
|
1755
1755
|
"returnSlots": 0
|
|
1756
1756
|
},
|
|
1757
|
-
"@
|
|
1757
|
+
"@defeatFraudChallengeGasOffset_37697": {
|
|
1758
1758
|
"entryPoint": null,
|
|
1759
|
-
"id":
|
|
1759
|
+
"id": 37697,
|
|
1760
1760
|
"parameterSlots": 0,
|
|
1761
1761
|
"returnSlots": 0
|
|
1762
1762
|
},
|
|
1763
|
-
"@
|
|
1763
|
+
"@defeatFraudChallengeWithHeartbeatGasOffset_37700": {
|
|
1764
1764
|
"entryPoint": null,
|
|
1765
|
-
"id":
|
|
1765
|
+
"id": 37700,
|
|
1766
1766
|
"parameterSlots": 0,
|
|
1767
1767
|
"returnSlots": 0
|
|
1768
1768
|
},
|
|
1769
|
-
"@
|
|
1769
|
+
"@defeatFraudChallengeWithHeartbeat_38279": {
|
|
1770
1770
|
"entryPoint": 1561,
|
|
1771
|
-
"id":
|
|
1771
|
+
"id": 38279,
|
|
1772
1772
|
"parameterSlots": 4,
|
|
1773
1773
|
"returnSlots": 0
|
|
1774
1774
|
},
|
|
1775
|
-
"@
|
|
1775
|
+
"@defeatFraudChallenge_38244": {
|
|
1776
1776
|
"entryPoint": 3055,
|
|
1777
|
-
"id":
|
|
1777
|
+
"id": 38244,
|
|
1778
1778
|
"parameterSlots": 5,
|
|
1779
1779
|
"returnSlots": 0
|
|
1780
1780
|
},
|
|
1781
|
-
"@
|
|
1781
|
+
"@isSpvMaintainer_37663": {
|
|
1782
1782
|
"entryPoint": null,
|
|
1783
|
-
"id":
|
|
1783
|
+
"id": 37663,
|
|
1784
1784
|
"parameterSlots": 0,
|
|
1785
1785
|
"returnSlots": 0
|
|
1786
1786
|
},
|
|
1787
|
-
"@
|
|
1787
|
+
"@isWalletMaintainer_37654": {
|
|
1788
1788
|
"entryPoint": null,
|
|
1789
|
-
"id":
|
|
1789
|
+
"id": 37654,
|
|
1790
1790
|
"parameterSlots": 0,
|
|
1791
1791
|
"returnSlots": 0
|
|
1792
1792
|
},
|
|
1793
|
-
"@
|
|
1793
|
+
"@notifyMovingFundsBelowDustGasOffset_37682": {
|
|
1794
1794
|
"entryPoint": null,
|
|
1795
|
-
"id":
|
|
1795
|
+
"id": 37682,
|
|
1796
1796
|
"parameterSlots": 0,
|
|
1797
1797
|
"returnSlots": 0
|
|
1798
1798
|
},
|
|
1799
|
-
"@
|
|
1799
|
+
"@notifyMovingFundsBelowDust_38056": {
|
|
1800
1800
|
"entryPoint": 1833,
|
|
1801
|
-
"id":
|
|
1801
|
+
"id": 38056,
|
|
1802
1802
|
"parameterSlots": 2,
|
|
1803
1803
|
"returnSlots": 0
|
|
1804
1804
|
},
|
|
1805
|
-
"@
|
|
1805
|
+
"@notifyWalletCloseableGasOffset_37691": {
|
|
1806
1806
|
"entryPoint": null,
|
|
1807
|
-
"id":
|
|
1807
|
+
"id": 37691,
|
|
1808
1808
|
"parameterSlots": 0,
|
|
1809
1809
|
"returnSlots": 0
|
|
1810
1810
|
},
|
|
1811
|
-
"@
|
|
1811
|
+
"@notifyWalletCloseable_38172": {
|
|
1812
1812
|
"entryPoint": 5499,
|
|
1813
|
-
"id":
|
|
1813
|
+
"id": 38172,
|
|
1814
1814
|
"parameterSlots": 2,
|
|
1815
1815
|
"returnSlots": 0
|
|
1816
1816
|
},
|
|
1817
|
-
"@
|
|
1817
|
+
"@notifyWalletClosingPeriodElapsedGasOffset_37694": {
|
|
1818
1818
|
"entryPoint": null,
|
|
1819
|
-
"id":
|
|
1819
|
+
"id": 37694,
|
|
1820
1820
|
"parameterSlots": 0,
|
|
1821
1821
|
"returnSlots": 0
|
|
1822
1822
|
},
|
|
1823
|
-
"@
|
|
1823
|
+
"@notifyWalletClosingPeriodElapsed_38206": {
|
|
1824
1824
|
"entryPoint": 5238,
|
|
1825
|
-
"id":
|
|
1825
|
+
"id": 38206,
|
|
1826
1826
|
"parameterSlots": 1,
|
|
1827
1827
|
"returnSlots": 0
|
|
1828
1828
|
},
|
|
@@ -1844,81 +1844,81 @@
|
|
|
1844
1844
|
"parameterSlots": 0,
|
|
1845
1845
|
"returnSlots": 0
|
|
1846
1846
|
},
|
|
1847
|
-
"@
|
|
1847
|
+
"@requestNewWalletGasOffset_37688": {
|
|
1848
1848
|
"entryPoint": null,
|
|
1849
|
-
"id":
|
|
1849
|
+
"id": 37688,
|
|
1850
1850
|
"parameterSlots": 0,
|
|
1851
1851
|
"returnSlots": 0
|
|
1852
1852
|
},
|
|
1853
|
-
"@
|
|
1853
|
+
"@requestNewWallet_38134": {
|
|
1854
1854
|
"entryPoint": 4056,
|
|
1855
|
-
"id":
|
|
1855
|
+
"id": 38134,
|
|
1856
1856
|
"parameterSlots": 1,
|
|
1857
1857
|
"returnSlots": 0
|
|
1858
1858
|
},
|
|
1859
|
-
"@
|
|
1859
|
+
"@resetMovingFundsTimeoutGasOffset_37676": {
|
|
1860
1860
|
"entryPoint": null,
|
|
1861
|
-
"id":
|
|
1861
|
+
"id": 37676,
|
|
1862
1862
|
"parameterSlots": 0,
|
|
1863
1863
|
"returnSlots": 0
|
|
1864
1864
|
},
|
|
1865
|
-
"@
|
|
1865
|
+
"@resetMovingFundsTimeout_37972": {
|
|
1866
1866
|
"entryPoint": 5752,
|
|
1867
|
-
"id":
|
|
1867
|
+
"id": 37972,
|
|
1868
1868
|
"parameterSlots": 1,
|
|
1869
1869
|
"returnSlots": 0
|
|
1870
1870
|
},
|
|
1871
|
-
"@
|
|
1871
|
+
"@spvMaintainers_37667": {
|
|
1872
1872
|
"entryPoint": 2901,
|
|
1873
|
-
"id":
|
|
1873
|
+
"id": 37667,
|
|
1874
1874
|
"parameterSlots": 0,
|
|
1875
1875
|
"returnSlots": 0
|
|
1876
1876
|
},
|
|
1877
|
-
"@
|
|
1877
|
+
"@submitDepositSweepProofGasOffset_37670": {
|
|
1878
1878
|
"entryPoint": null,
|
|
1879
|
-
"id":
|
|
1879
|
+
"id": 37670,
|
|
1880
1880
|
"parameterSlots": 0,
|
|
1881
1881
|
"returnSlots": 0
|
|
1882
1882
|
},
|
|
1883
|
-
"@
|
|
1883
|
+
"@submitDepositSweepProof_37894": {
|
|
1884
1884
|
"entryPoint": 2193,
|
|
1885
|
-
"id":
|
|
1885
|
+
"id": 37894,
|
|
1886
1886
|
"parameterSlots": 4,
|
|
1887
1887
|
"returnSlots": 0
|
|
1888
1888
|
},
|
|
1889
|
-
"@
|
|
1889
|
+
"@submitMovedFundsSweepProofGasOffset_37685": {
|
|
1890
1890
|
"entryPoint": null,
|
|
1891
|
-
"id":
|
|
1891
|
+
"id": 37685,
|
|
1892
1892
|
"parameterSlots": 0,
|
|
1893
1893
|
"returnSlots": 0
|
|
1894
1894
|
},
|
|
1895
|
-
"@
|
|
1895
|
+
"@submitMovedFundsSweepProof_38099": {
|
|
1896
1896
|
"entryPoint": 4681,
|
|
1897
|
-
"id":
|
|
1897
|
+
"id": 38099,
|
|
1898
1898
|
"parameterSlots": 3,
|
|
1899
1899
|
"returnSlots": 0
|
|
1900
1900
|
},
|
|
1901
|
-
"@
|
|
1901
|
+
"@submitMovingFundsProofGasOffset_37679": {
|
|
1902
1902
|
"entryPoint": null,
|
|
1903
|
-
"id":
|
|
1903
|
+
"id": 37679,
|
|
1904
1904
|
"parameterSlots": 0,
|
|
1905
1905
|
"returnSlots": 0
|
|
1906
1906
|
},
|
|
1907
|
-
"@
|
|
1907
|
+
"@submitMovingFundsProof_38018": {
|
|
1908
1908
|
"entryPoint": 2548,
|
|
1909
|
-
"id":
|
|
1909
|
+
"id": 38018,
|
|
1910
1910
|
"parameterSlots": 4,
|
|
1911
1911
|
"returnSlots": 0
|
|
1912
1912
|
},
|
|
1913
|
-
"@
|
|
1913
|
+
"@submitRedemptionProofGasOffset_37673": {
|
|
1914
1914
|
"entryPoint": null,
|
|
1915
|
-
"id":
|
|
1915
|
+
"id": 37673,
|
|
1916
1916
|
"parameterSlots": 0,
|
|
1917
1917
|
"returnSlots": 0
|
|
1918
1918
|
},
|
|
1919
|
-
"@
|
|
1919
|
+
"@submitRedemptionProof_37940": {
|
|
1920
1920
|
"entryPoint": 4424,
|
|
1921
|
-
"id":
|
|
1921
|
+
"id": 37940,
|
|
1922
1922
|
"parameterSlots": 4,
|
|
1923
1923
|
"returnSlots": 0
|
|
1924
1924
|
},
|
|
@@ -1928,27 +1928,27 @@
|
|
|
1928
1928
|
"parameterSlots": 1,
|
|
1929
1929
|
"returnSlots": 0
|
|
1930
1930
|
},
|
|
1931
|
-
"@
|
|
1931
|
+
"@unauthorizeSpvMaintainer_38449": {
|
|
1932
1932
|
"entryPoint": 3330,
|
|
1933
|
-
"id":
|
|
1933
|
+
"id": 38449,
|
|
1934
1934
|
"parameterSlots": 1,
|
|
1935
1935
|
"returnSlots": 0
|
|
1936
1936
|
},
|
|
1937
|
-
"@
|
|
1937
|
+
"@unauthorizeWalletMaintainer_38390": {
|
|
1938
1938
|
"entryPoint": 6068,
|
|
1939
|
-
"id":
|
|
1939
|
+
"id": 38390,
|
|
1940
1940
|
"parameterSlots": 1,
|
|
1941
1941
|
"returnSlots": 0
|
|
1942
1942
|
},
|
|
1943
|
-
"@
|
|
1943
|
+
"@updateBridge_38470": {
|
|
1944
1944
|
"entryPoint": 2943,
|
|
1945
|
-
"id":
|
|
1945
|
+
"id": 38470,
|
|
1946
1946
|
"parameterSlots": 1,
|
|
1947
1947
|
"returnSlots": 0
|
|
1948
1948
|
},
|
|
1949
|
-
"@
|
|
1949
|
+
"@updateGasOffsetParameters_38557": {
|
|
1950
1950
|
"entryPoint": 5039,
|
|
1951
|
-
"id":
|
|
1951
|
+
"id": 38557,
|
|
1952
1952
|
"parameterSlots": 11,
|
|
1953
1953
|
"returnSlots": 0
|
|
1954
1954
|
},
|
|
@@ -1958,9 +1958,9 @@
|
|
|
1958
1958
|
"parameterSlots": 1,
|
|
1959
1959
|
"returnSlots": 0
|
|
1960
1960
|
},
|
|
1961
|
-
"@
|
|
1961
|
+
"@walletMaintainers_37658": {
|
|
1962
1962
|
"entryPoint": 4408,
|
|
1963
|
-
"id":
|
|
1963
|
+
"id": 37658,
|
|
1964
1964
|
"parameterSlots": 0,
|
|
1965
1965
|
"returnSlots": 0
|
|
1966
1966
|
},
|
|
@@ -14941,7 +14941,7 @@
|
|
|
14941
14941
|
"type": "t_array(t_uint256)49_storage"
|
|
14942
14942
|
},
|
|
14943
14943
|
{
|
|
14944
|
-
"astId":
|
|
14944
|
+
"astId": 37649,
|
|
14945
14945
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14946
14946
|
"label": "bridge",
|
|
14947
14947
|
"offset": 0,
|
|
@@ -14949,7 +14949,7 @@
|
|
|
14949
14949
|
"type": "t_contract(Bridge)25705"
|
|
14950
14950
|
},
|
|
14951
14951
|
{
|
|
14952
|
-
"astId":
|
|
14952
|
+
"astId": 37654,
|
|
14953
14953
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14954
14954
|
"label": "isWalletMaintainer",
|
|
14955
14955
|
"offset": 0,
|
|
@@ -14957,7 +14957,7 @@
|
|
|
14957
14957
|
"type": "t_mapping(t_address,t_uint256)"
|
|
14958
14958
|
},
|
|
14959
14959
|
{
|
|
14960
|
-
"astId":
|
|
14960
|
+
"astId": 37658,
|
|
14961
14961
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14962
14962
|
"label": "walletMaintainers",
|
|
14963
14963
|
"offset": 0,
|
|
@@ -14965,7 +14965,7 @@
|
|
|
14965
14965
|
"type": "t_array(t_address)dyn_storage"
|
|
14966
14966
|
},
|
|
14967
14967
|
{
|
|
14968
|
-
"astId":
|
|
14968
|
+
"astId": 37663,
|
|
14969
14969
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14970
14970
|
"label": "isSpvMaintainer",
|
|
14971
14971
|
"offset": 0,
|
|
@@ -14973,7 +14973,7 @@
|
|
|
14973
14973
|
"type": "t_mapping(t_address,t_uint256)"
|
|
14974
14974
|
},
|
|
14975
14975
|
{
|
|
14976
|
-
"astId":
|
|
14976
|
+
"astId": 37667,
|
|
14977
14977
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14978
14978
|
"label": "spvMaintainers",
|
|
14979
14979
|
"offset": 0,
|
|
@@ -14981,7 +14981,7 @@
|
|
|
14981
14981
|
"type": "t_array(t_address)dyn_storage"
|
|
14982
14982
|
},
|
|
14983
14983
|
{
|
|
14984
|
-
"astId":
|
|
14984
|
+
"astId": 37670,
|
|
14985
14985
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14986
14986
|
"label": "submitDepositSweepProofGasOffset",
|
|
14987
14987
|
"offset": 0,
|
|
@@ -14989,7 +14989,7 @@
|
|
|
14989
14989
|
"type": "t_uint256"
|
|
14990
14990
|
},
|
|
14991
14991
|
{
|
|
14992
|
-
"astId":
|
|
14992
|
+
"astId": 37673,
|
|
14993
14993
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14994
14994
|
"label": "submitRedemptionProofGasOffset",
|
|
14995
14995
|
"offset": 0,
|
|
@@ -14997,7 +14997,7 @@
|
|
|
14997
14997
|
"type": "t_uint256"
|
|
14998
14998
|
},
|
|
14999
14999
|
{
|
|
15000
|
-
"astId":
|
|
15000
|
+
"astId": 37676,
|
|
15001
15001
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15002
15002
|
"label": "resetMovingFundsTimeoutGasOffset",
|
|
15003
15003
|
"offset": 0,
|
|
@@ -15005,7 +15005,7 @@
|
|
|
15005
15005
|
"type": "t_uint256"
|
|
15006
15006
|
},
|
|
15007
15007
|
{
|
|
15008
|
-
"astId":
|
|
15008
|
+
"astId": 37679,
|
|
15009
15009
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15010
15010
|
"label": "submitMovingFundsProofGasOffset",
|
|
15011
15011
|
"offset": 0,
|
|
@@ -15013,7 +15013,7 @@
|
|
|
15013
15013
|
"type": "t_uint256"
|
|
15014
15014
|
},
|
|
15015
15015
|
{
|
|
15016
|
-
"astId":
|
|
15016
|
+
"astId": 37682,
|
|
15017
15017
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15018
15018
|
"label": "notifyMovingFundsBelowDustGasOffset",
|
|
15019
15019
|
"offset": 0,
|
|
@@ -15021,7 +15021,7 @@
|
|
|
15021
15021
|
"type": "t_uint256"
|
|
15022
15022
|
},
|
|
15023
15023
|
{
|
|
15024
|
-
"astId":
|
|
15024
|
+
"astId": 37685,
|
|
15025
15025
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15026
15026
|
"label": "submitMovedFundsSweepProofGasOffset",
|
|
15027
15027
|
"offset": 0,
|
|
@@ -15029,7 +15029,7 @@
|
|
|
15029
15029
|
"type": "t_uint256"
|
|
15030
15030
|
},
|
|
15031
15031
|
{
|
|
15032
|
-
"astId":
|
|
15032
|
+
"astId": 37688,
|
|
15033
15033
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15034
15034
|
"label": "requestNewWalletGasOffset",
|
|
15035
15035
|
"offset": 0,
|
|
@@ -15037,7 +15037,7 @@
|
|
|
15037
15037
|
"type": "t_uint256"
|
|
15038
15038
|
},
|
|
15039
15039
|
{
|
|
15040
|
-
"astId":
|
|
15040
|
+
"astId": 37691,
|
|
15041
15041
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15042
15042
|
"label": "notifyWalletCloseableGasOffset",
|
|
15043
15043
|
"offset": 0,
|
|
@@ -15045,7 +15045,7 @@
|
|
|
15045
15045
|
"type": "t_uint256"
|
|
15046
15046
|
},
|
|
15047
15047
|
{
|
|
15048
|
-
"astId":
|
|
15048
|
+
"astId": 37694,
|
|
15049
15049
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15050
15050
|
"label": "notifyWalletClosingPeriodElapsedGasOffset",
|
|
15051
15051
|
"offset": 0,
|
|
@@ -15053,7 +15053,7 @@
|
|
|
15053
15053
|
"type": "t_uint256"
|
|
15054
15054
|
},
|
|
15055
15055
|
{
|
|
15056
|
-
"astId":
|
|
15056
|
+
"astId": 37697,
|
|
15057
15057
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15058
15058
|
"label": "defeatFraudChallengeGasOffset",
|
|
15059
15059
|
"offset": 0,
|
|
@@ -15061,7 +15061,7 @@
|
|
|
15061
15061
|
"type": "t_uint256"
|
|
15062
15062
|
},
|
|
15063
15063
|
{
|
|
15064
|
-
"astId":
|
|
15064
|
+
"astId": 37700,
|
|
15065
15065
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15066
15066
|
"label": "defeatFraudChallengeWithHeartbeatGasOffset",
|
|
15067
15067
|
"offset": 0,
|