Skip to content

Commit 2596a03

Browse files
Update create-subnet walkthrough
Update walkthrough as CLI options have changed Signed-off-by: Michael Standen <[email protected]>
1 parent d02f503 commit 2596a03

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

content/docs/tooling/create-deploy-subnets/create-subnet.mdx

+13-24
Original file line numberDiff line numberDiff line change
@@ -43,43 +43,32 @@ The following sections walk through each question in the wizard.
4343

4444
### Choose Your VM[](#choose-your-vm "Direct link to heading")
4545

46-
Select `SubnetEVM`.
46+
Select `Subnet-EVM`.
4747

48-
### Enter Your Subnet's ChainID[](#enter-your-subnets-chainid "Direct link to heading")
49-
50-
Choose a positive integer for your EVM-style ChainID.
51-
52-
In production environments, this ChainID needs to be unique and not shared with any other chain. You can visit [chainlist](https://chainlist.org/) to verify that your selection is unique. Because this is a development Subnet, feel free to pick any number. Stay away from well-known ChainIDs such as 1 (Ethereum) or 43114 (Avalanche C-Chain) as those may cause issues with other tools.
48+
### Choose Blockchain Configuration[](#choose-blockchain-configuration "Direct link to heading")
5349

54-
### Token Symbol[](#token-symbol "Direct link to heading")
50+
Select the `defaults for a test environment` to reduce the number of settings to select from.
5551

56-
Enter a string to name your Subnet's native token. The token symbol doesn't necessarily need to be unique. Example token symbols are AVAX, JOE, and BTC.
52+
For advanced users, select `I don't want to use default values` to see the full list of configuration options.
53+
The full list of options are not covered in this guide.
5754

5855
### Subnet-EVM Version[](#subnet-evm-version "Direct link to heading")
5956

60-
Select `Use latest version`.
61-
62-
### Gas Fee Configuration[](#gas-fee-configuration "Direct link to heading")
57+
Select `Use latest release version`.
6358

64-
This question determines how to set gas fees on your Subnet.
65-
66-
Select `Low disk use / Low Throughput 1.5 mil gas/s (C-Chain's setting)`.
67-
68-
### Airdrop[](#airdrop "Direct link to heading")
69-
70-
Select `Airdrop 1 million tokens to the default address (do not use in production)`.
59+
### Enter Your Subnet's ChainID[](#enter-your-subnets-chainid "Direct link to heading")
7160

72-
This address's private key is well-known, so DO NOT send any production funds to it. Attackers would likely drain the funds instantly.
61+
Choose a positive integer for your EVM-style ChainID.
7362

74-
When you are ready to start more mature testing, select `Customize your airdrop` to distribute funds to additional addresses.
63+
In production environments, this ChainID needs to be unique and not shared with any other chain. You can visit [chainlist](https://chainlist.org/) to verify that your selection is unique. Because this is a development Subnet, feel free to pick any number. Stay away from well-known ChainIDs such as 1 (Ethereum) or 43114 (Avalanche C-Chain) as those may cause issues with other tools.
7564

76-
### Precompiles[](#precompiles "Direct link to heading")
65+
### Token Symbol[](#token-symbol "Direct link to heading")
7766

78-
Precompiles are Avalanche's way of customizing the behavior of your Subnet. They're strictly an advanced feature, so you can safely select `No` for now.
67+
Enter a string to name your Subnet's native token. The token symbol doesn't necessarily need to be unique. Example token symbols are AVAX, JOE, and BTC.
7968

8069
### Wrapping up[](#wrapping-up "Direct link to heading")
8170

82-
If all worked successfully, the command prints `Successfully created subnet configuration`.
71+
If all worked successfully, the command prints `Successfully created blockchain configuration`.
8372

8473
You've successfully created your first Subnet configuration. Now it's time to deploy it.
8574

@@ -216,4 +205,4 @@ FAQ[​](#faq "Direct link to heading")
216205
217206
**How is the Subnet ID determined upon creation?**
218207
219-
The Subnet ID is the hash of the transaction that created the Subnet.
208+
The Subnet ID is the hash of the transaction that created the Subnet.

0 commit comments

Comments
 (0)