From a04bbf5bfab86976844a34a36fa5211cfbbba44e Mon Sep 17 00:00:00 2001 From: thuanle Date: Fri, 12 Sep 2025 12:24:20 +0700 Subject: [PATCH] update BacFoy --- internal/services/tele/commands/token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/tele/commands/token.go b/internal/services/tele/commands/token.go index e4bfbcb..0a03819 100644 --- a/internal/services/tele/commands/token.go +++ b/internal/services/tele/commands/token.go @@ -46,7 +46,7 @@ func OnTokenInfoByToken(context telebot.Context, token string) error { _ = chat.ReplyMessage(context, view.RenderOnPriceMessage(symbols[0], sp, fp, fundRate, fundTime, tokenInterestRate)) if strings.ToUpper(token) == "ETH" { mFmt := message.NewPrinter(language.AmericanEnglish) - baseAmount := 14. + baseAmount := 35. basePrice := 2500.0 baseTotal := baseAmount * basePrice curTotal := baseAmount * sp