Add litecoin support
This commit is contained in:
@@ -58,16 +58,21 @@ export const payment_providers: PaymentProvider[] = [
|
||||
name: "btc",
|
||||
label: "Bitcoin",
|
||||
crypto: true,
|
||||
}, {
|
||||
icon: "dogecoin",
|
||||
name: "doge",
|
||||
label: "Dogecoin",
|
||||
crypto: true,
|
||||
// }, {
|
||||
// icon: "dogecoin",
|
||||
// name: "doge",
|
||||
// label: "Dogecoin",
|
||||
// crypto: true,
|
||||
}, {
|
||||
icon: "monero",
|
||||
name: "xmr",
|
||||
label: "Monero",
|
||||
crypto: true,
|
||||
}, {
|
||||
icon: "litecoin",
|
||||
name: "ltc",
|
||||
label: "Litecoin",
|
||||
crypto: true,
|
||||
},
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user