From cd852a5c222628004fe5ded0aa1681bff61584b6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 19 Sep 2020 08:41:58 -0700 Subject: [PATCH] Document that testnet has a faucet --- docs/src/integrations/exchange.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/integrations/exchange.md b/docs/src/integrations/exchange.md index b6aa93f229..864f7770a1 100644 --- a/docs/src/integrations/exchange.md +++ b/docs/src/integrations/exchange.md @@ -634,5 +634,5 @@ the SPL Token's mint account. Be sure to test your complete workflow on Solana devnet and testnet [clusters](../clusters.md) before moving to production on mainnet-beta. Devnet is the most open and flexible, and ideal for initial development, while testnet -offers more realistic cluster configuration. Devnet features a token faucet, but -you will need to request some testnet SOL to get going on testnet. +offers more realistic cluster configuration. Both devnet and testnet support a faucet, +run `solana airdrop 10` to obtain some devnet or testnet SOL for developement and testing.