Auto-generated documentation.
List detailed information about the bridge.
polycli cdk bridge dump [flags]This command will reach the bridge contract and retrieve detailed information.
Below is an example of how to use it
polycli cdk bridge dump
--rpc-url https://sepolia.drpc.org
--rollup-manager-address bali -h, --help help for dumpThe command also inherits flags from parent commands.
--bridge-address string address of bridge contract
--config string config file (default is $HOME/.polygon-cli.yaml)
--fork-id string fork ID of CDK networks (default "12")
--pretty-logs output logs in pretty format instead of JSON (default true)
--rollup-manager-address string address of rollup contract
--rpc-url string RPC URL of network containing CDK contracts (default "http://localhost:8545")
-v, --verbosity string log level (string or int):
0 - silent
100 - panic
200 - fatal
300 - error
400 - warn
500 - info (default)
600 - debug
700 - trace (default "info")- polycli cdk bridge - Utilities for interacting with CDK bridge contract.