From 9e7b897579677698ad9a70bd4dfe06c60f5a2613 Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Fri, 28 Jul 2023 14:50:36 -0300 Subject: [PATCH] #260 - update Base name for Goerli network --- src/utils/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/consts.ts b/src/utils/consts.ts index 05a55c2a6..f32e33e64 100644 --- a/src/utils/consts.ts +++ b/src/utils/consts.ts @@ -244,7 +244,7 @@ export const CHAINS: ChainInfo[] = }, { id: CHAIN_ID_BASE, - name: "Base", + name: "Base (Goerli)", logo: baseIcon, }, {