Make api.zap.stream default stream provider

This commit is contained in:
Kieran 2023-07-04 14:19:13 +01:00
parent 552a6744a8
commit 9ca0f47857
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -84,7 +84,7 @@ export class ProviderStore extends ExternalStore<Array<StreamProvider>> {
}
takeSnapshot() {
return [new ManualProvider(), ...this.#providers];
return [new Nip103StreamProvider("https://api.zap.stream/api/nostr/"), new ManualProvider(), ...this.#providers];
}
#save() {