Forked frontend is only displaying auction data for certain nouns #834
Replies: 3 comments 3 replies
-
I think there's a bug for past auctions with no bids. |
Beta Was this translation helpful? Give feedback.
-
thanks for the quick answer @davidbrai! any other ideas for what could be causing this? I can confirm that ATX Noun 6 and 4 do have bids and winners that aren't being displayed. Also just noticed something else that i have no doubt is related.. the frontend shows that ATX Noun 5, which in reality did not have any bids, was born on October 10, 2022, and the winner was 0xaD36c32F3c28A9214ADCf50A09998de1d3b0EE06. Sure enough, there is a transaction from October 10, 2022 with a different deployment of NounsAuctionHouseProxy (0xC143D0F48E0ba1e547Ff0fE489b4DC7A90063683). I'm seeing the same issue with ATX Nouns 3 and 4, which did have real bids, so don't think this issue is related to whether or not an auction has bids. It's strange, the current auction shows correct bid history, but there are two sets of issues I'm noticing with past auctions: ATX Noun 1, 2, and 6 - Frontend displays no sale price, bid history, or owner. Frontend does display b.orn on October 9th or 10th 2022. ATX Noun 1 didn't have any bids, but 2 and 6 do, and were all born in the past few days. ATX Noun 3, 4, and 5 - 3 and 4 have bids and winners, but 5 doesn't. For each of these, the frontend displays the bid history, owner, and sale price for the other deployment of NounsAuctionHouseProxy. Also, the artwork displayed for each of these ATXNouns is incorrect and from the instance of NounsToken deployed back in October 2022. My gut says that the next thing we need to do is look at the difference between current auction data and past auction data, and make sure we're looking at the right contracts and/or subgraph. Thanks for reading 🙏 will keep digging into this and would really appreciate any guidance. |
Beta Was this translation helpful? Give feedback.
-
I can see we still have this old instance of Nouns on Goerli in our config, which explains the above. Will update that with the correct goerli contracts and expect this will take care of it. Thanks again for the quick answer nonetheless @davidbrai! |
Beta Was this translation helpful? Give feedback.
-
Hey ya'll!
We've deployed a set of smart contracts to goerli and hooked them into the frontend.
Interestingly enough, when we are looking through all the auctions, only some of their auction data will load correctly, meanwhile others are stuck in a perpetual "loading" state.
Anyone have any clues or idea on why only some are loading correctly?
Sorry if information is sparse, I'm not quite sure what to share or what would be helpful.
Thank you!
Properly loaded
Improperly loaded
Current Auction
Beta Was this translation helpful? Give feedback.
All reactions