Skip to content

Commit 7bfdb89

Browse files
committed
Reth recommended
1 parent 1f84561 commit 7bfdb89

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [
4040

4141
### Supported Clients
4242

43-
- `geth` (default)
44-
- `reth`
43+
- `reth` (default)
44+
- `geth`
4545
- `nethermind`
4646

4747
## Requirements
@@ -58,15 +58,15 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [
5858

5959
The following are the hardware specifications we use in production:
6060

61-
#### Geth Full Node
61+
#### Reth Archive Node (recommended)
6262

63-
- **Instance**: AWS i4i.12xlarge
63+
- **Instance**: AWS i7ie.6xlarge
6464
- **Storage**: RAID 0 of all local NVMe drives (`/dev/nvme*`)
6565
- **Filesystem**: ext4
6666

67-
#### Reth Archive Node
67+
#### Geth Full Node
6868

69-
- **Instance**: AWS i7ie.6xlarge
69+
- **Instance**: AWS i4i.12xlarge
7070
- **Storage**: RAID 0 of all local NVMe drives (`/dev/nvme*`)
7171
- **Filesystem**: ext4
7272

@@ -75,8 +75,8 @@ To run the node using a supported client, you can use the following command:
7575
`CLIENT=supported_client docker compose up --build`
7676

7777
Supported clients:
78-
- geth
7978
- reth (with Flashblocks support option, see [Reth Node README](./reth/README.md))
79+
- geth
8080
- nethermind
8181

8282
## Configuration

0 commit comments

Comments
 (0)