mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 09:13:28 +00:00
Include mostro
This commit is contained in:
@ -136,11 +136,9 @@ class RoboPool {
|
|||||||
};
|
};
|
||||||
|
|
||||||
subscribeRatings = (events: RoboPoolEvents, coordinators?: string[]): void => {
|
subscribeRatings = (events: RoboPoolEvents, coordinators?: string[]): void => {
|
||||||
const pubkeys =
|
const pubkeys = Object.values(defaultFederation)
|
||||||
coordinators ??
|
.map((f) => f.nostrHexPubkey)
|
||||||
[...Object.values(defaultFederation), ...Object.values(thirdParties)]
|
.filter((item) => item !== undefined);
|
||||||
.map((f) => f.nostrHexPubkey)
|
|
||||||
.filter((item) => item !== undefined);
|
|
||||||
|
|
||||||
const requestRatings = [
|
const requestRatings = [
|
||||||
'REQ',
|
'REQ',
|
||||||
|
BIN
frontend/static/federation/avatars/mostro.small.webp
Normal file
BIN
frontend/static/federation/avatars/mostro.small.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
frontend/static/federation/avatars/mostro.webp
Normal file
BIN
frontend/static/federation/avatars/mostro.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
@ -30,5 +30,21 @@
|
|||||||
"pgp": "/static/federation/pgp/48339A19645E2E53488E0E5479E1B270FACD1BD2.asc",
|
"pgp": "/static/federation/pgp/48339A19645E2E53488E0E5479E1B270FACD1BD2.asc",
|
||||||
"fingerprint": "48339A19645E2E53488E0E5479E1B270FACD1BD2"
|
"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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user