diff --git a/src/utils/hydra.ts b/src/utils/hydra.ts index 07f6ea0..e673f7f 100644 --- a/src/utils/hydra.ts +++ b/src/utils/hydra.ts @@ -72,7 +72,7 @@ export class Hydra { this.connection = new WebSocket( websocketUrl + (websocketUrl.toString().endsWith("/") ? "" : "/") + - `?history=no`, + `?${filterAddress ? `address=${filterAddress}&` : ""}history=no`, ); this.connection.onopen = () => { console.log("Connected to Hydra");