matter-labs / foundry-zksync

Fork of Foundry tailored for zkSync environment
Apache License 2.0
299 stars 130 forks source link

Support for `cast chain` Command #617

Open dutterbutter opened 3 weeks ago

dutterbutter commented 3 weeks ago

Description:

The cast chain command is currently not supported in foundry-zksync. This command displays information about the current chain, including its name and ID.

Feature Request:

Implement the cast chain command to enable retrieval of chain information within the foundry-zksync environment.


Detailed Information:

Purpose of cast chain:

The cast chain command fetches and displays details about the connected ZKsync stack network, such as the chain ID, network name, and any associated metadata.

Key Features:

Common Options:


Example Usage:


References: