Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 2.84 KB

File metadata and controls

62 lines (49 loc) · 2.84 KB

polycli ulxly claim

Auto-generated documentation.

Table of Contents

Description

Commands for claiming deposits on a particular chain.

Flags

      --bridge-address string              address of the lxly bridge
      --bridge-service-url string          URL of the bridge service
      --chain-id string                    chain ID to use in the transaction
      --deposit-count uint32               deposit count of the bridge transaction
      --deposit-network uint32             rollup ID of the network where the deposit was made
      --destination-address string         destination address for the bridge
      --dry-run                            do all of the transaction steps but do not send the transaction
      --gas-limit uint                     force specific gas limit for transaction
      --gas-price string                   gas price to use
      --global-index string                an override of the global index value
  -h, --help                               help for claim
      --insecure                           skip TLS certificate verification
      --legacy                             force usage of legacy bridge service (default true)
      --private-key string                 hex encoded private key for sending transaction
      --proof-ger string                   if specified and using legacy mode, the proof will be generated against this GER
      --proof-l1-info-tree-index uint32    if specified and using aggkit mode, the proof will be generated against this L1 Info Tree Index
      --rpc-url string                     RPC URL to send the transaction
      --transaction-receipt-timeout uint   timeout in seconds to wait for transaction receipt confirmation (default 60)
      --wait duration                      retry claiming until deposit is ready, up to specified duration (available for claim asset and claim message)

The command also inherits flags from parent commands.

      --config string      config file (default is $HOME/.polygon-cli.yaml)
      --pretty-logs        output logs in pretty format instead of JSON (default true)
  -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")

See also