Skip to content

Commit

Permalink
fix: convert files extensions md > mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Aug 2, 2024
1 parent 1b647e2 commit c628f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions arbitrum-docs/stylus/concepts/stylus-cache-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ the initialization process when entering a contract can be resource-intensive an

This initialization process, if repeated frequently, may lead to inefficiencies. To address this, we have implemented a caching strategy. By storing frequently accessed contracts in memory, we can avoid repeated initializations. This approach saves resources and time, significantly enhancing the speed and efficiency of contract execution.

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';
**Note that Stylus smart contracts will need to be re-activated once per year (365 days) or whenever a upgrade to Stylus (which will always involve an ArbOS upgrade), even if they are in the cache. This re-activation can be done using [`cargo-stylus`](https://github.com/OffchainLabs/cargo-stylus), a cargo subcommand for building, verifying, and deploying Arbitrum Stylus WASM contracts in Rust.**



import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/how-tos/debugging-stylus-tx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content_type: how-to
sidebar_position: 2
---

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down

0 comments on commit c628f4e

Please sign in to comment.