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:
Retrieves chain ID and network name.
Useful for verifying the network context.
Assists in ensuring correct network configuration.
Description:
The
cast chain
command is currently not supported infoundry-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 thefoundry-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:
-rpc-url
: Specify a custom RPC endpoint.Example Usage:
Display chain information:
Specify a custom RPC URL:
References: