mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Merge pull request #401 from oceanprotocol/feature/mainnet-config
update metadataCacheUri & providerUri for mainnet
This commit is contained in:
commit
e17f1f73a4
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user