From a4515ea96583ce1b4eedea78c3658b8be99962e1 Mon Sep 17 00:00:00 2001 From: PoisonPhang <17688291+PoisonPhang@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:57:08 -0500 Subject: [PATCH] docs: use union.build genesis link --- .../docs/docs/infrastructure/node-operators/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/content/docs/docs/infrastructure/node-operators/getting-started.mdx b/site/src/content/docs/docs/infrastructure/node-operators/getting-started.mdx index 20df2d9975..9903420687 100644 --- a/site/src/content/docs/docs/infrastructure/node-operators/getting-started.mdx +++ b/site/src/content/docs/docs/infrastructure/node-operators/getting-started.mdx @@ -91,7 +91,7 @@ First, set some environment variables, which are used throughout initialization. export CHAIN_ID=union-testnet-8 export MONIKER="Unionized Goblin" export KEY_NAME=alice - export GENESIS_URL="${getSeedsParts('union-testnet-8').address}:26657/genesis" + export GENESIS_URL="https://union.build/genesis.json" `)} />