Skip to content

Commit 210c4ab

Browse files
authored
Merge pull request #2474 from OffchainLabs/gmehta2-patch-10
Update 02-set-up-aep-fee-router.mdx
2 parents cb1730b + c0ac00c commit 210c4ab

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/launch-arbitrum-chain/02-configure-your-chain/advanced-configurations/aep-fee-router/02-set-up-aep-fee-router.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ This includes:
5555

5656
In the event that a `ChildToParentRouter` does not connect to the address controlled by the Arbitrum Foundation on Ethereum, an Arbitrum chain must deploy successive `ChildToParentRouter` contracts until a connection to such address is established. Additional `ChildToParentRouter` contracts configured to route ETH have been deployed in certain networks and can be leveraged by chains created on top of these networks. You can [see which networks have a router deployed](#canonical-contracts).
5757

58-
<VanillaAdmonition type="note" title="Note about custom gas tokens">
59-
Layer-3 chains with custom gas tokens with L2-based token contracts cannot send their custom gas tokens to Ethereum. A future version of the AEP Fee Router may allow Arbitrum chains with L2-based tokens to distribute fees using the routing system.
60-
61-
In the absence of these, please send `ETH` through the AEP Fee Router to fulfill your AEP license obligations.
62-
63-
</VanillaAdmonition>
64-
6558
Here are a few flows to help visualize the deployment:
6659

6760
<ImageZoom src="/img/arb-chain-aep-scenario-1.svg" alt="AEP scenario 1" className="img-800px" />
@@ -80,7 +73,7 @@ The Arbitrum Chain SDK provides a [configurable script](https://github.com/Offch
8073

8174
<VanillaAdmonition type="info" title="Note for L3 chains with custom gas tokens">
8275
The standard script deploys and sets up the AEP fee router contracts to route funds to the parent chain.
83-
L2 chains are expected to route funds to the [multisig wallet owned by the Arbitrum Foundation](#canonical-contracts) living on Ethereum.
76+
L2 chains are expected to route funds to the [multisig wallet owned by the Arbitrum Foundation](#canonical-contracts) on Ethereum.
8477
L3 chains (or further layers) might need to specify a different target address on the parent chain depending on the gas token of the chain. If the chain uses `ETH` as the gas token, and a [ChildToParentRouter](#canonical-contracts) contract is deployed in the parent chain, they can route their funds to that contract. If the chain uses a different gas token, please contact the Arbitrum Foundation to confirm the target address to withdraw the AEP fees to.
8578

8679
</VanillaAdmonition>

0 commit comments

Comments
 (0)