From 4918965b5aabccb2fa6039437f505c3df07ac5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Tue, 22 Oct 2024 11:14:48 -0700 Subject: [PATCH 1/4] fix: update arbitrum-sdk --- arbitrum-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitrum-sdk b/arbitrum-sdk index f5b3d04ba..91562af78 160000 --- a/arbitrum-sdk +++ b/arbitrum-sdk @@ -1 +1 @@ -Subproject commit f5b3d04baf62356032f5475057637d989da5b6c1 +Subproject commit 91562af787312bc27891ba6ec2545752b2ccdac1 From d92d1a6e25ba50a74499c59f64ac046181f9d78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Thu, 24 Oct 2024 09:47:53 -0700 Subject: [PATCH 2/4] fix: re-add fast-withdrawals and AEP to sidebar --- .../how-tos/fast-withdrawals.mdx | 2 +- website/sidebars.js | 32 +++++++++++++------ 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/arbitrum-docs/launch-orbit-chain/how-tos/fast-withdrawals.mdx b/arbitrum-docs/launch-orbit-chain/how-tos/fast-withdrawals.mdx index 39b721452..89e0d3547 100644 --- a/arbitrum-docs/launch-orbit-chain/how-tos/fast-withdrawals.mdx +++ b/arbitrum-docs/launch-orbit-chain/how-tos/fast-withdrawals.mdx @@ -1,6 +1,6 @@ --- title: 'Enable fast withdrawals on your Orbit chain' -sidebar_label: 'Enable fast withdrawals.' +sidebar_label: 'Enable fast withdrawals' description: 'Learn to deploy Fast Withdrawals' author: coopermidroni, tucksondev sme: tucksondev diff --git a/website/sidebars.js b/website/sidebars.js index eca7116c6..e8e838c91 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -314,18 +314,30 @@ const sidebars = { }, { type: 'doc', - id: 'launch-orbit-chain/aep-fee-router-introduction', - label: `AEP fee router overview`, + id: 'launch-orbit-chain/how-tos/fast-withdrawals', + label: `Enable fast withdrawals`, }, { - type: 'doc', - id: 'launch-orbit-chain/how-tos/set-up-aep-fee-router', - label: `Set up AEP fee router`, - }, - { - type: 'doc', - id: 'launch-orbit-chain/how-tos/calculate-aep-fees', - label: `Calculate AEP license fees`, + type: 'category', + label: 'AEP fee router', + collapsed: true, + items: [ + { + type: 'doc', + id: 'launch-orbit-chain/aep-fee-router-introduction', + label: `AEP fee router overview`, + }, + { + type: 'doc', + id: 'launch-orbit-chain/how-tos/set-up-aep-fee-router', + label: `Set up AEP fee router`, + }, + { + type: 'doc', + id: 'launch-orbit-chain/how-tos/calculate-aep-fees', + label: `Calculate AEP license fees`, + }, + ], }, ], }, From 7a3012eb8ccabfc8edbd0411c22658977cd7dc17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Thu, 24 Oct 2024 10:15:41 -0700 Subject: [PATCH 3/4] fix: add anchor link to canonical contracts section --- .../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 98f240aa7..cae4444d4 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 @@ -90,7 +90,7 @@ To configure the script, you need to specify the following [environment variable - `ORBIT_CHAIN_ID`: `chainId` of the Orbit chain - `ORBIT_CHAIN_RPC`: RPC of the Orbit chain - `PARENT_CHAIN_ID`: `chainId` of the parent chain, which can neither be an Arbitrum chain nor Ethereum. -- `PARENT_CHAIN_TARGET_ADDRESS`: address on the parent chain where 10% of the revenue will be sent to. You can find the potential target addresses in the [Canonical contracts](https://www.notion.so/AEP-Fee-Router-DOCS-4fe72e869dbf47338a1b2d0c084cdfbd?pvs=21) section of this document. If the parent chain your chain settles to is not on that list, contact the Arbitrum Foundation to obtain a specific target address for your chain. +- `PARENT_CHAIN_TARGET_ADDRESS`: address on the parent chain where 10% of the revenue will be sent to. You can find the potential target addresses in the [canonical contracts](#canonical-contracts) section of this document. If the parent chain your chain settles to is not on that list, contact the Arbitrum Foundation to obtain a specific target address for your chain. Finally, follow these steps to execute the script (from the `examples/setup-aep-fee-router` folder): From 01c134f77177100b522a38997853541b99dbb1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Thu, 24 Oct 2024 12:33:17 -0700 Subject: [PATCH 4/4] Revert "fix: update arbitrum-sdk" This reverts commit 4918965b5aabccb2fa6039437f505c3df07ac5d6. --- arbitrum-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitrum-sdk b/arbitrum-sdk index 91562af78..f5b3d04ba 160000 --- a/arbitrum-sdk +++ b/arbitrum-sdk @@ -1 +1 @@ -Subproject commit 91562af787312bc27891ba6ec2545752b2ccdac1 +Subproject commit f5b3d04baf62356032f5475057637d989da5b6c1