@ecency/sdk 2.2.12 → 2.2.13
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.
package/dist/browser/index.d.ts
CHANGED
|
@@ -983,7 +983,7 @@ declare namespace ConfigManager {
|
|
|
983
983
|
function setPollsApiHost(host: string): void;
|
|
984
984
|
/**
|
|
985
985
|
* Set the image host
|
|
986
|
-
* @param host - The image host URL (e.g., "https://
|
|
986
|
+
* @param host - The image host URL (e.g., "https://i.ecency.com")
|
|
987
987
|
*/
|
|
988
988
|
function setImageHost(host: string): void;
|
|
989
989
|
/**
|