You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arbitrum-docs/launch-orbit-chain/how-tos/set-up-aep-fee-router.mdx
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,3 +112,39 @@ cp .env.example .env
112
112
```shell
113
113
yarn dev
114
114
```
115
+
116
+
## Triggering movement of funds
117
+
118
+
Any `ChildToParentRouter` contract deployed by an Orbit chain must be periodically called to move funds.
119
+
The following commands should be set up to execute at the same interval as the router's minimum distribution interval (`minDistributionIntervalSeconds`).
120
+
121
+
The [router contracts repository](https://github.com/OffchainLabs/fund-distribution-contracts) contains scripts for calling the routers.
122
+
123
+
1. Periodically trigger withdrawals to the parent chain
124
+
125
+
::::info
126
+
127
+
If the `ChildToParentRouter` is routing its chain's native token, this step should be skipped.
0 commit comments