From ed8e1b4ab78494c6b6ae9c348b73662f5a0276e4 Mon Sep 17 00:00:00 2001 From: AstroStake <171826548+astrostake@users.noreply.github.com> Date: Wed, 5 Aug 2026 04:51:33 +0700 Subject: [PATCH] fix(docs): update Linknode gRPC endpoint format in SuperNode setup guide --- supernodes/node-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supernodes/node-setup.mdx b/supernodes/node-setup.mdx index 56b8392..1bc40b8 100644 --- a/supernodes/node-setup.mdx +++ b/supernodes/node-setup.mdx @@ -45,7 +45,7 @@ The SuperNode needs a gRPC endpoint to query the chain and broadcast its on-chai The simplest and most common setup points `sn-manager` at a public testnet-2 gRPC endpoint. You do not need to touch your validator, open any ports on it, or edit `app.toml`. Pick one of these endpoints, or find more on the [networks page](/networks). - `grpc.testnet.lumera.io:443` (official) -- `https://lumera-testnet-grpc.linknode.org` (AstroStake) +- `lumera-testnet-grpc.linknode.org:443` (AstroStake) - `lumera-testnet-grpc.stakerhouse.com:443` (StakerHouse) - `https://grpc-t.lumera.nodestake.org/` (Nodestake)