Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocollado committed Nov 6, 2023
1 parent ec1fefc commit 8890f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/deploy-manage/dapp/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The [EVM template](/builders/build/templates/overview/#baseline-evm-template){ta
Before getting started, you'll need to have an EVM chain ID. This needs to be a unique ID across all Ethereum-compatible chains. Once you have a chain ID you would like to use, you can easily search for it to see if it's already taken on [chainid.network](https://chainid.network/){target=_blank}. Then you'll need to open a pull request on the [`ethereum-lists/chains` GitHub repository](https://github.com/ethereum-lists/chains){target=_blank} to add your chain configuration details, including the chain ID, to the list to avoid chain ID collisions. This should be done before you continue the deployment process of your Appchain to avoid chain ID collisions.

!!! note
Using a registered EVM chain ID is only necessary for Appchains deployed on Mainnet. When it comes to testing or deploying on the Testnet, you can simply choose any available ID and move forward.
Using a registered EVM chain ID is only necessary for Appchains deployed on the Mainnet. When it comes to testing or deploying on the Testnet, you can simply choose any available ID and move forward.

To get started, make sure the **EVM** template is selected from the left-side menu. Then take the following steps:

Expand Down

0 comments on commit 8890f3e

Please sign in to comment.