From 80e6aed9a35a43cf2124d0c7118e6caf1034a448 Mon Sep 17 00:00:00 2001 From: Greg Santos Date: Tue, 5 Mar 2024 09:37:44 -0800 Subject: [PATCH] doc: update evm faucets page (#632) --- docs/evm/tools/block-explorers.md | 2 +- docs/evm/tools/data-indexers.md | 2 +- docs/evm/tools/faucets.md | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/evm/tools/block-explorers.md b/docs/evm/tools/block-explorers.md index c0d054abbf..7ab6d8a73e 100644 --- a/docs/evm/tools/block-explorers.md +++ b/docs/evm/tools/block-explorers.md @@ -1,7 +1,7 @@ --- title: Block Explorers sidebar_label: Block Explorers -sidebar_position: 1 +sidebar_position: 2 --- :::info diff --git a/docs/evm/tools/data-indexers.md b/docs/evm/tools/data-indexers.md index 80798c0319..633a2c0c3f 100644 --- a/docs/evm/tools/data-indexers.md +++ b/docs/evm/tools/data-indexers.md @@ -1,7 +1,7 @@ --- title: Data Indexers sidebar_label: Data Indexers -sidebar_position: 2 +sidebar_position: 4 --- # Data Indexers diff --git a/docs/evm/tools/faucets.md b/docs/evm/tools/faucets.md index e523bb8be3..38c3df46a5 100644 --- a/docs/evm/tools/faucets.md +++ b/docs/evm/tools/faucets.md @@ -1,21 +1,21 @@ --- title: Faucets sidebar_label: Faucets -sidebar_position: 4 +sidebar_position: 1 --- # Faucets -Faucets are tools that provide free tokens for use on test networks. They are essential for developers to test and deploy smart contracts without using real assets. Below is the information on accessing FlowEVM faucets for different networks. +A faucet is a way to distribute small amounts of a token to users for testing and development purposes. +Token faucets are essential for developers to test and deploy smart contracts without using real assets. -## Testnet (FlowEVM Support Coming Soon) +If you would like to run your EVM app on Flow Previewnet or Testnet you must fund it with some FLOW using a faucet or supporting wallet. -FlowEVM supports developers with a testnet faucet, facilitating the testing and development of smart contracts in a risk-free environment. Access the testnet faucet at: [FlowEVM Testnet Faucet](https://testnet-faucet.onflow.org/fund-account) +## Flow Faucet -## Previewnet +The Flow Faucet is a fast and reliable network faucet that allows you to create an account on the specified network as well as fund small amounts of test Flow to any Cadence or EVM address on these networks. -The Crescendo Previewnet network, part of the Flow ecosystem, also offers a faucet for developers. Access the Crescendo Previewnet faucet at: [Previewnet Faucet](https://previewnet-faucet.onflow.org/fund-account) +Access the **Flow Faucet at the following links: -## Mainnet - -FlowEVM does not have a faucet for mainnet. You can get FLOW token through an exchange or receiving FLOW from a 3rd party or receiving FLOW token as staking rewards. Learn more [here](https://flow.com/use-flow/flow-token). \ No newline at end of file +- [**Previewnet Faucet**](https://previewnet-faucet.onflow.org/fund-account) +- [**Testnet Faucet**](https://testnet-faucet.onflow.org/fund-account) (EVM Support Coming Soon) \ No newline at end of file