From a33efc984c97f6511839214a9bb64dc83bfc7258 Mon Sep 17 00:00:00 2001 From: cedoor Date: Wed, 2 Oct 2024 22:43:51 +0100 Subject: [PATCH] refactor(data): add types for new networks re #865 --- packages/data/src/types/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/data/src/types/index.ts b/packages/data/src/types/index.ts index d63cb05c9..eb4adec2f 100644 --- a/packages/data/src/types/index.ts +++ b/packages/data/src/types/index.ts @@ -7,6 +7,10 @@ export type EthersNetwork = | "arbitrum-sepolia" | "optimism" | "optimism-sepolia" + | "base" + | "base-sepolia" + | "linea" + | "linea-sepolia" export type GroupOptions = { members?: boolean