From 3ff2bce177b0aad96b1dbbd1bd5fef8c7e4c2e0a Mon Sep 17 00:00:00 2001 From: EnzoVezzaro Date: Wed, 5 Oct 2022 06:28:48 -0400 Subject: [PATCH] added development (barge) network --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index 51efce7b5..3421756bf 100644 --- a/app.config.js +++ b/app.config.js @@ -11,10 +11,10 @@ module.exports = { // List of chainIds which metadata cache queries will return by default. // This preselects the Chains user preferences. - chainIds: [1, 137, 56, 246, 1285], + chainIds: [1, 137, 56, 246, 1285, 8996], // List of all supported chainIds. Used to populate the Chains user preferences list. - chainIdsSupported: [1, 137, 56, 246, 1285, 5, 80001, 1287], + chainIdsSupported: [1, 137, 56, 246, 1285, 5, 80001, 1287, 8996], infuraProjectId: process.env.NEXT_PUBLIC_INFURA_PROJECT_ID || 'xxx',