From 188fc13e3204423ba1f13f4f1554e4ee49dfb0d8 Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:35:22 -0500 Subject: [PATCH] min interval --- .../launch-orbit-chain/how-tos/set-up-aep-fee-router.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitrum-docs/launch-orbit-chain/how-tos/set-up-aep-fee-router.mdx b/arbitrum-docs/launch-orbit-chain/how-tos/set-up-aep-fee-router.mdx index c0347abc0..33a14e085 100644 --- a/arbitrum-docs/launch-orbit-chain/how-tos/set-up-aep-fee-router.mdx +++ b/arbitrum-docs/launch-orbit-chain/how-tos/set-up-aep-fee-router.mdx @@ -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.