From ac50048571e7126da256e41803a2d9d37852bbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20P=C3=A9rez?= Date: Wed, 9 Aug 2023 13:27:20 +0200 Subject: [PATCH] Add Base Support --- src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.ts b/src/config.ts index b0a4f6fe..bb55343e 100644 --- a/src/config.ts +++ b/src/config.ts @@ -61,6 +61,7 @@ const supportedChains: Map = { 56: { name: 'BSC' }, 137: { name: 'Polygon' }, 250: { name: 'Fantom' }, + 8453: { name: 'Base' }, 42161: { name: 'Arbitrum' }, 43114: { name: 'Avalanche' }, 42220: { name: 'Celo' },