From cf7a5a0cc10fe04b34acceb96d4846d64fd39ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Manuel=20Mari=C3=B1as=20Bascoy?= Date: Thu, 11 Jan 2024 17:18:53 +0100 Subject: [PATCH] add networks to additional networks --- modules/client-common/src/constants.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/client-common/src/constants.ts b/modules/client-common/src/constants.ts index 5a0a79107..cd1d70b55 100644 --- a/modules/client-common/src/constants.ts +++ b/modules/client-common/src/constants.ts @@ -439,6 +439,10 @@ export const ADDITIONAL_NETWORKS: Network[] = [ name: "base", chainId: 8453, }, + { + name: "baseSepolia", + chainId: 84532, + }, { name: "arbitrum", chainId: 42161, @@ -448,8 +452,8 @@ export const ADDITIONAL_NETWORKS: Network[] = [ chainId: 421613, }, { - name: "arbitrumGoerli", - chainId: 421613, + name: "arbitrumSepolia", + chainId: 421614, }, { name: "sepolia",