Skip to content

Commit

Permalink
Merge branch 'ckoopmann/optimistic-auction-rebalance-extension' of ht…
Browse files Browse the repository at this point in the history
…tps://github.com/IndexCoop/index-coop-smart-contracts into ckoopmann/optimistic-auction-rebalance-extension
  • Loading branch information
pblivin0x committed Jan 6, 2024
2 parents eca86cd + f1fcb69 commit 3261fab
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 3261fab

Please sign in to comment.