Skip to content

Commit

Permalink
Deprecate Habanero, Manzano, Cayenne
Browse files Browse the repository at this point in the history
Update connecting.md
  • Loading branch information
Garandor authored Jan 22, 2025
2 parents 2f2966b + 14c36ec commit 9158f47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/connecting-to-a-lit-network/connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ await litNodeClient.connect();
## Available Lit Networks

:::warning
With the release of [Chronicle Yellowstone](./lit-blockchains/chronicle-yellowstone) and the Datil networks, the [Chronicle](./lit-blockchains/chronicle) based Lit networks: `habanero`, `manzano`, and `cayenne` are going to be deprecated.
With the release of [Chronicle Yellowstone](./lit-blockchains/chronicle-yellowstone) and the Datil networks, the [Chronicle](./lit-blockchains/chronicle) based Lit networks: `habanero`, `manzano`, and `cayenne` have been deprecated.

If you are currently using these networks, please review the [Migrating to Datil](./migrating-to-datil) guide to migrate your application and Lit assets to a Datil network.
:::
Expand All @@ -26,13 +26,13 @@ If you are currently using these networks, please review the [Migrating to Datil
| Name | Lit SDK Network Identifier | Doc Page Link | Network is Live |
|------------|----------------------------|------------------------------|---------------------------|
| Datil | `datil` | [Link](./mainnets#datil)||
| Habanero | `habanero` | n/a | ⚠️ Going to be deprecated |
| Habanero | `habanero` | n/a | ⚠️ Deprecated |

### Testnets

| Name | Lit SDK Network Identifier | Doc Page Link | Network is Live |
|------------|----------------------------|-------------------------------|---------------------------|
| Datil-test | `datil-test` | [Link](./testnets#datil-test) ||
| Datil-dev | `datil-dev` | [Link](./testnets#datil-dev) ||
| Manzano | `manzano` | n/a | ⚠️ Going to be deprecated |
| Cayenne | `cayenne` | n/a | ⚠️ Going to be deprecated |
| Manzano | `manzano` | n/a | ⚠️ Deprecated |
| Cayenne | `cayenne` | n/a | ⚠️ Deprecated |

0 comments on commit 9158f47

Please sign in to comment.