opportunity-service 0.0.523 → 0.0.524

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,15 @@
1
1
  {
2
2
  "rinkeby": {
3
- "MarketFactory": "0xc4d293b967C86DC0fC0Fd41850223464431a40de",
4
- "UserRegistration": "0xA81d698B0F165E4833239a75300a2cA0DCC8F72d",
3
+ "MarketFactory": "0xD5942d62e7c57690F1B89A672ACa0E6F20aAD247",
4
+ "UserRegistration": "0x520d8C14A349E0fB2aec3726880595A0a780b5BD",
5
+ "UserSummaryFactory": "0xA81d698B0F165E4833239a75300a2cA0DCC8F72d",
5
6
  "Dai": "0xD5942d62e7c57690F1B89A672ACa0E6F20aAD247",
6
7
  "Scheduler": "0x"
7
8
  },
8
9
  "mainnet": {
9
10
  "MarketFactory": "0x8eb065482F681537e90eab826540E9DF8D8cBd89",
10
11
  "UserRegistration": "0xc4F1B570e57A5035a25035AFA5f7CbA204627024",
12
+ "UserSummaryFactory": "",
11
13
  "Dai": "0x6b175474e89094c44da98b954eedeac495271d0f",
12
14
  "Scheduler": "0x"
13
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opportunity-service",
3
- "version": "0.0.523",
3
+ "version": "0.0.524",
4
4
  "description": "A service layer that connects all services between the blockchain and ui.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,13 +1,15 @@
1
1
  {
2
2
  "rinkeby": {
3
- "MarketFactory": "0xc4d293b967C86DC0fC0Fd41850223464431a40de",
4
- "UserRegistration": "0xA81d698B0F165E4833239a75300a2cA0DCC8F72d",
3
+ "MarketFactory": "0xD5942d62e7c57690F1B89A672ACa0E6F20aAD247",
4
+ "UserRegistration": "0x520d8C14A349E0fB2aec3726880595A0a780b5BD",
5
+ "UserSummaryFactory": "0xA81d698B0F165E4833239a75300a2cA0DCC8F72d",
5
6
  "Dai": "0xD5942d62e7c57690F1B89A672ACa0E6F20aAD247",
6
7
  "Scheduler": "0x"
7
8
  },
8
9
  "mainnet": {
9
10
  "MarketFactory": "0x8eb065482F681537e90eab826540E9DF8D8cBd89",
10
11
  "UserRegistration": "0xc4F1B570e57A5035a25035AFA5f7CbA204627024",
12
+ "UserSummaryFactory": "",
11
13
  "Dai": "0x6b175474e89094c44da98b954eedeac495271d0f",
12
14
  "Scheduler": "0x"
13
15
  }