Skip to content

Commit fb70cab

Browse files
committed
[portal] added module warning (#6590)
CORE-0000 <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex -->
1 parent cd9ea69 commit fb70cab

File tree

1 file changed

+4
-0
lines changed
  • apps/portal/src/app/contracts/modular-contracts/module-contracts/cross-chain/agglayer

1 file changed

+4
-0
lines changed

apps/portal/src/app/contracts/modular-contracts/module-contracts/cross-chain/agglayer/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ interoperable smart contract for trustless and secure transfers across any chain
1616

1717
Learn how to add the Agglayer module to your modular contract and enable cross-chain transfers.
1818

19+
<Callout variant="warning" title="Beta Module">
20+
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.
21+
</Callout>
22+
1923
### Prerequisites
2024

2125
- [Deployed ERC-20 Base Contract](/contracts/modular-contracts/tutorials/deploy-erc20-core)

0 commit comments

Comments
 (0)