Skip to content

Commit bb7d5da

Browse files
committed
fix lint
2 parents c4a7a31 + 25b2792 commit bb7d5da

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pages/app-developers/building-apps.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To access any Ethereum type network you need an endpoint. [These providers](/app
1919

2020
### Network choice
2121

22-
For development purposes we recommend you use either a local development net or [OP Sepolia](https://sepolia-optimism.etherscan.io).
22+
For development purposes we recommend you use either a local development network or [OP Sepolia](https://sepolia-optimism.etherscan.io).
2323
That way you don't need to spend real money.
2424
If you need ETH on OP Sepolia for testing purposes, [you can use this faucet](https://console.optimism.io/faucet?utm_source=docs).
2525

@@ -51,7 +51,7 @@ Not only is it faster, but such EVMs often have extra features, such as the [abi
5151

5252
### Debug before deploying
5353

54-
After you are done with that development, debug your decentralized application using either a [development net](/stack/dev-net) or the [Sepolia test network](/superchain/networks).
54+
After you are done with that development, debug your decentralized application using either a [development network](/stack/dev-net) or a [Sepolia test network](/superchain/networks).
5555
This lets you debug parts that are OP Stack chains specific such as calls to bridges to transfer ETH or tokens between layers.
5656

5757
Only when you have a version that works well on a test network should you deploy to the production network, where every transaction has a cost.

pages/operators/chain-operators/tutorials.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This section provides information on adding attributes to the derivation functio
1919

2020
<Card title="Creating your own l2 rollup testnet" href="/operators/chain-operators/tutorials/create-l2-rollup" />
2121

22+
<Card title="Running a Local Development Environment" href="/operators/chain-operators/tutorials/chain-dev-net" />
23+
2224
<Card title="Integrating a new da layer with alt Da" href="/operators/chain-operators/tutorials/integrating-da-layer" />
2325

2426
<Card title="Modifying predeployed contracts" href="/operators/chain-operators/tutorials/modifying-predeploys" />

0 commit comments

Comments
 (0)