From bf7089615a256595d07a7f54ad3bbeee528d1418 Mon Sep 17 00:00:00 2001 From: Cordt Date: Tue, 12 Nov 2024 13:43:30 -0700 Subject: [PATCH] fix node version table --- pages/dev-node/node-operators.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/dev-node/node-operators.mdx b/pages/dev-node/node-operators.mdx index 9826ec8..961ff30 100644 --- a/pages/dev-node/node-operators.mdx +++ b/pages/dev-node/node-operators.mdx @@ -1,14 +1,20 @@ +import VersionTable from '../../components/VersionFetcher/VersionTable'; + # Sei Node Setup ## System Requirements | CPU Cores | RAM | Disk | -|-----------|------|----------| +| --------- | ---- | -------- | | 16 cores | 64GB | 1TB NVMe | +### Build Version and Genesis Table + + + ## Getting Started -*The following instructions are for Debian-based systems. Other operating systems like macOS or Arch will use a slightly different procedure.* +_The following instructions are for Debian-based systems. Other operating systems like macOS or Arch will use a slightly different procedure._ ### Update and Upgrade System Packages