Skip to content

Commit 6ec5bd6

Browse files
committed
fix: typos
1 parent 606df5a commit 6ec5bd6

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

src/content/docs/en/developers/guides/canvas-badge-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For Canvas and badge questions, please join the [Scroll dev support channel](htt
7070
| --- | --- |
7171
| Name | Name your badge to be *descriptive and creative* |
7272
| Description | Brief description of the *purpose* of this badge and *who is eligible* |
73-
| Structure | *One single attribute*<br/> *Multiple Badges with levels* trigged by different actions and traits |
73+
| Structure | *One single attribute*<br/> *Multiple Badges with levels* triggered by different actions and traits |
7474
| Category | *Achievement*: tasks you have done. e.g. Scroll Origin NFTs, tasks completion badge <br/> *Identities*: who you are. e.g. Ethereum year, Gitcoin passport, NFT community badge |
7575
| Issuance method | *Fully permissionless*: meaning your badge can be automatically issued by checking smart contract conditions <br/> *Gifted*: Badges can also be issues with no user interaction, requires APIs <br/> *Backend-authorized*: requires APIs to enable eligibility criteria |
7676
| Support link | *Support channel link* to your Discord/Telegram group |

src/content/docs/en/sdk/guides/devnet-deployment.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ section: sdk
33
date: Last Modified
44
title: "Running Scroll SDK Devnet"
55
lang: "en"
6-
permalink: "sdk/guides/devnet-deploymnet"
6+
permalink: "sdk/guides/devnet-deployment"
77
excerpt: "Run the Scroll SDK devnet locally to get started."
88
---
99

@@ -454,7 +454,7 @@ You should now be able to explore the stack on your local machine and using your
454454
- Until some activity on the network has started, gas errors may occur.
455455
- [Rollup Explorer](http://frontends.scrollsdk/rollupscan?page=1&per_page=10)
456456
- Shows committed batches and finalized batches
457-
- [Granfana Dashboards](http://grafana.scrollsdk/)
457+
- [Grafana Dashboards](http://grafana.scrollsdk/)
458458
- Login
459459
- User: `admin`
460460
- Pass: `scroll-sdk`

src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Go visit the frontends, connect your wallet and try to bridge some funds!
455455
## Next Steps
456456

457457
### Disable L1 Data Fee
458-
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.
458+
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.
459459

460460
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.
461461

@@ -718,7 +718,7 @@ You can modify the `config.toml` values of `TEST_ENV_MOCK_FINALIZE_ENABLED` and
718718
{/* TODO: Update to point at actual charts once available. */}
719719
720720
721-
{/* ### TODO: Add Graphana charts for Monitoring
721+
{/* ### TODO: Add Grafana charts for Monitoring
722722
723723
To quickly get started with Grafana, run the following command:
724724

src/content/docs/en/sdk/guides/production-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ section: sdk
33
date: Last Modified
44
title: "Running Scroll SDK in Production"
55
lang: "en"
6-
permalink: "sdk/guides/production-deploymnet"
6+
permalink: "sdk/guides/production-deployment"
77
excerpt: "Run the Scroll SDK in production."
88
---
99

src/content/docs/en/sdk/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ section: sdk
33
title: "Scroll SDK"
44
lang: "en"
55
permalink: "sdk/"
6-
excerpt: "Learn more about how to depoly your own rollup using Scroll's zkEVM"
6+
excerpt: "Learn more about how to deploy your own rollup using Scroll's zkEVM"
77
---
88

99
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
1919

2020
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).
2121

22-
We're working with a number of clients, technology parters, and service providers to build the most robust ZK stack for Ethereum.
22+
We're working with a number of clients, technology partners, and service providers to build the most robust ZK stack for Ethereum.
2323

2424
If you want to dive deeper and try launching your own L2, keep reading and check out the additional resources.
2525

src/content/docs/en/sdk/operation/contracts-verification.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ section: sdk
33
title: "Upgrading Scroll SDK"
44
lang: "en"
55
permalink: "sdk/operation/contracts-verification"
6-
excerpt: "Learn more about verify smart contract scource code on blockchain explorer"
6+
excerpt: "Learn more about verify smart contract source code on blockchain explorer"
77
---
88

99
import Steps from '../../../../../components/Steps/Steps.astro';

src/content/docs/en/sdk/operation/gas-and-fees.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ L2 transaction fees are set as a minimum "floor" for the execution component of
2222

2323
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).
2424

25-
Additionally, you could modify the `--gpo.percentile` and `--gpo.blocks` arguements, but will need to manually modify the `l2-sequencer` chart.
25+
Additionally, you could modify the `--gpo.percentile` and `--gpo.blocks` arguments, but will need to manually modify the `l2-sequencer` chart.
2626

2727
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]
2828

@@ -64,7 +64,7 @@ blob_util_ratio = 87.1%
6464
// formula to calculate scalars
6565
// tx_per_block: average transaction number per L2 block
6666
// tx_per_batch: average transaction number per batch
67-
// fluctuation_multiplier: multiplier used to pervent loss from transaction number and L1 gas price fluctuation
67+
// fluctuation_multiplier: multiplier used to prevent loss from transaction number and L1 gas price fluctuation
6868
commitScalar = (1382.58 / tx_per_block + 71621.32 / tx_per_batch) * fluctuation_multiplier * 1e9
6969
blobScalar = fluctuation_multiplier / compression_ratio / blob_util_ratio * 1e9
7070
```
@@ -82,7 +82,7 @@ We're currently working on tooling to help operators calculate and automate upda
8282

8383
### Claiming Fees from the Vault
8484

85-
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.
85+
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.
8686

8787
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)
8888

@@ -108,7 +108,7 @@ Basic configuration for the Gas Oracle can be made in the `config.toml` file bef
108108

109109
#### config.toml [gas-token] values
110110

111-
- `GAS_ORACLE_INCORPORATE_TOKEN_EXCHANGE_RATE_ENANBLED`
111+
- `GAS_ORACLE_INCORPORATE_TOKEN_EXCHANGE_RATE_ENABLED`
112112
- if `true`, includes the L2/L1 exchange rate into gas price. *Should only set to true when alternative gas token enabled.*
113113
- Default: `false`
114114
- `EXCHANGE_RATE_UPDATE_MODE`

src/content/docs/en/sdk/operation/security-and-recovery.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The well-being of your users is your responsibility, and we urge you to consider
1818

1919
## Protocol Security & Risks
2020

21-
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).
21+
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).
2222

2323
<Aside>
2424
For any discoveries of critical vulnerabilities outside of the scope of the bug bounty program, please also send reports to security@scroll.io.
@@ -78,11 +78,11 @@ By default, Scroll SDK's production deployments are configured to store "hot" pr
7878

7979
We intend to add support for Web3Signer in the future as well, allowing more restricted access to apply to a single service.
8080

81-
For more information on implemententing access control to specific parts of your cluster, see [Kubernetes: Using RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/).
81+
For more information on implementing access control to specific parts of your cluster, see [Kubernetes: Using RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/).
8282

8383
## Pausing the Bridge
8484

85-
In extreme security instances, you may need to pause the bridge. The easiest way to do this quickly from the infrastructure operator is to bring the rollup node offline. This way, even if blocks contine to be produced, finalization (and thus new withdrawals) will not be processed until the `rollup-node` is back online.
85+
In extreme security instances, you may need to pause the bridge. The easiest way to do this quickly from the infrastructure operator is to bring the rollup node offline. This way, even if blocks continue to be produced, finalization (and thus new withdrawals) will not be processed until the `rollup-node` is back online.
8686

8787
## Key Rotation for Rollup Accounts
8888

@@ -168,7 +168,7 @@ Ensure you maintain backups of both old and new keys until you've confirmed the
168168

169169
## Recovering from a Infrastructure Failure
170170

171-
Recoving from an infrastructure failure will depend on what components are affected.
171+
Recovering from an infrastructure failure will depend on what components are affected.
172172

173173
#### Database Failure
174174

@@ -183,7 +183,7 @@ We recommend having at least one hot standby sequencer to take its place. This s
183183
**If all of your sequencer machines are lost:**
184184

185185
You will need either:
186-
- Sync a new full node from gensis (assuming there are full nodes remaining somewhere in your p2p network).
186+
- Sync a new full node from genesis (assuming there are full nodes remaining somewhere in your p2p network).
187187
- Repurpose a synced RPC node. "Converting" it to be the sequencer by creating a new sequencer chart that takes over the RPC node's Persistent Volume Claim.
188188

189189
**If all full nodes in the network are lost:**

src/content/docs/en/sdk/technical-stack/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Contained in the `[gas-token]` section.
8282
| ALTERNATIVE_GAS_TOKEN_ENABLED | Enables using an alternative gas token instead of ETH. | false |
8383
| EXAMPLE_GAS_TOKEN_DECIMAL | Decimal places for the example gas token. | 6 |
8484
| L1_GAS_TOKEN | Address of the L1 ERC20 gas token contract. | `0x68a041e7c20Afa4784b5d9C63246c89545Ac0E66` |
85-
| GAS_ORACLE_INCORPORATE_TOKEN_EXCHANGE_RATE_ENANBLED | Enables incorporating token exchange rates in gas oracle. | false |
85+
| GAS_ORACLE_INCORPORATE_TOKEN_EXCHANGE_RATE_ENABLED | Enables incorporating token exchange rates in gas oracle. | false |
8686
| EXCHANGE_RATE_UPDATE_MODE | Mode for updating exchange rates. | `Fixed` |
8787
| FIXED_EXCHANGE_RATE | Fixed exchange rate value when using Fixed mode. | `0.01` |
8888
| TOKEN_SYMBOL_PAIR | Symbol pair for the token exchange. | `UNIETH` |

src/content/docs/en/sdk/technical-stack/contracts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Although there are many contracts deployed during a new chain deployment, the mo
2929
### Scroll Message Queues
3030

3131
- Deployed to L1 with a proxy and pre-deployed to L2
32-
- On L1, every depost to the bridge is added as a message to the L1 message queue.
32+
- On L1, every deposit to the bridge is added as a message to the L1 message queue.
3333
- Messages are read by `l2geth` instances, including the sequencer, and brought into the Scroll chain via L1Message transaction types.
3434
- On L2, every withdrawal sent through the bridge is added as a message, and each block's resulting withdraw root is made available after finalization on the L1 Rollup Contract.
3535
- At any time, a user can permissionlessly generate proof to [finish relaying the message on L1](/en/developers/l1-and-l2-bridging/the-scroll-messenger#finalizing-transactions-on-l1).
@@ -102,7 +102,7 @@ curl --location 'http://l1-devnet.scrollsdk/' \
102102
To fund an L2 address directly via the L1 bridge, you can run the command below, replacing the RPC and setting a private key of an account funded on L1 and a recipient address on L2.
103103

104104
```bash
105-
cast send --rpc-url https://rpc2.sepolia.org --private-key "$PRIVATE_KEY" "$L1_GATEWAY_ROUTER_PROXY_ADDR" "depositETH(address,uint256,uint256)" "$L2_RECIPENT_ADDR" "1ether" "300000" --value "1.1ether"
105+
cast send --rpc-url https://rpc2.sepolia.org --private-key "$PRIVATE_KEY" "$L1_GATEWAY_ROUTER_PROXY_ADDR" "depositETH(address,uint256,uint256)" "$L2_RECIPIENT_ADDR" "1ether" "300000" --value "1.1ether"
106106
```
107107

108108
You can also use the interactive `scrollsdk helper fund-accounts --layer=2 [--private-key=<private-key>]` command to fund an L2 address, optionally passing a private key as funder.

0 commit comments

Comments
 (0)