File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ function getInvoiceTemplates() {
3636 description : "Purple (One Month)" ,
3737 special_label : null ,
3838 // TODO: Make this value change based on the exchange rate of BTC vs USD (or not? 1 BTC = 1 BTC, USD is a shitcoin since 1971)
39- amount_msat : 15000 * 1000 , // 15k sats / month
39+ amount_msat : 8250 * 1000 , // 8,250 sats / month
4040 expiry : 30 * 24 * 60 * 60 // 30 days
4141 } ,
4242 "purple_one_year" : {
4343 description : "Purple (One Year)" ,
4444 special_label : "Save 16%!" ,
4545 // TODO: Make this value change based on the exchange rate of BTC vs USD (or not? 1 BTC = 1 BTC, USD is a shitcoin since 1971)
46- amount_msat : 15000 * 10 * 1000 , // 150k sats / year
46+ amount_msat : 8250 * 10 * 1000 , // 82,500 sats / year
4747 expiry : 365 * 24 * 60 * 60 // 365 days
4848 }
4949 }
You can’t perform that action at this time.
0 commit comments