Include mostro

This commit is contained in:
koalasat
2025-05-08 14:35:11 +02:00
parent cc2b599747
commit d2fe16a9ad
4 changed files with 19 additions and 5 deletions

View File

@ -136,11 +136,9 @@ class RoboPool {
};
subscribeRatings = (events: RoboPoolEvents, coordinators?: string[]): void => {
const pubkeys =
coordinators ??
[...Object.values(defaultFederation), ...Object.values(thirdParties)]
.map((f) => f.nostrHexPubkey)
.filter((item) => item !== undefined);
const pubkeys = Object.values(defaultFederation)
.map((f) => f.nostrHexPubkey)
.filter((item) => item !== undefined);
const requestRatings = [
'REQ',

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -30,5 +30,21 @@
"pgp": "/static/federation/pgp/48339A19645E2E53488E0E5479E1B270FACD1BD2.asc",
"fingerprint": "48339A19645E2E53488E0E5479E1B270FACD1BD2"
}
},
"mostro": {
"longAlias": "Mostro",
"federated": false,
"shortAlias": "mostro",
"nostrHexPubkey": "82fa8cb978b43c79b2156585bac2c011176a21d2aead6d9f7c575c005be88390",
"description": "Peer-to-peer Lightning Network platform over nostr .",
"contact": {
"email": null,
"telegram": "https://t.me/mostrop2p",
"simplex": null,
"nostr": "https://njump.me/npub1m0str0d7z2ww8rdh20t2n9lx520xjwhaq24p68umqp06wwrwtsnqen40un",
"website": "https://mostro.network",
"pgp": null,
"fingerprint": null
}
}
}