diff --git a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx index 338142f29..2f37c14d6 100644 --- a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx +++ b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx @@ -70,7 +70,7 @@ For Canvas and badge questions, please join the [Scroll dev support channel](htt | --- | --- | | Name | Name your badge to be *descriptive and creative* | | Description | Brief description of the *purpose* of this badge and *who is eligible* | -| Structure | *One single attribute*
*Multiple Badges with levels* trigged by different actions and traits | +| Structure | *One single attribute*
*Multiple Badges with levels* triggered by different actions and traits | | Category | *Achievement*: tasks you have done. e.g. Scroll Origin NFTs, tasks completion badge
*Identities*: who you are. e.g. Ethereum year, Gitcoin passport, NFT community badge | | Issuance method | *Fully permissionless*: meaning your badge can be automatically issued by checking smart contract conditions
*Gifted*: Badges can also be issues with no user interaction, requires APIs
*Backend-authorized*: requires APIs to enable eligibility criteria | | Support link | *Support channel link* to your Discord/Telegram group | diff --git a/src/content/docs/en/sdk/guides/devnet-deployment.mdx b/src/content/docs/en/sdk/guides/devnet-deployment.mdx index 8e5e7371d..f3a27e4f6 100644 --- a/src/content/docs/en/sdk/guides/devnet-deployment.mdx +++ b/src/content/docs/en/sdk/guides/devnet-deployment.mdx @@ -3,7 +3,7 @@ section: sdk date: Last Modified title: "Running Scroll SDK Devnet" lang: "en" -permalink: "sdk/guides/devnet-deploymnet" +permalink: "sdk/guides/devnet-deployment" excerpt: "Run the Scroll SDK devnet locally to get started." --- @@ -454,7 +454,7 @@ You should now be able to explore the stack on your local machine and using your - Until some activity on the network has started, gas errors may occur. - [Rollup Explorer](http://frontends.scrollsdk/rollupscan?page=1&per_page=10) - Shows committed batches and finalized batches -- [Granfana Dashboards](http://grafana.scrollsdk/) +- [Grafana Dashboards](http://grafana.scrollsdk/) - Login - User: `admin` - Pass: `scroll-sdk` diff --git a/src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx b/src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx index ad9632bd3..12bffeac0 100644 --- a/src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx +++ b/src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx @@ -455,7 +455,7 @@ Go visit the frontends, connect your wallet and try to bridge some funds! ## Next Steps ### Disable L1 Data Fee -On Scroll, transactions on L2 have two components -- the gas costs for execution and an L1 data fee. When gas on your network is paid in a token that has no standard relationship to the currency being used to pay for data fees on the L1, you will need to introduce tooling that can set the gas caluclation "scalar" values. +On Scroll, transactions on L2 have two components -- the gas costs for execution and an L1 data fee. When gas on your network is paid in a token that has no standard relationship to the currency being used to pay for data fees on the L1, you will need to introduce tooling that can set the gas calculation "scalar" values. At the moment, we have not built any automated tooling for this, and instead of viewing the ERC20 value as 1:1 with Sepolia Ether, we suggest setting the scalars to 0 to eliminate these overheads. @@ -718,7 +718,7 @@ You can modify the `config.toml` values of `TEST_ENV_MOCK_FINALIZE_ENABLED` and {/* TODO: Update to point at actual charts once available. */} -{/* ### TODO: Add Graphana charts for Monitoring +{/* ### TODO: Add Grafana charts for Monitoring To quickly get started with Grafana, run the following command: diff --git a/src/content/docs/en/sdk/guides/production-deployment.mdx b/src/content/docs/en/sdk/guides/production-deployment.mdx index ac74562e5..dbbcbeb67 100644 --- a/src/content/docs/en/sdk/guides/production-deployment.mdx +++ b/src/content/docs/en/sdk/guides/production-deployment.mdx @@ -3,7 +3,7 @@ section: sdk date: Last Modified title: "Running Scroll SDK in Production" lang: "en" -permalink: "sdk/guides/production-deploymnet" +permalink: "sdk/guides/production-deployment" excerpt: "Run the Scroll SDK in production." --- diff --git a/src/content/docs/en/sdk/index.mdx b/src/content/docs/en/sdk/index.mdx index fabebca45..69a2ef757 100644 --- a/src/content/docs/en/sdk/index.mdx +++ b/src/content/docs/en/sdk/index.mdx @@ -3,7 +3,7 @@ section: sdk title: "Scroll SDK" lang: "en" permalink: "sdk/" -excerpt: "Learn more about how to depoly your own rollup using Scroll's zkEVM" +excerpt: "Learn more about how to deploy your own rollup using Scroll's zkEVM" --- import NavCard from "../../../../components/NavCard.astro" @@ -19,7 +19,7 @@ Scroll SDK allows anyone to quickly deploy an instance of the Scroll zkEVM and i For an introduction on why, and how it fits into our broader multichain vision, read [Scroll SDK & Gadgets: Building the Foundation for Ethereum's Multichain Future](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future). -We're working with a number of clients, technology parters, and service providers to build the most robust ZK stack for Ethereum. +We're working with a number of clients, technology partners, and service providers to build the most robust ZK stack for Ethereum. If you want to dive deeper and try launching your own L2, keep reading and check out the additional resources. diff --git a/src/content/docs/en/sdk/operation/contracts-verification.mdx b/src/content/docs/en/sdk/operation/contracts-verification.mdx index cc83dd420..6fed3cd82 100644 --- a/src/content/docs/en/sdk/operation/contracts-verification.mdx +++ b/src/content/docs/en/sdk/operation/contracts-verification.mdx @@ -3,7 +3,7 @@ section: sdk title: "Upgrading Scroll SDK" lang: "en" permalink: "sdk/operation/contracts-verification" -excerpt: "Learn more about verify smart contract scource code on blockchain explorer" +excerpt: "Learn more about verify smart contract source code on blockchain explorer" --- import Steps from '../../../../../components/Steps/Steps.astro'; diff --git a/src/content/docs/en/sdk/operation/gas-and-fees.mdx b/src/content/docs/en/sdk/operation/gas-and-fees.mdx index ad8eb2eea..bbb23a425 100644 --- a/src/content/docs/en/sdk/operation/gas-and-fees.mdx +++ b/src/content/docs/en/sdk/operation/gas-and-fees.mdx @@ -22,7 +22,7 @@ L2 transaction fees are set as a minimum "floor" for the execution component of This is set with `--miner.gasprice` on the sequencer. You can modify this value and `--gpo.ignoreprice` in the chart by overriding the `L2GETH_MIN_GAS_PRICE` environment variable [here](https://github.com/scroll-tech/scroll-sdk/blob/main/charts/l2-sequencer/values.yaml#L106). -Additionally, you could modify the `--gpo.percentile` and `--gpo.blocks` arguements, but will need to manually modify the `l2-sequencer` chart. +Additionally, you could modify the `--gpo.percentile` and `--gpo.blocks` arguments, but will need to manually modify the `l2-sequencer` chart. Lastly, RPC nodes (or any node that accepts transactions) should set `--gpo.congestionthreshold`, which we default to 500. This configuration allows nodes to provide more accurate fee estimate. The value is the number of pending transactions to consider the network congested and suggest a minimum tip cap if there are fewer pending transactions in the txpool.[^congestion-threshold] @@ -64,7 +64,7 @@ blob_util_ratio = 87.1% // formula to calculate scalars // tx_per_block: average transaction number per L2 block // tx_per_batch: average transaction number per batch -// fluctuation_multiplier: multiplier used to pervent loss from transaction number and L1 gas price fluctuation +// fluctuation_multiplier: multiplier used to prevent loss from transaction number and L1 gas price fluctuation commitScalar = (1382.58 / tx_per_block + 71621.32 / tx_per_batch) * fluctuation_multiplier * 1e9 blobScalar = fluctuation_multiplier / compression_ratio / blob_util_ratio * 1e9 ``` @@ -82,7 +82,7 @@ We're currently working on tooling to help operators calculate and automate upda ### Claiming Fees from the Vault -As L2 Fees accumulate in the L2FeeVault, any user can call the `withdrawl` method to "claim" these fees. This will bridge the funds to the `L1_FEE_VAULT_ADDR` address (configured in `config.toml`) on the L1 chain. +As L2 Fees accumulate in the L2FeeVault, any user can call the `withdrawal` method to "claim" these fees. This will bridge the funds to the `L1_FEE_VAULT_ADDR` address (configured in `config.toml`) on the L1 chain. After the funds are bridged, the bridged funds will still need to be claimed on L1 with a proof that can be easily obtained using the `bridge-history-api`. To see this process on Scroll, see [Finalizing Transactions on L1](/en/developers/l1-and-l2-bridging/the-scroll-messenger/#finalizing-transactions-on-l1) @@ -108,7 +108,7 @@ Basic configuration for the Gas Oracle can be made in the `config.toml` file bef #### config.toml [gas-token] values -- `GAS_ORACLE_INCORPORATE_TOKEN_EXCHANGE_RATE_ENANBLED` +- `GAS_ORACLE_INCORPORATE_TOKEN_EXCHANGE_RATE_ENABLED` - if `true`, includes the L2/L1 exchange rate into gas price. *Should only set to true when alternative gas token enabled.* - Default: `false` - `EXCHANGE_RATE_UPDATE_MODE` diff --git a/src/content/docs/en/sdk/operation/security-and-recovery.mdx b/src/content/docs/en/sdk/operation/security-and-recovery.mdx index 54ebac622..9e674c367 100644 --- a/src/content/docs/en/sdk/operation/security-and-recovery.mdx +++ b/src/content/docs/en/sdk/operation/security-and-recovery.mdx @@ -18,7 +18,7 @@ The well-being of your users is your responsibility, and we urge you to consider ## Protocol Security & Risks -For a comprehensive overview of the security of the protocol, L2Beat's [overview of Scroll](https://l2beat.com/scaling/projects/scroll#risk-summary) is a great place to understand the risks, centalization points and permissioned operators on Scroll chain. Because Scroll is a single entity (who also built the tech), the risk factors may increase as you coordinate with external parties (ie RaaS providers). +For a comprehensive overview of the security of the protocol, L2Beat's [overview of Scroll](https://l2beat.com/scaling/projects/scroll#risk-summary) is a great place to understand the risks, centralization points and permissioned operators on Scroll chain. Because Scroll is a single entity (who also built the tech), the risk factors may increase as you coordinate with external parties (ie RaaS providers).