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

add mainnet uri

This commit is contained in:
alexcos20 2020-10-22 05:48:47 -07:00
parent 8004f10f8d
commit aba652ecc1

View File

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