From 67825fe394261102cd1ea77ef75e87a426b21fa4 Mon Sep 17 00:00:00 2001 From: Michael Standen Date: Fri, 20 Sep 2024 11:23:09 +1200 Subject: [PATCH] Update create-subnet walkthrough Update walkthrough as CLI options have changed Signed-off-by: Michael Standen --- .../create-avalanche-l1.mdx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/content/docs/tooling/create-deploy-avalanche-l1s/create-avalanche-l1.mdx b/content/docs/tooling/create-deploy-avalanche-l1s/create-avalanche-l1.mdx index fac309be7f5..cfde942bc0d 100644 --- a/content/docs/tooling/create-deploy-avalanche-l1s/create-avalanche-l1.mdx +++ b/content/docs/tooling/create-deploy-avalanche-l1s/create-avalanche-l1.mdx @@ -43,7 +43,18 @@ The following sections walk through each question in the wizard. ### Choose Your VM[​](#choose-your-vm "Direct link to heading") -Select `SubnetEVM`. +Select `Subnet-EVM`. + +### Choose Blockchain Configuration[​](#choose-blockchain-configuration "Direct link to heading") + +Select the `defaults for a test environment` to reduce the number of settings to select from. + +For advanced users, select `I don't want to use default values` to see the full list of configuration options. +The full list of options are not covered in this guide. + +### Subnet-EVM Version[​](#subnet-evm-version "Direct link to heading") + +Select `Use latest release version`. ### Enter Your Avalanche L1's ChainID[​](#enter-your-avalanche-l1s-chainid "Direct link to heading") @@ -79,7 +90,7 @@ Precompiles are Avalanche's way of customizing the behavior of your Avalanche L1 ### Wrapping up[​](#wrapping-up "Direct link to heading") -If all worked successfully, the command prints `Successfully created subnet configuration`. +If all worked successfully, the command prints `Successfully created blockchain configuration`. You've successfully created your first Avalanche L1 configuration. Now it's time to deploy it. @@ -216,4 +227,4 @@ FAQ[​](#faq "Direct link to heading") **How is the Avalanche L1 ID (SubnetID) determined upon creation?** -The Avalanche L1 ID (SubnetID) is the hash of the transaction that created the Avalanche L1. \ No newline at end of file +The Avalanche L1 ID (SubnetID) is the hash of the transaction that created the Avalanche L1.