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