alchemy
alchemy copied to clipboard
An app for collaborative networks (DAOs), based on the DAO stack.
@jellegerbrandy This one is for you. Regarding this code: https://github.com/daostack/alchemy/blob/ec54029652f944d15f94a44f170e3030bd4608ac/src/components/Scheme/ContributionRewardExtRewarders/Competition/Details.tsx#L440 You commented out the execution of the caching query, replacing it with a console.log statement, and never restored the query....
see https://github.com/daostack/subgraph/pull/584 to avoid : N/A issue
 it should be `read to unboost ...`
**Is your feature request related to a problem? Please describe.** Add test coverage. Try to combine test coverage from unit and integrational tests **Describe the solution you'd like** We can...
Currently we poll every 2000ms for account change in MetaMask. Instead, we can use a listener for account changes, like this: ``` window.ethereum.on("accountsChanged", (accounts: Array) => { //Handle the new...
The msg say that only some of the rewards can be redeemed but the proposal include some more rewards.  https://alchemy.daostack.io/dao/0x519b70055af55a007110b4ff99b0ea33071c720a/proposal/0xbc20712a2da2e0a59d9eb5d01f97dd1913730094275938eba8d5a07cca7aa7b1
1. if there is only one dao , there is no need for the selector 2. selector should be open in down direction and no up exceeding the browser boundaries...
We would like to embed a typeform URL (A questionnaire to help set up your DAO) in the DAOcreator. The design is for a side note which pops up once...