gnosisguild / wand-nft

wand-nft.vercel.app
8 stars 6 forks source link

NFT handle should switch depending on the time of day #43

Closed samepant closed 2 years ago

samepant commented 2 years ago

Right now the handle is static, we have 4 different options, we should use all of them. Based on the convo in the discord, we should move forward with a simple, front end based, implementation. Meaning the minting interface will choose the wand based on time, and communicate which wand to the contract.

This is a trade-off in that we are offloading the decision making to the front end instead of the contract, but this seems reasonable considering the rest of the minting inputs are complex and decided by the front end.

Proposed handle time-boxes: Screen Shot 2022-07-20 at 5 35 04 PM

samepant commented 2 years ago

added in #85