Skip to content

Commit bfdd6bd

Browse files
committed
pnpm lint --fix
1 parent 97dfe44 commit bfdd6bd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pages/app-developers/tutorials/supersim/reference/fork.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515
is_imported_content: "false"
1616
---
1717

18-
import { Callout, Steps } from "nextra/components";
18+
import { Callout, Steps } from "nextra/components"
1919

2020
# Fork mode
2121

@@ -156,5 +156,5 @@ supersim fork --chains=op,base,zora --interop.enabled
156156

157157
## Next steps
158158

159-
- Explore the Supersim [included contracts](/app-developers/tutorials/supersim/chain-env/included-contracts) being used to help replicate the Superchain environment.
160-
- Learn how to [deposit transactions](/app-developers/tutorials/supersim/deposit-transactions) with Supersim, using a much simpler approach that bypasses the derivation pipeline.
159+
* Explore the Supersim [included contracts](/app-developers/tutorials/supersim/chain-env/included-contracts) being used to help replicate the Superchain environment.
160+
* Learn how to [deposit transactions](/app-developers/tutorials/supersim/deposit-transactions) with Supersim, using a much simpler approach that bypasses the derivation pipeline.

pages/app-developers/tutorials/supersim/reference/vanilla.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ categories:
1010
- supersim
1111
- devnets
1212
- cli
13-
is_imported_content: 'false'
13+
is_imported_content: "false"
1414
---
1515

16-
import { Callout, Steps } from 'nextra/components'
16+
import { Callout, Steps } from "nextra/components"
1717

1818
# Vanilla mode
1919

@@ -159,6 +159,6 @@ GLOBAL OPTIONS:
159159

160160
## Next steps
161161

162-
- Explore the Supersim [included contracts](/app-developers/tutorials/supersim/chain-env/included-contracts) being used to help replicate the Superchain environment.
163-
- Get network details about the two OP Stack systems spun up in vanilla mode: [OPChainA (chainID 901)](/app-developers/tutorials/supersim/chain-env/chain-a) and [OPChainB (chainID 902)](/app-developers/tutorials/supersim/chain-env/chain-b).
164-
- Learn how to [deposit transactions](/app-developers/tutorials/supersim/deposit-transactions) with Supersim, using a much simpler approach that bypasses the derivation pipeline.
162+
* Explore the Supersim [included contracts](/app-developers/tutorials/supersim/chain-env/included-contracts) being used to help replicate the Superchain environment.
163+
* Get network details about the two OP Stack systems spun up in vanilla mode: [OPChainA (chainID 901)](/app-developers/tutorials/supersim/chain-env/chain-a) and [OPChainB (chainID 902)](/app-developers/tutorials/supersim/chain-env/chain-b).
164+
* Learn how to [deposit transactions](/app-developers/tutorials/supersim/deposit-transactions) with Supersim, using a much simpler approach that bypasses the derivation pipeline.

0 commit comments

Comments
 (0)