From dc60970b7d270137751b0e15214070be7a5e3b1b Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 21 Mar 2024 10:12:01 +0200 Subject: [PATCH] remove goerli (#2023) --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 2bd5f964a..f6b62cad4 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, 5, 80001, 11155111], + chainIdsSupported: [1, 137, 10, 80001, 11155111], customProviderUrl: process.env.NEXT_PUBLIC_PROVIDER_URL,