feat: added new base chain

This commit is contained in:
Mikhail Gladchenko
2024-04-19 10:15:15 +01:00
parent b1920c91b9
commit 96d7216939
6 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,
];