From 1c3a866e46dc08dbdb9e7df95ae6ed383a76c65e Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 23 May 2024 09:49:41 +0300 Subject: [PATCH] Remove Mumbai from supported chains dropdown (#2039) --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index f6b62cad4..48982ee07 100644 --- a/app.config.js +++ b/app.config.js @@ -14,7 +14,7 @@ module.exports = { chainIds: [1, 137, 10], // List of all supported chainIds. Used to populate the Chains user preferences list. - chainIdsSupported: [1, 137, 10, 80001, 11155111], + chainIdsSupported: [1, 137, 10, 11155111], customProviderUrl: process.env.NEXT_PUBLIC_PROVIDER_URL,