Tom Quirk
Tom Quirk
## Summary ## Steps to reproduce 1. Go to https://juicebox.money/@mcsa 2. Click on **In Juicebox** on the volume chart 3. Observe. The In JUicebox number is inaccurate ## What is...
Prep work: - [ ] Update any cv checks to include v3 - [ ] Identify subgraph stuff to change - [x] https://github.com/jbx-protocol/juice-interface/issues/1961 - [ ] Have a way of...
## Proposal Create a `log` module. Requirements: - disabled by default in production - enabled by default in non-production - have a way of enabling it via localstorage (DEBUG_MODE=1 or...
## Description Juicebox projects are mostly managed by Safes. I want to put forward a case for a tighter integration with Safe. I think this makes sense for the following...
List all queued Safe transactions that interact with JB contracts. Read-only. Happening in: `tomquirk/safe-part-1` https://www.figma.com/file/wR20vqVRALvfHpLw4Tj7kO/Safe-design?node-id=0%3A1 Notes ``` const urlOfQueuedTxs = (safeAddress: string, currentNonce: number, limit: number = 10) => `https://safe-transaction.gnosis.io/api/v1/safes/${safeAddress}/multisig-transactions/?nonce__gte=${currentNonce}&trusted=true&limit=${limit}`...
## Description There's currently a UX gap in the Upcoming FC tab. We need to distinguish between Queued FC (the config that is dubbed to take affect next FC) and...
https://discord.com/channels/775859454780244028/1223526724353003530/1223526733131677696
The latest contract functionality allows us to edit the existing NFT directly, rather than overwriting the existing collection (upsert vs replace). We should use the latest functionality.
flow breaks on "payouts" screen https://discord.com/channels/775859454780244028/1216513999773106196