Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Prep for NFL playoff 2023 edition #24

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Conversation

mejango
Copy link
Contributor

@mejango mejango commented Dec 29, 2022

removed trade deadline. added refund period. mint starts Jan 8 12am EST. 1 day refund period. game starts Jan 14 12am EST. voting starts the day of the superbowl, scorecards dont have a voting duration. mints are 0.1 ETH.

…am EST. 1 day redemption period. game starts Jan 14 12am EST. voting starts the day of the superbowl, scorecards dont have a voting duration. mints are 0.1 ETH.
@mejango mejango changed the title removed trade deadline. added redemption period. mint starts Jan 8 12… Prep for NFL playoff 2023 edition Dec 29, 2022
*/
function attestToScorecard(uint256 _scorecardId) external override {
// Vote.
super._castVote(_scorecardId, msg.sender, 1, '');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Having the UI call castVoteWithReasonAndParams (with the ordered tier ids of the user) is cheaper than calling castVote, could be a nice gas savings.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we have a 2nd option as attestToScorecardWithSig ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants