export const WEB3TELEGRAM_DAPP_ADDRESS = 'web3telegram.apps.iexec.eth';

export const WHITELIST_SMART_CONTRACT_ADDRESS =
  '0x192C6f5AccE52c81Fcc2670f10611a3665AAA98F';

export const PROD_WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth';

export const DATAPROTECTOR_SUBGRAPH_ENDPOINT =
  'https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2';

export const MAX_DESIRED_DATA_ORDER_PRICE = 0;

export const MAX_DESIRED_APP_ORDER_PRICE = 0;

export const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0;

export const IPFS_UPLOAD_URL = '/dns4/ipfs-upload.v8-bellecour.iex.ec/https';

export const DEFAULT_IPFS_GATEWAY = 'https://ipfs-gateway.v8-bellecour.iex.ec';

export const ANY_DATASET_ADDRESS = 'any';
