Skip to content

Commit

Permalink
fix(docs): Avalanche's Avalanche L1 -> Avalanche's L1 (#1994)
Browse files Browse the repository at this point in the history
Signed-off-by: Meaghan FitzGerald <[email protected]>
Co-authored-by: Meaghan FitzGerald <[email protected]>
  • Loading branch information
qdm12 and meaghanfitzgerald authored Jan 10, 2025
1 parent 3e74ab7 commit 44cce07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/avalanche-l1s/build-first-avalanche-l1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For more detailed installation instructions, see [Avalanche-CLI Installation](/t
Create Your Avalanche L1 Configuration[](#create-your-avalanche-l1-configuration "Direct link to heading")
-----------------------------------------------------------------------------------------------

This tutorials teaches you how to create an Ethereum Virtual Machine (EVM) based Avalanche L1. To do so, you use Subnet-EVM, Avalanche's Avalanche L1 fork of the EVM. It supports airdrops, custom fee tokens, configurable gas parameters, and multiple stateful precompiles. To learn more, take a look at [Subnet-EVM](https://github.com/ava-labs/subnet-evm). The goal of your first command is to create a Subnet-EVM configuration.
This tutorials teaches you how to create an Ethereum Virtual Machine (EVM) based Avalanche L1. To do so, you use Subnet-EVM, Avalanche's L1 fork of the EVM. It supports airdrops, custom fee tokens, configurable gas parameters, and multiple stateful precompiles. To learn more, take a look at [Subnet-EVM](https://github.com/ava-labs/subnet-evm). The goal of your first command is to create a Subnet-EVM configuration.

The Avalanche L1 command suite provides a collection of tools for developing and deploying Avalanche L1s.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/protocol/avalanche-l1s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ an Avalanche L1 could require that validators meet certain [hardware requirement

### Launch Networks Designed With Compliance

Avalanche's Avalanche L1 architecture makes regulatory compliance manageable. As mentioned above, an Avalanche L1 may require validators to meet a set of requirements.
Avalanche's L1 architecture makes regulatory compliance manageable. As mentioned above, an Avalanche L1 may require validators to meet a set of requirements.

Some examples of requirements the creators of an Avalanche L1 may choose include:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For more detailed installation instructions, see [Avalanche-CLI Installation](/t
Create Your Avalanche L1 Configuration[](#create-your-avalanche-l1-configuration "Direct link to heading")
-----------------------------------------------------------------------------------------------

This tutorial teaches you how to create an Ethereum Virtual Machine (EVM) based Avalanche L1. To do so, you use Subnet-EVM, Avalanche's maintained version of the EVM. It supports airdrops, custom fee tokens, configurable gas parameters, and multiple stateful precompiles. To learn more, take a look at [Subnet-EVM](https://github.com/ava-labs/subnet-evm).
This tutorials teaches you how to create an Ethereum Virtual Machine (EVM) based Avalanche L1. To do so, you use Subnet-EVM, Avalanche's L1 fork of the EVM. It supports airdrops, custom fee tokens, configurable gas parameters, and multiple stateful precompiles. To learn more, take a look at [Subnet-EVM](https://github.com/ava-labs/subnet-evm). The goal of your first command is to create a Subnet-EVM configuration.

The `avalanche-cli` command suite provides a collection of tools for developing and deploying Avalanche L1s.

Expand Down

0 comments on commit 44cce07

Please sign in to comment.