@iexec/web3telegram
Version:
Enables secure, blockchain-based messaging by encrypting Telegram user IDs for privacy. It lets users message Ethereum account holders without knowing their Telegram details.
11 lines (10 loc) • 797 B
TypeScript
export declare const WEB3TELEGRAM_DAPP_ADDRESS = "web3telegram.apps.iexec.eth";
export declare const WHITELIST_SMART_CONTRACT_ADDRESS = "0x192C6f5AccE52c81Fcc2670f10611a3665AAA98F";
export declare const PROD_WORKERPOOL_ADDRESS = "prod-v8-bellecour.main.pools.iexec.eth";
export declare const DATAPROTECTOR_SUBGRAPH_ENDPOINT = "https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2";
export declare const MAX_DESIRED_DATA_ORDER_PRICE = 0;
export declare const MAX_DESIRED_APP_ORDER_PRICE = 0;
export declare const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0;
export declare const IPFS_UPLOAD_URL = "/dns4/ipfs-upload.v8-bellecour.iex.ec/https";
export declare const DEFAULT_IPFS_GATEWAY = "https://ipfs-gateway.v8-bellecour.iex.ec";
export declare const ANY_DATASET_ADDRESS = "any";