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.