update BacFoy
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 2m41s

This commit is contained in:
thuanle
2025-09-12 12:24:20 +07:00
parent f9d0f2efc8
commit a04bbf5bfa

View File

@@ -46,7 +46,7 @@ func OnTokenInfoByToken(context telebot.Context, token string) error {
_ = chat.ReplyMessage(context, view.RenderOnPriceMessage(symbols[0], sp, fp, fundRate, fundTime, tokenInterestRate)) _ = chat.ReplyMessage(context, view.RenderOnPriceMessage(symbols[0], sp, fp, fundRate, fundTime, tokenInterestRate))
if strings.ToUpper(token) == "ETH" { if strings.ToUpper(token) == "ETH" {
mFmt := message.NewPrinter(language.AmericanEnglish) mFmt := message.NewPrinter(language.AmericanEnglish)
baseAmount := 14. baseAmount := 35.
basePrice := 2500.0 basePrice := 2500.0
baseTotal := baseAmount * basePrice baseTotal := baseAmount * basePrice
curTotal := baseAmount * sp curTotal := baseAmount * sp