@hone1er
Working on a tool to help L1 smart contract wallets (multi-sigs) claim their $ZK tokens
The problem? To make a claim you have to clone a GitHub repo and run a script. Then you take that info and send the transaction on etherscan
But if you don’t change the recipient, the address on ZKsync won’t belong to the multi-sig account unless a contract was previously deployed with the same address as the L1 contract. They don’t work like regular EOAs
So I put together this UI to make it easy. Just enter the eligible address, the recipient and the current L1 gas cost and the rest is a couple of button clicks
Still need to do some testing but it should be about ready to go
Shoutout @alec.eth for finding the problem and gathering minds when questions needed to be answered