From da5810ecdb6d9066360dea1760492fc2912a927b Mon Sep 17 00:00:00 2001 From: Carl DiClementi Date: Fri, 10 Jan 2025 11:12:51 -0600 Subject: [PATCH 1/2] add quicknode option --- docs/pages/zora-network/api-access.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/zora-network/api-access.mdx b/docs/pages/zora-network/api-access.mdx index 1fad64356..43da594a0 100644 --- a/docs/pages/zora-network/api-access.mdx +++ b/docs/pages/zora-network/api-access.mdx @@ -6,7 +6,7 @@ There are a few supported APIs to access ZORA chain information. * Use viem/ethers with the public RPC url (https://rpc.zora.energy/) or [your own node](https://docs.conduit.xyz/guides/run-a-node/op-stack-node) to access information. * You can create a [conduit account](https://docs.conduit.xyz/nodes/get-api-keys) to get a free API key for the ZORA network without rate limits on the public node. - * You can also use [dRPC](https://drpc.org/chainlist/zora) as a paid RPC node provider. + * You can also use [dRPC](https://drpc.org/chainlist/zora) or [QuickNode](https://www.quicknode.com/chains/zora) as paid RPC node providers. 2. Explorer Access: From 104625ff3ae05f2e47b00b80304ce8009d8caae8 Mon Sep 17 00:00:00 2001 From: Carl DiClementi Date: Fri, 10 Jan 2025 11:19:43 -0600 Subject: [PATCH 2/2] Update api-access.mdx add clusters --- docs/pages/zora-network/api-access.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/zora-network/api-access.mdx b/docs/pages/zora-network/api-access.mdx index 43da594a0..5b3b832da 100644 --- a/docs/pages/zora-network/api-access.mdx +++ b/docs/pages/zora-network/api-access.mdx @@ -7,6 +7,7 @@ There are a few supported APIs to access ZORA chain information. * Use viem/ethers with the public RPC url (https://rpc.zora.energy/) or [your own node](https://docs.conduit.xyz/guides/run-a-node/op-stack-node) to access information. * You can create a [conduit account](https://docs.conduit.xyz/nodes/get-api-keys) to get a free API key for the ZORA network without rate limits on the public node. * You can also use [dRPC](https://drpc.org/chainlist/zora) or [QuickNode](https://www.quicknode.com/chains/zora) as paid RPC node providers. + * If you're looking for dedicated infrastructure, check out QuickNode's [Clusters](https://www.quicknode.com/clusters) offering. 2. Explorer Access: