@ -25,39 +25,11 @@ export const shareLK = async (language: LanguageType, address: string) => {
const shareText = ( language : LanguageType , address : string ) = > {
const ts = {
'en' : `
Join me to stake $FIL on SOFIL with my referral code to earn up to 16.23 % APY !
SOFIL is a DeFi platform offering stake - to - earn opportunities to crypto holders .
'en' : ` Stake $ FIL on SOFIL with my referral code to earn up to 16.23% APY! \ n \ nMy referral code: ${ address } \ n \ nInsert my code before you stake! \ n \ nScan the following QR code or directly visit https://app.sofil.io on your MetaMask ` ,
My referral code : $ { address }
You can insert my referral code before you stake .
'hk' : ` 使用我的推薦碼在 SOFIL 上質押 $ FIL,即可賺取高達 16.23% 年利率! \ n \ n我的推薦碼: ${ address } \ n \ n您可以在質押前輸入我的推薦碼。 \ n \ n掃描以下二維碼或直接在 MetaMask 上瀏覽 app.sofil.io,與我一起探索 SOFIL 的更多內容! ` ,
Come and explore more with me on SOFIL by scanning the following QR code or directly visit app . sofil . io on your MetaMask
SOFIL Official Website : https : //sofil.io
` ,
'hk' :
`
使 用 我 的 推 薦 碼 在 SOFIL 上 質 押 $FIL , 即 可 賺 取 高 達 16.23 % 年 利 率 ! \ n
SOFIL 是 一 個 去 中 心 金 融 平 台 , 為 加 密 貨 幣 持 有 者 提 供 質 押 賺 取 的 機 會 。 \ n
我 的 推 薦 碼 : $ { address } \ n
您 可 以 在 質 押 前 輸 入 我 的 推 薦 碼 。 \ n
掃 描 以 下 二 維 碼 或 直 接 在 MetaMask 上 瀏 覽 app . sofil . io , 與 我 一 起 探 索 SOFIL 的 更 多 內 容 ! \ n
SOFIL官方網站 : https : //sofil.io
` ,
'zh' : `
使 用 我 的 推 荐 码 在 SOFIL 上 质 押 $FIL , 即 可 赚 取 高 达 16.23 % 年 利 率 !
SOFIL 是 一 个 去 中 心 金 融 平 台 , 为 加 密 货 币 持 有 者 提 供 质 押 赚 取 的 机 会 。
我 的 推 荐 码 : $ { address }
您 可 以 在 质 押 前 输 入 我 的 推 荐 码 。
扫 描 以 下 二 维 码 或 直 接 在 MetaMask 上 浏 览 app . sofil . io , 与 我 一 起 探 索 SOFIL 的 更 多 内 容 !
SOFIL官方网站 : https : //sofil.io
`
'zh' : ` 使用我的推荐码在 SOFIL 上质押 $ FIL,即可赚取高达 16.23% 年利率! \ n \ n我的推荐码: ${ address } \ n \ n您可以在质押前输入我的推荐码。 \ n \ n扫描以下二维码或直接在 MetaMask 上浏览 app.sofil.io,与我一起探索 SOFIL 的更多内容! `
} as { [ key : string ] : string }
return ts [ language ]
}