opportunity-service 0.0.562 → 0.0.563

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import * as addressMap from '../../blockchain/addresses.json';
1
+ import addressMap from '../../blockchain/addresses.json';
2
2
  export default function getContractAddress(network, contractName) {
3
3
  console.log(network);
4
4
  console.log(contractName);
@@ -1 +1 @@
1
- {"version":3,"file":"addresses.js","sourceRoot":"","sources":["../../../src/api/internal/addresses.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,iCAAiC,CAAC;AAI9D,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAqB,EAAE,YAAuB;IACrF,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;IACpB,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAA;IACzB,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAA;IACvB,OAAO,UAAU,CAAC,OAAO,CAAC,CAAC,YAAY,CAAC,CAAA;AAC5C,CAAC"}
1
+ {"version":3,"file":"addresses.js","sourceRoot":"","sources":["../../../src/api/internal/addresses.ts"],"names":[],"mappings":"AACA,OAAO,UAAU,MAAM,iCAAiC,CAAC;AAIzD,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAqB,EAAE,YAAuB;IACrF,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;IACpB,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAA;IACzB,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAA;IACvB,OAAO,UAAU,CAAC,OAAO,CAAC,CAAC,YAAY,CAAC,CAAA;AAC5C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opportunity-service",
3
- "version": "0.0.562",
3
+ "version": "0.0.563",
4
4
  "description": "A service layer that connects all services between the blockchain and ui.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  import * as opportunityService from '../../OpportunityService';
2
- import * as addressMap from '../../blockchain/addresses.json';
2
+ import addressMap from '../../blockchain/addresses.json';
3
3
  import { EthNetworkID } from 'dvote-js';
4
4
  import { Contracts } from '../../constants';
5
5