From cd5d38d6f7a8eb9e30989140abee1628048694f7 Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Thu, 20 Jul 2023 08:54:26 -0500 Subject: [PATCH] Remove Zora reference (because it's not in the SDK yet) --- src/docs/sdk/js-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/sdk/js-client.md b/src/docs/sdk/js-client.md index 116196f6e..b9e7b6a61 100644 --- a/src/docs/sdk/js-client.md +++ b/src/docs/sdk/js-client.md @@ -8,7 +8,7 @@ There are a few areas in which the SDK can help you navigate [the differences be - [Gas costs](../developers/build/transaction-fees.md) - [Interlayer communication](../developers/bridge/basics.md) -The SDK supports multiple OP Chains: OP, Base, Zora, etc. +The SDK supports multiple OP Chains: OP, Base, etc. To see whether a specific OP Chain is supported directly, [see the documentation](https://sdk.optimism.io/enums/l2chainid). Chains that aren't officially supported just take a few extra steps. Get the L1 contract addresses, and [provide them to the SDK](https://stack.optimism.io/docs/build/sdk/#contract-addresses).