-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Over the Moon to self-hosted backend
- Loading branch information
1 parent
865c2b1
commit 1e98359
Showing
8 changed files
with
47 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,14 +142,14 @@ | |
"mainnetNodesPubkeys": ["02c5b5972b05fba2cd2c2d9269a47bc478f73fae0f248a85cb1e5af60a07c1919d"], | ||
"testnetNodesPubkeys": ["032b698c8143f293d138c0926594f11d119194ddedb513f63a944d14c094d0e54a"] | ||
}, | ||
"overthemoon": { | ||
"moon": { | ||
"longAlias": "Over the moon", | ||
"shortAlias": "overthemoon", | ||
"identifier": "overthemoon", | ||
"shortAlias": "moon", | ||
"identifier": "moon", | ||
"description": "Forget \"to the moon\", at Over the Moon we are here to take no-KYC, p2p exchange to the next level! Our goal is to further decentralise the RoboSats federation whilst providing the maximum level of privacy and security for our users. *Trade amounts increase by 30% every 2016 blocks (~2 weeks).", | ||
"motto": "Bene videtur hinc", | ||
"color": "#eeeee4", | ||
"established": "2024-11-15", | ||
"established": "2024-11-01", | ||
"nostrHexPubkey": "7af6f7cfc3bfdf8aa65df2465aa7841096fa8ee6b2d4d14fc43d974e5db9ab96", | ||
"contact": { | ||
"email": "[email protected]", | ||
|
@@ -163,7 +163,7 @@ | |
"badges": { | ||
"isFounder": false, | ||
"donatesToDevFund": 25, | ||
"hasGoodOpSec": false, | ||
"hasGoodOpSec": true, | ||
"robotsLove": false, | ||
"hasLargeLimits": false | ||
}, | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Over the Moon Coordinator Mainnet | ||
upstream mainnet_moon { | ||
server localhost:106; | ||
} | ||
|
||
# Over the Moon Coordinator Testnet | ||
upstream testnet_moon { | ||
server localhost:1006; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters