Commit 2c17627
committed
fix(order-ticket): drop catalog-price fallback when orderbook will load
The sell-side proceeds preview flickered: catalog market.price (often
stale or off by an order of magnitude on thin venues like Limitless)
rendered instantly, then ~100ms later the live bid landed and the
proceeds jumped. Use the live book only when a tokenId is present;
fall back to market.price only for UUID-only picks where no book
fetch is possible.
Bumps widgets to 0.5.9.1 parent fe88840 commit 2c17627
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
134 | 140 | | |
135 | 141 | | |
136 | 142 | | |
| |||
0 commit comments