feat: added new base chain

This commit is contained in:
Mikhail Gladchenko
2024-04-22 17:22:50 +01:00
parent cbc3cb611e
commit 668f958d07
7 changed files with 57 additions and 6 deletions

View File

@@ -20,4 +20,5 @@ export const productionChains = [
SupportedChainId.INEVM,
SupportedChainId.LINEA,
SupportedChainId.AVAX,
SupportedChainId.BASE,
];