From fba6d7d8703b77295133587996df8f4fe068b25d Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Thu, 3 Oct 2024 14:05:39 -1000 Subject: [PATCH] Update testnets.md --- docs/connecting-to-a-lit-network/testnets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/connecting-to-a-lit-network/testnets.md b/docs/connecting-to-a-lit-network/testnets.md index 0435e494..fa2bab8a 100644 --- a/docs/connecting-to-a-lit-network/testnets.md +++ b/docs/connecting-to-a-lit-network/testnets.md @@ -9,12 +9,12 @@ Here is an overview of the Lit testnets: | Name | Lit Blockchain | Description | Minimum Lit SDK Version | Lit SDK Network Identifier | Requires Payment | |------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|----------------------------|------------------| -| Datil-test | [Chronicle Yellowstone](./lit-blockchains/chronicle-yellowstone) | Centralized testnet designed for pre-production development. No persistency guarantees. Payment is enforced. | `^6.4.0` | `datil-test` | ✅ | +| Datil-test | [Chronicle Yellowstone](./lit-blockchains/chronicle-yellowstone) | Decentralized testnet designed for pre-production development. No persistency guarantees. Payment is enforced. | `^6.4.0` | `datil-test` | ✅ | | Datil-dev | [Chronicle Yellowstone](./lit-blockchains/chronicle-yellowstone) | Centralized testnet designed for early-stage development. Keys are not persistent and will be deleted. This network does not enforce payment and can be used for free, for testing. | `^6.4.0` | `datil-dev` | ❌ | ## Datil-test -The Lit network, Datil-test, utilizes the Lit blockchain: Chronicle Yellowstone. It's a centralized testnet designed for pre-production development, and is superseding the Manzano testnet. Like Manzano, usage of the network **does** require payment using [Capacity Credits](../sdk/capacity-credits). +The Lit network, Datil-test, utilizes the Lit blockchain: Chronicle Yellowstone. It's a decentralized testnet designed for pre-production development, and is superseding the Manzano testnet. Like Manzano, usage of the network **does** require payment using [Capacity Credits](../sdk/capacity-credits). If your application is currently deployed to a v0 Lit network (Cayenne, Manzano, and/or Habanero) please refer to [this guide](migrating-to-datil) to learn how to migrate to the new Datil networks.