mirror of
https://github.com/Yonle/bostr.git
synced 2025-08-05 02:08:17 +02:00
Merge pull request #2 from HolgerHatGarKeineNode/patch-2
Missing commas added to config.js.example
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = {
|
||||
private_keys: {
|
||||
// "pubkey-in-hex": "privatekey",
|
||||
// "pubkey-in-hex": "nsec ...."
|
||||
}
|
||||
},
|
||||
// Tip: If you want to convert your pubkey/privatekey to hex,
|
||||
// You could run the following command:
|
||||
// $ node hexconverter.js npub....
|
||||
@@ -47,7 +47,7 @@ module.exports = {
|
||||
|
||||
// Some nostr client may read the following for compatibility check.
|
||||
// You may change the supported_nips to match with what your relays supported.
|
||||
"supported_nips": [1,2,9,11,12,15,16,20,22,33,40,42,50]
|
||||
"supported_nips": [1,2,9,11,12,15,16,20,22,33,40,42,50],
|
||||
"version": "1.0.0"
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user