Add storageUrl

This commit is contained in:
Sosthene 2024-12-17 11:56:09 +01:00
parent 057b52f540
commit 5b153edab8

View File

@ -9,8 +9,8 @@ import Database from './database.service';
import { storeData, retrieveData } from './storage.service';
export const U32_MAX = 4294967295;
const RELAY_ADDRESS = "sprt1qqdg4x69xdyhxpz4weuel0985qyswa0x9ycl4q6xc0fngf78jtj27gqj5vff4fvlt3fydx4g7vv0mh7vqv8jncgusp6n2zv860nufdzkyy59pqrdr";
const wsurl = `https://demo.4nkweb.com/ws/`;
const storageUrl = `http://localhost:8080`;
export default class Services {
private static initializing: Promise<Services> | null = null;
@ -151,7 +151,7 @@ export default class Services {
min_sig_member: 1.0,
},
],
storages: []
storages: [storageUrl]
},
},
session_privkey: newKey['private_key'],