@@ -74,19 +74,19 @@ export type SubgraphConsumer = {
7474export type Web3TelegramConfigOptions = {
7575 /**
7676 * The Ethereum contract address or ENS (Ethereum Name Service) for the telegram sender dapp.
77- * If not provided, the default web3telegram address will be used.
77+ * If not provided, the default web3telegram address for the detected chain will be used.
7878 */
7979 dappAddressOrENS ?: AddressOrENS ;
8080
8181 /**
8282 * The Ethereum contract address for the whitelist.
83- * If not provided, the default whitelist smart contract address will be used.
83+ * If not provided, the default whitelist smart contract address for the detected chain will be used.
8484 */
8585 dappWhitelistAddress ?: Address ;
8686
8787 /**
8888 * The subgraph URL for querying data.
89- * If not provided, the default data protector subgraph URL will be used.
89+ * If not provided, the default data protector subgraph URL for the detected chain will be used.
9090 */
9191 dataProtectorSubgraph ?: string ;
9292
@@ -98,13 +98,13 @@ export type Web3TelegramConfigOptions = {
9898
9999 /**
100100 * The IPFS node URL.
101- * If not provided, the default IPFS node URL will be used.
101+ * If not provided, the default IPFS node URL for the detected chain will be used.
102102 */
103103 ipfsNode ?: string ;
104104
105105 /**
106106 * The IPFS gateway URL.
107- * If not provided, the default IPFS gateway URL will be used.
107+ * If not provided, the default IPFS gateway URL for the detected chain will be used.
108108 */
109109 ipfsGateway ?: string ;
110110} ;
0 commit comments