zksync-withdrawal-finalizer icon indicating copy to clipboard operation
zksync-withdrawal-finalizer copied to clipboard

Current status of the project (April 2024)

Open therealdannzor opened this issue 10 months ago • 1 comments

Hello, first of all thanks for all the open-source work concerning the zk stack. Very useful and well documented.

To my question: is this project still working as expected after the Discord announcement on March 27? It would be super useful to have that confirmed as we're attempting to get automatic finalization of withdrawals on a pre-eip-4844 hyperchain.

cc @montekki, https://github.com/zkSync-Community-Hub/zksync-developers/discussions/457

Screenshot 2024-04-15 at 09 01 19

therealdannzor avatar Apr 15 '24 08:04 therealdannzor

Hi @therealdannzor , yes the project should still be functional for the general use-case, if it is not this is not expected and is a bug. What the above announcement actually means withing our setup, is that we are running the same existing code with the following option:

ONLY_L1_RECIPIENTS: "[\"0xA9232040BF0E0aEA2578a5B2243F2916DBfc0A69\"]"

Which basically means that within our own setup we only want to be finalising withdrawals that happen to our own fees address. However without such a whitelist things should work as before. LMK if this helps

montekki avatar Apr 24 '24 08:04 montekki