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

Prep for NFL playoff 2023 edition#24

Open
mejango wants to merge 23 commits into
mainfrom
game/NFL-playoffs-2023
Open

Prep for NFL playoff 2023 edition#24
mejango wants to merge 23 commits into
mainfrom
game/NFL-playoffs-2023

Conversation

@mejango

@mejango mejango commented Dec 29, 2022

Copy link
Copy Markdown
Contributor

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
Comment thread contracts/DefifaGovernor.sol
Comment thread contracts/DefifaGovernor.sol Outdated
*/
function attestToScorecard(uint256 _scorecardId) external override {
// Vote.
super._castVote(_scorecardId, msg.sender, 1, '');

Copy link
Copy Markdown
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
Copy Markdown
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