up consts

This commit is contained in:
Sasha 2023-11-07 01:04:41 +01:00
parent 50df1c6882
commit 3d11fc67bf
No known key found for this signature in database

View File

@ -11,7 +11,7 @@ export type Message = {
type EventListener = (event: CustomEvent) => void;
const SECOND = 1000;
const LOCAL_NODE = "http://127.0.0.1:8645/";
const LOCAL_NODE = "http://127.0.0.1:8645";
const RELAY = "/relay/v1";
const buildURL = (endpoint: string) => `${LOCAL_NODE}${endpoint}`;