Skip to content

Commit 1b16f85

Browse files
Update architecture.mdx
Updating broken proxyd link
1 parent 4684951 commit 1b16f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/chain-operators/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ requests from your users. The Sequencer node has the important job of working wi
5656
the batcher to handle block creation. To allow the Sequencer to focus on that job,
5757
you can peer replica nodes to handle the rest of the work.
5858

59-
An example of this would be to configure [proxyd](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)
59+
An example of this would be to configure [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd)
6060
to route RPC methods, retry failed requests, load balance, etc. Users sending
6161
`eth_sendRawTransaction` requests can have their requests forwarded directly to the
6262
Sequencer. All other RPC requests can be forwarded to replica nodes.

0 commit comments

Comments
 (0)