peripheralist

Results 10 comments of peripheralist

keep in mind any project can upload a json file to IPFS to use as their project metadata, so i'm not sure we could store verification there. we'd need to...

It looks like the graph isn't indexed to chain head—can happen if our indexers get behind (though probably means a graph infra problem) Though leave this open since we should...

we'd prolly need a db for this. don't think we could use the IPFS cache pattern, since it isn't gonna be reliable with two different updates happening at the same...

hey @midnight-madman, this is still relevant and would be great to have! The AMM components for Pay can be found in `AMMPrices/index.tsx` Redeem modals are `RedeemModal.tsx` and `V2RedeemModal.tsx` Also be...

@aeolianeth @johnnyd-eth this kinda turned into an open ended riff lol. got any thoughts?

@jmilldotdev this would prolly be a better UX. though with the button to toggle the list in the navbar, it feels a little awkward to have to scroll up to...

no, that tool looks like it's for reading images _of text_ (like a picture of a page in a book). the images i shared need a custom algorithm to be...

hey @wraeth-eth referencing my feedback here: https://github.com/jbx-protocol/juice-interface/pull/1772#pullrequestreview-1081167558 i've been playing with implementing this and it does feel _clean_, but ends up further complicating our file structure. we already have event...

this would have been caused by the subgraph getting delayed in indexing, and us trying to get data for a block that hasn't been indexed yet. will leave this open...