We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c0626 commit e280b8dCopy full SHA for e280b8d
arbitrum-docs/stylus/how-tos/caching-contracts.mdx
@@ -7,7 +7,7 @@ target_audience: 'Developers deploying smart contracts using Stylus.'
7
sidebar_position: 3
8
---
9
10
-import {VanillaAdmonition} from '@site/src/components/VanillaAdmonition/';
+import { VanillaAdmonition } from '@site/src/components/VanillaAdmonition/';
11
12
<a data-quicklook-from="stylus">Stylus</a> is designed for fast computation and efficiency. However,
13
the initialization process when entering a contract can be resource-intensive and time-consuming.
0 commit comments