Skip to content

Commit

Permalink
Update contracts/adapters/OptimisticAuctionRebalanceExtensionV1.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
pblivin0x authored Jan 4, 2024
1 parent 3b481b9 commit f1fcb69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ contract OptimisticAuctionRebalanceExtensionV1 is AuctionRebalanceExtension, As

/* ============ State Variables ============ */

ProductSettings public productSettings; // Mapping of set token to ProductSettings
ProductSettings public productSettings;
mapping(bytes32 => bytes32) public assertionIds; // Maps proposal hashes to assertionIds.
mapping(bytes32 => bytes32) public assertionIdToProposalHash; // Maps assertionIds to a proposal hash.
bool public isOpen; // Bool indicating whether the extension is open for proposing rebalances.
Expand Down

0 comments on commit f1fcb69

Please sign in to comment.