You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notes/nextra.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,5 @@ Remark plugins can be injected into Nextra by modifying the `mdxOptions` object
14
14
15
15
#### remarkCodeImport
16
16
17
-
Rule is modified via [patch](/patches/remark-code-import@1.2.0.patch) to require that all code imports include a md5 content hash of the imported content.
17
+
Rule is modified via [patch](/patches/remark-code-import@1.2.0.patch) to require that all code imports include an md5 content hash of the imported content.
18
18
Requiring this hash means that changes to the underlying content must also come with corresponding changes to the relevant imports and imports cannot silently break.
Copy file name to clipboardExpand all lines: pages/builders/app-developers/bridging/messaging.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ We call this period of time the "challenge period" because it is the time during
220
220
Optimistic Rollups are "optimistic" because they're based around the idea of publishing the *result* of a transaction to Ethereum without actually executing the transaction on Ethereum.
221
221
In the "optimistic" case, this transaction result is correct and one can completely avoid the need to perform complicated (and expensive) logic on Ethereum.
222
222
223
-
However, one still needs some way to prevent incorrect transaction results from being published in place of correct ones.
223
+
However, one still needs to find a way to prevent incorrect transaction results from being published in place of correct ones.
224
224
Here's where the "fault proof" comes into play.
225
225
Whenever a transaction result is published, it's considered "pending" for a period of time known as the challenge period.
226
226
During this period of time, anyone may re-execute the transaction *on Ethereum* in an attempt to demonstrate that the published result was incorrect.
Copy file name to clipboardExpand all lines: pages/builders/app-developers/tutorials/deploy-for-free.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This tutorial walks you through the process of verifying and deploying your cont
27
27
28
28
### Link your wallet on the Superchain Dev Console
29
29
30
-
* Once you have your Coinbase Verification, go the [Superchain Developer Console](https://console.optimism.io/?utm_source=docs) and login with your preferred email.
30
+
* Once you have your Coinbase Verification, go to the [Superchain Developer Console](https://console.optimism.io/?utm_source=docs) and login with your preferred email.
31
31
* Select the account drop down and click **Wallets**. Click **Link wallet**, and follow the connect wallet flow to link your public key that has a Coinbase Verification to associate your public key with your Superchain Developer Console login.
32
32
33
33
### Verify your contracts on the Superchain Dev Console
0 commit comments