From fb70cab6d4d131ae9a1f2abcb36343111e3d6a4f Mon Sep 17 00:00:00 2001 From: saminacodes Date: Mon, 31 Mar 2025 14:53:39 +0000 Subject: [PATCH] [portal] added module warning (#6590) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CORE-0000 --- ## PR-Codex overview This PR adds a warning callout to the `page.mdx` file in the `cross-chain/agglayer` directory, informing users that the Agglayer module is in beta and has deployment limitations. ### Detailed summary - Added a warning callout indicating that the Agglayer module is in beta. - Specified that deployments are limited to `Sepolia` and `Cardona` due to requirements for Ethereum as L1 and zkEVM as L2. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .../module-contracts/cross-chain/agglayer/page.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/portal/src/app/contracts/modular-contracts/module-contracts/cross-chain/agglayer/page.mdx b/apps/portal/src/app/contracts/modular-contracts/module-contracts/cross-chain/agglayer/page.mdx index 49fe427e08b..62798364146 100644 --- a/apps/portal/src/app/contracts/modular-contracts/module-contracts/cross-chain/agglayer/page.mdx +++ b/apps/portal/src/app/contracts/modular-contracts/module-contracts/cross-chain/agglayer/page.mdx @@ -16,6 +16,10 @@ interoperable smart contract for trustless and secure transfers across any chain Learn how to add the Agglayer module to your modular contract and enable cross-chain transfers. + +This module is currently in beta while the Agglayer bridge is not live in implementation. This means deployments are limited to Sepolia and Cardona as it requires Ethereum as an L1 and zkEVM as L2. + + ### Prerequisites - [Deployed ERC-20 Base Contract](/contracts/modular-contracts/tutorials/deploy-erc20-core)