From c80da571e9e97ddc227abe9d2f01e873f7556f33 Mon Sep 17 00:00:00 2001 From: Eugene Allenov Date: Tue, 10 Mar 2026 16:19:26 +0300 Subject: [PATCH] add network params to Quickstart page --- docs/developer-guides/building-a-blended-app/quickstart.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/developer-guides/building-a-blended-app/quickstart.md b/docs/developer-guides/building-a-blended-app/quickstart.md index 9aa7270..e7a3e11 100644 --- a/docs/developer-guides/building-a-blended-app/quickstart.md +++ b/docs/developer-guides/building-a-blended-app/quickstart.md @@ -14,6 +14,11 @@ The guide here goes step by step to explain in detail each part of a template bl and gives the instruction to build and deploy the contracts using Fluent's [`gblend` tooling](../../gblend/README.md). +Network parameters and configs: + +- [Fluent testnet](../../connect-to-fluent.md#fluent-testnet) +- [Fluent devnet](../../connect-to-fluent.md#fluent-devnet) + :::tip[Prefer the quickest of starts?] If you don't want the explanation and simply want to deploy as soon as possible, you can follow the reduced instructions in the [Github repo](https://github.com/fluentlabs-xyz/blended-template-foundry-cli).