mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
Missing commas added to config.js.example
syntax errors fixed
This commit is contained in:
parent
7e00693b73
commit
01a6f5157e
@ -36,7 +36,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....
|
||||
@ -52,7 +52,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"
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user