🌟 Feature Request
📝 Description
Currently, there are only 3 choices for network ("zksync-sepolia", "zksync-mainnet", "dockerized-node") in bridge deposit function. It would be nice to be able to use bridge function for all networks. It would be best if the list was not limited, but you could provide all the required parameters through the command line.
With additional zkChain coming, it would be great to add them already support to them, e.g. in the hardhat.config.ts.
🤔 Rationale
There are many more networks than era already. It would be useful to be able to use the tool for all of them and any devnet.
🖼️ Mockups/Examples
This could be done similarly to viem: https://github.com/wevm/viem/blob/main/src/chains/index.ts.
🌟 Feature Request
📝 Description
Currently, there are only 3 choices for network ("zksync-sepolia", "zksync-mainnet", "dockerized-node") in
bridge depositfunction. It would be nice to be able to use bridge function for all networks. It would be best if the list was not limited, but you could provide all the required parameters through the command line.With additional zkChain coming, it would be great to add them already support to them, e.g. in the
hardhat.config.ts.🤔 Rationale
There are many more networks than era already. It would be useful to be able to use the tool for all of them and any devnet.
🖼️ Mockups/Examples
This could be done similarly to viem: https://github.com/wevm/viem/blob/main/src/chains/index.ts.