From 189b379918e9c93aede6898071167130b108d11a Mon Sep 17 00:00:00 2001 From: mihaisc Date: Tue, 25 Oct 2022 12:15:07 +0300 Subject: [PATCH] test aqua deployment --- app.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.config.js b/app.config.js index 51efce7b5..2caed42f8 100644 --- a/app.config.js +++ b/app.config.js @@ -5,9 +5,7 @@ module.exports = { // In components can be accessed with the useMarketMetadata hook: // const { appConfig } = useMarketMetadata() // return appConfig.metadataCacheUri - metadataCacheUri: - process.env.NEXT_PUBLIC_METADATACACHE_URI || - 'https://v4.aquarius.oceanprotocol.com', + metadataCacheUri: 'https://v4-2.aquarius.oceanprotocol.com', // List of chainIds which metadata cache queries will return by default. // This preselects the Chains user preferences.