diff --git a/src/config/appConfig.js b/src/config/appConfig.js index 9b0f49a..0c3028b 100644 --- a/src/config/appConfig.js +++ b/src/config/appConfig.js @@ -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 diff --git a/testr.js b/testr.js deleted file mode 100644 index e4cfb27..0000000 --- a/testr.js +++ /dev/null @@ -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", "", "", "" ]. - // "price" is the name of the tag - // "" is the amount in numeric format (but included in the tag as a string) - // "" is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. "btc", "eth"). - // "" 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' -};