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 dump
The command also inherits flags from parent commands.
--bridge-address string The address of the bridge contract
--config string config file (default is $HOME/.polygon-cli.yaml)
--fork-id string The ForkID of the cdk networks (default "12")
--pretty-logs Should logs be in pretty format or JSON (default true)
--rollup-manager-address string The address of the rollup contract
--rpc-url string The RPC URL of the network containing the CDK contracts (default "http://localhost:8545")
-v, --verbosity int 0 - Silent
100 Panic
200 Fatal
300 Error
400 Warning
500 Info
600 Debug
700 Trace (default 500)
- polycli cdk bridge - Utilities for interacting with CDK bridge contract