Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 634 Bytes

File metadata and controls

27 lines (18 loc) · 634 Bytes

cartesi-rollups-cli increase-time

Increases evm time of the current machine

cartesi-rollups-cli increase-time [flags]

Examples

# Increases evm time by one day (86400 seconds):
cartesi-rollups-cli increase-time

Options

      --anvil-endpoint string   anvil address used to send to the request (default "http://localhost:8545")
  -h, --help                    help for increase-time
      --time int                The amount of time to increase in the evm, in seconds (default 86400)

SEE ALSO