Skip to content

Commit

Permalink
Update reason for using relay
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Aug 31, 2022
1 parent f388012 commit 0854f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Running_Nitro_Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Note: If you’re interested in accessing an Arbitrum chain, but you don’t wan

### Arb-Relay

- When running more than one node, you want to run a single arb-relay which can provide a feed for all your nodes.
- When running more than one node, you want to run a single arb-relay per datacenter which can provide a feed for all your nodes, which will reduce ingress fees and increase stability.
The arb-relay is in the same docker image.
- Here is an example of how to run nitro-relay for Rinkeby:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/Running_Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Note: If you’re interested in accessing the Arbitrum network but you don’t w

### Arb-Relay

- When running more than one node, you want to run a single arb-relay which can provide a feed for all your nodes.
- When running more than one node, you want to run a single arb-relay per datacenter which can provide a feed for all your nodes, which will reduce ingress fees and increase stability.
The arb-relay is in the same docker image.
- Note that rinkeby testnet has been upgraded to Nitro, so rinkeby feed messages cannot be parsed by the classic node and classic relay is not required.
- Note that arb-relay now requires the extra parameter `--node.chain-id=<L2 chain id>`
Expand Down

0 comments on commit 0854f0b

Please sign in to comment.