1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

test aqua deployment

This commit is contained in:
mihaisc 2022-10-25 12:15:07 +03:00
parent 508d615855
commit 189b379918

View File

@ -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.