export function generatePaymentLink(toWallet, amount, comment, app) {
if (app === "tonhub") {
return https://tonhub.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment};
}
return https://app.tonkeeper.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment};
}
comment not applied to transaction sent by tonkeeper!
export function generatePaymentLink(toWallet, amount, comment, app) {
if (app === "tonhub") {
return
https://tonhub.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment};}
return
https://app.tonkeeper.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment};}
comment not applied to transaction sent by tonkeeper!