1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

update metadataCacheUri & providerUri for mainnet

This commit is contained in:
Matthias Kretschmann 2020-10-23 14:02:34 +02:00
parent f43b665e53
commit c53fe6ea5f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -46,8 +46,8 @@ const configs: ConfigHelperConfig[] = [
networkId: 4, networkId: 4,
network: 'rinkeby', network: 'rinkeby',
nodeUri: 'https://rinkeby.infura.io/v3', nodeUri: 'https://rinkeby.infura.io/v3',
metadataCacheUri: 'https://aquarius.rinkeby.v3.dev-ocean.com', metadataCacheUri: 'https://aquarius.rinkeby.oceanprotocol.com',
providerUri: 'https://provider.rinkeby.v3.dev-ocean.com', providerUri: 'https://provider.rinkeby.oceanprotocol.com',
oceanTokenAddress: null, oceanTokenAddress: null,
factoryAddress: null, factoryAddress: null,
poolFactoryAddress: null, poolFactoryAddress: null,
@ -58,8 +58,8 @@ const configs: ConfigHelperConfig[] = [
networkId: 1, networkId: 1,
network: 'mainnet', network: 'mainnet',
nodeUri: 'https://mainnet.infura.io/v3', nodeUri: 'https://mainnet.infura.io/v3',
metadataCacheUri: 'https://aquarius.mp.mainnet.v3.dev-ocean.com/', metadataCacheUri: 'https://aquarius.mainnet.oceanprotocol.com',
providerUri: 'https://provider.mp.mainnet.v3.dev-ocean.com/', providerUri: 'https://provider.mainnet.oceanprotocol.com',
oceanTokenAddress: null, oceanTokenAddress: null,
factoryAddress: null, factoryAddress: null,
poolFactoryAddress: null, poolFactoryAddress: null,