add gudnuf

This commit is contained in:
austinkelsay 2024-10-19 12:08:02 -05:00
parent 4da4beeef4
commit aae5fe1335
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02
2 changed files with 1 additions and 22 deletions

View File

@ -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

View File

@ -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'
};