Skip to content

Commit

Permalink
update metadataCacheUri & providerUri for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious authored Oct 23, 2020
1 parent f43b665 commit d68070b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const configs: ConfigHelperConfig[] = [
networkId: 1,
network: 'mainnet',
nodeUri: 'https://mainnet.infura.io/v3',
metadataCacheUri: 'https://aquarius.mp.mainnet.v3.dev-ocean.com/',
providerUri: 'https://provider.mp.mainnet.v3.dev-ocean.com/',
metadataCacheUri: 'aquarius.mainnet.oceanprotocol.com',
providerUri: 'https://provider.mainnet.oceanprotocol.com',
oceanTokenAddress: null,
factoryAddress: null,
poolFactoryAddress: null,
Expand Down

0 comments on commit d68070b

Please sign in to comment.