diff --git a/package.json b/package.json index baa25c0eb..65f1365ac 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/partytown": "^2.0.4", "@astrojs/prism": "^3.0.0", "@astrojs/tailwind": "^5.1.0", - "@nanostores/preact": "^0.3.1", + "@nanostores/preact": "0.3.1", "astro-auto-import": "^0.4.2", "astro-expressive-code": "^0.35.3", "astro-i18next": "^1.0.0-beta.21", @@ -39,7 +39,7 @@ "markmap-lib": "^0.15.4", "markmap-view": "^0.15.4", "nanostores": "^0.7.1", - "preact": "^10.11.3", + "preact": "10.11.3", "query-string": "^7.1.1", "react-instantsearch-hooks-web": "^6.38.1", "react-mailchimp-subscribe": "^2.1.3", @@ -56,7 +56,7 @@ }, "devDependencies": { "@astrojs/mdx": "^2.2.1", - "@astrojs/preact": "^3.1.1", + "@astrojs/preact": "3.1.1", "@astrojs/react": "^3.1.0", "@astrojs/sitemap": "^3.1.1", "@nomicfoundation/hardhat-toolbox": "^2.0.0", diff --git a/src/config/frontmatter.ts b/src/config/frontmatter.ts index bb88d13d0..ec71fd623 100644 --- a/src/config/frontmatter.ts +++ b/src/config/frontmatter.ts @@ -24,6 +24,7 @@ export type Frontmatter = { // whats next links at the end of the content whatsnext: Record + draft?: boolean metadata?: { title?: string description?: string diff --git a/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx b/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx index c082cbcd2..81a55f310 100644 --- a/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx +++ b/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx @@ -5,6 +5,7 @@ title: "Estimating Gas and Tx Fees" lang: "en" permalink: "developers/guides/estimating-gas-and-transaction-fees" excerpt: "Since Scroll is an L2 rollup, part of the transaction lifecycle is committing some data to L1 for security. To pay for this, all transaction incurs an additional fee called the L1 fee" +draft: true --- import Aside from "../../../../../components/Aside.astro" diff --git a/src/content/docs/es/developers/guides/estimating-gas-and-tx-fees.mdx b/src/content/docs/es/developers/guides/estimating-gas-and-tx-fees.mdx index 68629e130..044380533 100644 --- a/src/content/docs/es/developers/guides/estimating-gas-and-tx-fees.mdx +++ b/src/content/docs/es/developers/guides/estimating-gas-and-tx-fees.mdx @@ -5,6 +5,7 @@ title: "Estimating Gas and Tx Fees" lang: "en" permalink: "developers/guides/estimating-gas-and-transaction-fees" excerpt: "Since Scroll is an L2 rollup, part of the transaction lifecycle is committing some data to L1 for security. To pay for this, all transaction incurs an additional fee called the L1 fee" +draft: true --- import Aside from "../../../../../components/Aside.astro" diff --git a/src/content/docs/tr/developers/guides/estimating-gas-and-tx-fees.mdx b/src/content/docs/tr/developers/guides/estimating-gas-and-tx-fees.mdx index 53d89b255..a88101119 100644 --- a/src/content/docs/tr/developers/guides/estimating-gas-and-tx-fees.mdx +++ b/src/content/docs/tr/developers/guides/estimating-gas-and-tx-fees.mdx @@ -5,6 +5,7 @@ title: "Gas ve İşlem Ücretlerinin Tahmin Edilmesi" lang: "tr" permalink: "developers/guides/estimating-gas-and-transaction-fees" excerpt: "Scroll bir L2 rollup olduğundan, işlem yaşam döngüsünün bir kısmı güvenlik için bazı verileri L1'e iletir. Bunun bedelini ödemek için tüm işlemlere L1 ücreti adı verilen ek bir ücret uygulanır." +draft: true --- diff --git a/src/content/docs/zh/developers/guides/estimating-gas-and-tx-fees.mdx b/src/content/docs/zh/developers/guides/estimating-gas-and-tx-fees.mdx index 68629e130..044380533 100644 --- a/src/content/docs/zh/developers/guides/estimating-gas-and-tx-fees.mdx +++ b/src/content/docs/zh/developers/guides/estimating-gas-and-tx-fees.mdx @@ -5,6 +5,7 @@ title: "Estimating Gas and Tx Fees" lang: "en" permalink: "developers/guides/estimating-gas-and-transaction-fees" excerpt: "Since Scroll is an L2 rollup, part of the transaction lifecycle is committing some data to L1 for security. To pay for this, all transaction incurs an additional fee called the L1 fee" +draft: true --- import Aside from "../../../../../components/Aside.astro"