diff --git a/package-lock.json b/package-lock.json index bd1e1a64..aca509ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -939,9 +939,8 @@ } }, "@oceanprotocol/contracts": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.7.tgz", - "integrity": "sha512-p0oOHXr60hXZuLNsQ/PsOQtCfia79thm7MjPxTrnnBvD+csJoHzARYMB0IFj/KTw6U5vLXODgjJAn8x6QksLwg==" + "version": "0.5.8", + "resolved": "github:oceanprotocol/contracts#eb57f17d61ad644876894b8a74a6f374952a8761" }, "@octokit/auth-token": { "version": "2.4.3", diff --git a/package.json b/package.json index 4d8acc79..cf8a40a9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@ethereum-navigator/navigator": "^0.5.0", - "@oceanprotocol/contracts": "^0.5.7", + "@oceanprotocol/contracts": "^0.5.8", "decimal.js": "^10.2.0", "fs": "0.0.1-security", "lzma": "^2.3.2", diff --git a/src/utils/ConfigHelper.ts b/src/utils/ConfigHelper.ts index cde9930c..9e5335d7 100644 --- a/src/utils/ConfigHelper.ts +++ b/src/utils/ConfigHelper.ts @@ -44,6 +44,19 @@ const configs: ConfigHelperConfig[] = [ metadataContractAddress: null, startBlock: 0 }, + { + networkId: 3, + network: 'ropsten', + nodeUri: 'https://ropsten.infura.io/v3', + metadataCacheUri: 'https://aquarius.ropsten.oceanprotocol.com', + providerUri: 'https://provider.ropsten.oceanprotocol.com', + oceanTokenAddress: null, + factoryAddress: null, + poolFactoryAddress: null, + fixedRateExchangeAddress: null, + metadataContractAddress: null, + startBlock: 9227563 + }, { networkId: 4, network: 'rinkeby',