[Source Code Develop] How to add custom L2 transactions in the source code #94
-
Issue DescriptionHere, I want to add some L2 transactions in the source code. However as we know in sequencer.go, it will read transactions from L1 and then check block hash and transactions count. Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hey @jiaohu, sorry for the delayed response. Can you provide more detail on what you're trying to accomplish? Are you trying to add a custom transaction type or something else? |
Beta Was this translation helpful? Give feedback.
-
Hey @jiaohu, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
Okay so what you're looking for is the deposit code. You're essentially creating a new deposit transaction. Here's our current deposit specs for reference.