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
/// @notice Checks if the Compact is deployed and if transient storage is available on the chain.
18
24
function checkTstoreAvailable() internalviewreturns (boolok) {
19
25
if (TSTORE_TEST_CONTRACT.code.length==0) {
@@ -33,21 +39,23 @@ library UtilityLib {
33
39
/// @notice Returns the users balance only if reentrancy protection is not active on the Compact. This eliminates in flight balances before the ERC6909 tokens were burned.
34
40
/// @dev The function favors chains supporting eip-1153 (transient storage)
35
41
function settledBalanceOf(addressowner, uint256id) internalviewreturns (uint256amount) {
0 commit comments