From 20954d287ba347b19f00e709c5daa5178844f81a Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Thu, 29 May 2025 09:59:41 +0300 Subject: [PATCH] store the DATA_POOL_TO_BALANCES --- handlers/application/menuhandler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/application/menuhandler.go b/handlers/application/menuhandler.go index 0093279..e001918 100644 --- a/handlers/application/menuhandler.go +++ b/handlers/application/menuhandler.go @@ -2789,6 +2789,7 @@ func (h *MenuHandlers) LoadSwapToList(ctx context.Context, sym string, input []b // Store all swap_to tokens data dataMap := map[storedb.DataTyp]string{ storedb.DATA_POOL_TO_SYMBOLS: data.Symbols, + storedb.DATA_POOL_TO_BALANCES: data.Balances, storedb.DATA_POOL_TO_DECIMALS: data.Decimals, storedb.DATA_POOL_TO_ADDRESSES: data.Addresses, }