Skip to content

Commit 17cdab0

Browse files
authored
Update Node Builder API link to current ExEx documentation (#171)
Replaced the outdated reth node builder API link with https://reth.rs/developers/exex/hello-world.html, which is the current and correct documentation page for node extensions and custom instructions in Reth.
1 parent fa6ac9d commit 17cdab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Odyssey is a testnet OP Stack rollup aimed at enabling experimentation of bleeding edge Ethereum Research.
1313
Odyssey is **not** a fork of reth.
14-
Odyssey implements traits provided by the [reth node builder API](https://paradigmxyz.github.io/reth/docs/reth_node_builder/index.html), allowing implementation of precompiles and instructions of experimental EIPs without forking the node.
14+
Odyssey implements traits provided by the [reth node builder API](https://reth.rs/developers/exex/hello-world.html), allowing implementation of precompiles and instructions of experimental EIPs without forking the node.
1515

1616
Specifically, Odyssey currently implements the following EIPs:
1717

0 commit comments

Comments
 (0)