diff --git a/src/utils/ConfigHelper.ts b/src/utils/ConfigHelper.ts index 5f87e66f..53ec8759 100644 --- a/src/utils/ConfigHelper.ts +++ b/src/utils/ConfigHelper.ts @@ -58,8 +58,8 @@ const configs: ConfigHelperConfig[] = [ networkId: 1, network: 'mainnet', nodeUri: 'https://mainnet.infura.io/v3', - metadataCacheUri: null, - providerUri: null, + metadataCacheUri: 'https://aquarius.mp.mainnet.v3.dev-ocean.com/', + providerUri: 'https://provider.mp.mainnet.v3.dev-ocean.com/', oceanTokenAddress: null, factoryAddress: null, poolFactoryAddress: null,