Auto-generated documentation.
Watch for rollup events and display them on the fly.
polycli cdk rollup monitor [flags]This command will keep watching for rollup manager events from a specific rollup on chain and print them on the fly.
Below are some example of how to use it
polycli cdk rollup monitor
--rpc-url https://sepolia.drpc.org
--rollup-manager-address bali
--rollup-id 1
polycli cdk rollup monitor
--rpc-url https://sepolia.drpc.org
--rollup-manager-address bali
--rollup-chain-id 2440
polycli cdk rollup monitor
--rpc-url https://sepolia.drpc.org
--rollup-manager-address bali
--rollup-address 0x89ba0ed947a88fe43c22ae305c0713ec8a7eb361 -h, --help help for monitorThe command also inherits flags from parent commands.
--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-address string rollup address
--rollup-chain-id string rollup chain ID
--rollup-id string rollup ID
--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 rollup - Utilities for interacting with CDK rollup manager to get rollup specific information.