Skip to content

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:53
· 60 commits to main since this release
a9c139d

Fixed

  • 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.