@iexec/web3mail 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  export declare const WEB3_MAIL_DAPP_ADDRESS = "web3mail.apps.iexec.eth";
2
2
  export declare const PROD_WORKERPOOL_ADDRESS = "prod-v8-bellecour.main.pools.iexec.eth";
3
- export declare const DATAPROTECTOR_SUBGRAPH_ENDPOINT = "https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2";
3
+ export declare const DATAPROTECTOR_SUBGRAPH_ENDPOINT = "https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2";
4
4
  export declare const MAX_DESIRED_DATA_ORDER_PRICE = 0;
5
5
  export declare const MAX_DESIRED_APP_ORDER_PRICE = 0;
6
6
  export declare const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0;
@@ -1,6 +1,6 @@
1
1
  export const WEB3_MAIL_DAPP_ADDRESS = 'web3mail.apps.iexec.eth';
2
2
  export const PROD_WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth';
3
- export const DATAPROTECTOR_SUBGRAPH_ENDPOINT = 'https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
3
+ export const DATAPROTECTOR_SUBGRAPH_ENDPOINT = 'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
4
4
  export const MAX_DESIRED_DATA_ORDER_PRICE = 0;
5
5
  export const MAX_DESIRED_APP_ORDER_PRICE = 0;
6
6
  export const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0;
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/config/config.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG,yBAAyB,CAAC;AAChE,MAAM,CAAC,MAAM,uBAAuB,GAAG,wCAAwC,CAAC;AAChF,MAAM,CAAC,MAAM,+BAA+B,GAC1C,2EAA2E,CAAC;AAC9E,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC;AAC9C,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC;AAC7C,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC;AACpD,MAAM,CAAC,MAAM,oBAAoB,GAAG,YAAY,CAAC;AACjD,MAAM,CAAC,MAAM,eAAe,GAAG,6CAA6C,CAAC;AAC7E,MAAM,CAAC,MAAM,oBAAoB,GAAG,0CAA0C,CAAC;AAC/E,MAAM,CAAC,MAAM,gCAAgC,GAC3C,4CAA4C,CAAC;AAC/C,MAAM,CAAC,MAAM,mBAAmB,GAAG,KAAK,CAAC"}
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/config/config.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG,yBAAyB,CAAC;AAChE,MAAM,CAAC,MAAM,uBAAuB,GAAG,wCAAwC,CAAC;AAChF,MAAM,CAAC,MAAM,+BAA+B,GAC1C,mEAAmE,CAAC;AACtE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC;AAC9C,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC;AAC7C,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC;AACpD,MAAM,CAAC,MAAM,oBAAoB,GAAG,YAAY,CAAC;AACjD,MAAM,CAAC,MAAM,eAAe,GAAG,6CAA6C,CAAC;AAC7E,MAAM,CAAC,MAAM,oBAAoB,GAAG,0CAA0C,CAAC;AAC/E,MAAM,CAAC,MAAM,gCAAgC,GAC3C,4CAA4C,CAAC;AAC/C,MAAM,CAAC,MAAM,mBAAmB,GAAG,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iexec/web3mail",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -1,7 +1,7 @@
1
1
  export const WEB3_MAIL_DAPP_ADDRESS = 'web3mail.apps.iexec.eth';
2
2
  export const PROD_WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth';
3
3
  export const DATAPROTECTOR_SUBGRAPH_ENDPOINT =
4
- 'https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
4
+ 'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
5
5
  export const MAX_DESIRED_DATA_ORDER_PRICE = 0;
6
6
  export const MAX_DESIRED_APP_ORDER_PRICE = 0;
7
7
  export const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0;