-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add over the moon coordinator #1591
Conversation
frontend/static/federation.json
Outdated
@@ -142,6 +142,52 @@ | |||
"mainnetNodesPubkeys": ["02c5b5972b05fba2cd2c2d9269a47bc478f73fae0f248a85cb1e5af60a07c1919d"], | |||
"testnetNodesPubkeys": ["032b698c8143f293d138c0926594f11d119194ddedb513f63a944d14c094d0e54a"] | |||
}, | |||
"overthemoon": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"overthemoon"
can be changed to "moon"
frontend/static/federation.json
Outdated
@@ -142,6 +142,52 @@ | |||
"mainnetNodesPubkeys": ["02c5b5972b05fba2cd2c2d9269a47bc478f73fae0f248a85cb1e5af60a07c1919d"], | |||
"testnetNodesPubkeys": ["032b698c8143f293d138c0926594f11d119194ddedb513f63a944d14c094d0e54a"] | |||
}, | |||
"overthemoon": { | |||
"longAlias": "Over the moon", | |||
"shortAlias": "overthemoon", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"shortAlias"
can be changed to "moon"
as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of comments shortening "overthemoon" to "moon". Everything else looks good (to me at least). Thank you so much!
Thanks for the review! These alias you see here are just used only on the tech side so it doesn't really affects or reach to the end user |
Hey, this coordinator won't be reachable for those using the self-hosted app. We need to add the correct nginx configs in https://github.com/RoboSats/robosats/tree/main/nodeapp/coordinators It's not too relevant. But I also favor |
* Add over the moon coordinator * Add Over the Moon to self-hosted backend * Add over the moon avatar --------- Co-authored-by: Reckless_Satoshi <[email protected]>
What does this PR do?
Fixes #1586
Add over the moon coordinator
Checklist before merging
pip install pre-commit
, thenpre-commit install
. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.