Skip to content

Commit d8943fa

Browse files
Merge pull request #173 from sei-protocol/fix-version-table
fix node version table
2 parents 2567bda + bf70896 commit d8943fa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pages/dev-node/node-operators.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1+
import VersionTable from '../../components/VersionFetcher/VersionTable';
2+
13
# Sei Node Setup
24

35
## System Requirements
46

57
| CPU Cores | RAM | Disk |
6-
|-----------|------|----------|
8+
| --------- | ---- | -------- |
79
| 16 cores | 64GB | 1TB NVMe |
810

11+
### Build Version and Genesis Table
12+
13+
<VersionTable />
14+
915
## Getting Started
1016

11-
*The following instructions are for Debian-based systems. Other operating systems like macOS or Arch will use a slightly different procedure.*
17+
_The following instructions are for Debian-based systems. Other operating systems like macOS or Arch will use a slightly different procedure._
1218

1319
### Update and Upgrade System Packages
1420

0 commit comments

Comments
 (0)