store the DATA_POOL_TO_BALANCES

This commit is contained in:
Alfred Kamanda 2025-05-29 09:59:41 +03:00
parent fac703576f
commit 20954d287b
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -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,
}