shazow / foundry.nix

Nix overlay for gakonst/foundry (including forge and cast)
https://github.com/foundry-rs/foundry
MIT License
55 stars 16 forks source link

Support for foundry-zksync #36

Open RaghavSood opened 1 day ago

RaghavSood commented 1 day ago

Many zksync chains require the use of a foundry fork that adds some zk specific functionality: https://github.com/matter-labs/foundry-zksync

It would be good to have these available in the flake. Perhaps under a *-zksync suffix?

Happy to take a stab at adding them if there is support.

shazow commented 16 hours ago

Sure, happy to include it as an option if you're willing to do the work to add it. :)

Feel free to do an in-progress PR too if you need help along the way.