Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skill/references/cli/seid-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ seid version
```

Requirements:
- Go 1.23+ required. Run `go version` to confirm.
- Go 1.24.x required. Run `go version` to confirm.
- If `seid` is not found after install: run `go env GOPATH` and ensure `$GOPATH/bin` is on `PATH`.

## Network Reference
Expand Down
4 changes: 2 additions & 2 deletions skill/references/ecosystem/node-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ description: Running and maintaining Sei full nodes — node types, setup, state
### Prerequisites

- Ubuntu 22.04 (recommended) or macOS
- 8+ CPU cores, 64 GB RAM, 2 TB NVMe SSD
- Go 1.21+ installed
- 16+ CPU cores, 256 GB DDR5 RAM, 2 TB NVMe SSD
- Go 1.24.x installed (required for seid v6.3+)

### Build from Source

Expand Down