From b5fa561e5e4a98b6ad41e2f441fbc5a68ad64588 Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:00:37 -0700 Subject: [PATCH] remove zora sepolia from testnets --- lib/util/testNets.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util/testNets.ts b/lib/util/testNets.ts index af0a6900d6..4bb5948e4b 100644 --- a/lib/util/testNets.ts +++ b/lib/util/testNets.ts @@ -11,5 +11,4 @@ export const TESTNETS = [ ChainId.OPTIMISM_GOERLI, ChainId.ARBITRUM_SEPOLIA, ChainId.ARBITRUM_GOERLI, - ChainId.ZORA_SEPOLIA, ]