Skip to content

Commit

Permalink
min interval
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba committed Jan 9, 2025
1 parent 6fff68c commit 188fc13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ yarn dev
## Triggering Movement of Funds

Any `ChildToParentRouter` contracts deployed by an Orbit chain must be periodically called to move funds.
The following commands shouldn't be executed more frequently than the router's `minDistributionIntervalSeconds`.
The following commands should be set up to execute at the same interval as the router's minimum distribution interval (`minDistributionIntervalSeconds`).

The [router contracts repository](https://github.com/OffchainLabs/fund-distribution-contracts) contains scripts for calling the routers.

Expand Down

0 comments on commit 188fc13

Please sign in to comment.