mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
add gudnuf
This commit is contained in:
parent
4da4beeef4
commit
aae5fe1335
@ -11,7 +11,7 @@ const appConfig = {
|
||||
"wss://purplerelay.com/",
|
||||
"wss://relay.devs.tools/"
|
||||
],
|
||||
authorPubkeys: ["8cb60e215678879cda0bef4d5b3fc1a5c5925d2adb5d8c4fa7b7d03b5f2deaea", "676c02247668d5b18479be3d1a80933044256f3fbd03640a8c234684e641b6d6", "f33c8a9617cb15f705fc70cd461cfd6eaf22f9e24c33eabad981648e5ec6f741"],
|
||||
authorPubkeys: ["8cb60e215678879cda0bef4d5b3fc1a5c5925d2adb5d8c4fa7b7d03b5f2deaea", "676c02247668d5b18479be3d1a80933044256f3fbd03640a8c234684e641b6d6", "f33c8a9617cb15f705fc70cd461cfd6eaf22f9e24c33eabad981648e5ec6f741", "c67cd3e1a83daa56cff16f635db2fdb9ed9619300298d4701a58e68e84098345"],
|
||||
customLightningAddresses: [
|
||||
{
|
||||
// todo remove need for lowercase
|
||||
|
21
testr.js
21
testr.js
@ -1,21 +0,0 @@
|
||||
const event = {
|
||||
id: '123',
|
||||
content: 'encrypted_blob',
|
||||
created_at: 1714857600,
|
||||
kind: 30804,
|
||||
pubkey: 'pubkey',
|
||||
tags: [
|
||||
["title", "title"],
|
||||
["summary", "summary"],
|
||||
["image", "image"],
|
||||
["published_at", "published_at"],
|
||||
["price", "price"],
|
||||
// This is an array in the format [ "price", "<number>", "<currency>", "<frequency>" ].
|
||||
// "price" is the name of the tag
|
||||
// "<number>" is the amount in numeric format (but included in the tag as a string)
|
||||
// "<currency>" is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. "btc", "eth").
|
||||
// "<frequency>" is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.)
|
||||
["location", "https://plebdevs.com/.well-known/lnurlp/austin/1234"],
|
||||
],
|
||||
sig: 'sig'
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user