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',