Skip to content

Commit

Permalink
fix: link to ethereum fallback (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Dec 12, 2023
1 parent 5eec078 commit 3388dc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion developers/ethereum-fallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ can also be triggered in the event Blobstream stops relaying attestations.
## OP Stack

The Ethereum fallback mechanism is implemented in the
[celestiaorg/optimism](https://github.com/celestiaorg/optimism/tree/release-v1.0.0) v1.0.0 release.
[celestiaorg/optimism](https://github.com/celestiaorg/optimism/tree/release-v1.0.0)
v1.0.0 release.

The `op-batcher/batcher/driver.go` and
`op-node/rollup/derive/calldata_source.go` files are part of the Ethereum
Expand Down
10 changes: 5 additions & 5 deletions developers/optimism-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ Your result will look similar to the below!
}
```

## ETH fallback
## Ethereum fallback

The [ETH fallback mechanism](eth-fallback.md) allows rollups to "fall back" to
Ethereum or another EVM chain in the case of downtime or errors submitting
data to Celestia.
The [Ethereum fallback mechanism](ethereum-fallback.md) allows rollups to
"fall back" to Ethereum or another EVM chain in the case of downtime or
errors submitting data to Celestia.

Testing out the ETH fallback mechanism can be done
Testing out the Ethereum fallback mechanism can be done
with the `go-da` tool. Triggering a simultaneous blob transaction will
cause the `op-batcher` blob transaction to fail, with an `incorrect account
sequence` error, which triggers a fallback to Ethereum.
Expand Down
2 changes: 1 addition & 1 deletion nodes/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ There are multiple explorers you can use for Mainnet Beta:
- [https://explorer.nodestake.top/celestia](https://explorer.nodestake.top/celestia)
- [https://stakeflow.io/celestia](https://stakeflow.io/celestia)

## Analytics
## Analytics

The following websites provide analytics for Celestia:

Expand Down

0 comments on commit 3388dc7

Please sign in to comment.