You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sell mode no longer shows a zero balance for the DTF token. The balance map is keyed by the lowercase subgraph address, but the lookup used the raw dtfAddress prop; when the host passed a checksummed (mixed-case) address the lookup missed and the balance stayed 0, which also blocked sells via a false insufficient-balance check. indexDTFBalanceAtom now derives from balancesAtom using the same key the map is built with, mirroring the buy-mode pattern. Refresh cadence is unchanged.