From acfabf969c0519b5db57c6392a74dfa971ecd808 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Thu, 11 Sep 2025 19:31:37 -0400 Subject: [PATCH 1/2] doc: Update testnet block number --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c5bdfc08..90e7fb688 100644 --- a/README.md +++ b/README.md @@ -58,19 +58,19 @@ $ reth-hl node --http --http.addr 0.0.0.0 --http.api eth,ots,net,web3 \ ## How to run (testnet) -Testnet is supported since block 21304281. +Testnet is supported since block 30281484. ```sh -# Get testnet genesis at block 21304281 +# Get testnet genesis at block 30281484 $ cd ~ $ git clone https://github.com/sprites0/hl-testnet-genesis $ zstd --rm -d ~/hl-testnet-genesis/*.zst # Init node $ make install -$ reth-hl init-state --without-evm --chain testnet --header ~/hl-testnet-genesis/21304281.rlp \ - --header-hash 0x5b10856d2b1ad241c9bd6136bcc60ef7e8553560ca53995a590db65f809269b4 \ - ~/hl-testnet-genesis/21304281.jsonl --total-difficulty 0 +$ reth-hl init-state --without-evm --chain testnet --header ~/hl-testnet-genesis/30281484.rlp \ + --header-hash 0x147cc3c09e9ddbb11799c826758db284f77099478ab5f528d3a57a6105516c21 \ + ~/hl-testnet-genesis/30281484.jsonl --total-difficulty 0 # Run node $ reth-hl node --chain testnet --http --http.addr 0.0.0.0 --http.api eth,ots,net,web3 \ From 8faac526b7daa05aa76b39f23952e355fc954bb2 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Thu, 11 Sep 2025 19:32:55 -0400 Subject: [PATCH 2/2] doc: Add support channel --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90e7fb688..548128194 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ HyperEVM archive node implementation based on [reth](https://github.com/paradigmxyz/reth). NodeBuilder API version is heavily inspired by [reth-bsc](https://github.com/loocapro/reth-bsc). +Got questions? Drop by the [Hyperliquid Discord](https://discord.gg/hyperliquid) #node-operators channel. + ## ⚠️ IMPORTANT: System Transactions Appear as Pseudo Transactions Deposit transactions from [System Addresses](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/hyperevm/hypercore-less-than-greater-than-hyperevm-transfers#system-addresses) like `0x222..22` / `0x200..xx` to user addresses are intentionally recorded as pseudo transactions.