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
public alreadyDrawn; // True if the address has already been drawn, false by default. To be added to the Round struct when fully redeploying rather than upgrading.
68
69
mapping(uint256 coreDisputeID =>bool) public coreDisputeIDToActive; // True if this dispute kit is active for this core dispute ID.
69
-
addresspublic wNative; // The address for WETH tranfers.
70
+
addresspublic wNative; // The wrapped native token for safeSend().
0 commit comments