diff --git a/build_app_entry.js b/build_app_entry.js index 8d9c9310..c2af0a1a 100644 --- a/build_app_entry.js +++ b/build_app_entry.js @@ -41,6 +41,7 @@ if (!cfg.url_domains.includes(cfg.site_domain)) { } copyKey('logo') copyKey('ws_connection_app') +copyKey('ws_connection_exchange') copyKey('chain_id') copyKey('images') copyKey('wallet_service') diff --git a/config/desktop.json b/config/desktop.json index e75fdaa8..37f834cb 100644 --- a/config/desktop.json +++ b/config/desktop.json @@ -14,6 +14,7 @@ { "address": "wss://api.aleksw.space/ws" }, { "address": "wss://api-golos.blckchnd.com/ws" } ], + "ws_connection_exchange": "wss://api.golos.id/ws", "chain_id": "782a3039b478c839e4cb0c941ff4eaeb7df40bdd68bd441afd444b9da763de12", "images": { "img_proxy_prefix": "https://images.golos.today", @@ -29,7 +30,8 @@ "custom_client": "blogs" }, "notify_service": { - "host": "https://notify.golos.app" + "host": "https://notify.golos.app", + "host_ws": "wss://notify.golos.app/ws" }, "messenger_service": { "host": "app://chat.golos.app"