You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Informer needs to be able to know the total amount locked and minted across L1 and L2. For the L1 case this is fine as it just queries the NativeBridge.sol Move amount within the contract. For the L2 however, we do not track the total that is minted and burned on native_bridge.move.
Requirements
Create a global variable to track this value and write sufficient test coverage to check whether the value is indeed correct.
The text was updated successfully, but these errors were encountered:
Summary
The Informer needs to be able to know the total amount locked and minted across L1 and L2. For the L1 case this is fine as it just queries the NativeBridge.sol Move amount within the contract. For the L2 however, we do not track the total that is minted and burned on
native_bridge.move
.Requirements
Create a global variable to track this value and write sufficient test coverage to check whether the value is indeed correct.
The text was updated successfully, but these errors were encountered: