[ZK Stack] - Displaying deposit history with thirdweb accounts #817
-
Team or ProjectTreasure Module Affected
Rust Version1.75.0 Operating System
Issue DescriptionHey folks -- I'm running into issues trying to display deposit/withdrawal history for a given address. I am seeing the Expected BehaviorI would ideally like the block explorer API to categorize this as a deposit transaction for the recipient (or sender). Current BehaviorWhat i'm seeing is that the Scenario: deposit magic for address
Questions:
Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Thank you for detailing the issue you're encountering with displaying deposit and withdrawal history in the Block Explorer when using Thirdweb. Regarding your questions:
For a more tailored solution, you might consider reaching out to Thirdweb to understand if there's a way they can modify the transaction flow or provide additional APIs that could help in correctly attributing transactions to the intended addresses directly in your Block Explorer setup. For further discussions and support, you can also visit the ZKsync developers discussions on Github. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Alright I believe this is either due to |
Beta Was this translation helpful? Give feedback.
-
Hello @franjohn21 👋 Following up here, can you provide clarity what the current issue / feature request is? I see you've discovered |
Beta Was this translation helpful? Give feedback.
-
Closing due to staleness, feel free to re-open if needed! |
Beta Was this translation helpful? Give feedback.
Alright I believe this is either due to
refundRecipient
or something else but I've figured out the address can be determined by theapplyL1ToL2Alias
function