Skip to content

Commit

Permalink
Update nostr event
Browse files Browse the repository at this point in the history
Following this nip proposal nostr-protocol/nips#1331
  • Loading branch information
grunch committed Jul 5, 2024
1 parent 02efc3a commit bbed344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot/modules/nostr/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ const orderToTags = async order => {
tags.push(['community_id', order.community_id]);
}
tags.push(['source', source]);
tags.push(['network', 'mainnet']);
tags.push(['layer', 'lightning']);
tags.push(['expiration', expiration.toString()]);
tags.push(['y', 'lnp2pbot']);
tags.push(['z', 'order']);
tags.push(['expiration', expiration.toString()]);

return tags;
};
Expand Down

0 comments on commit bbed344

Please sign in to comment.