Closed unjapones closed 5 years ago
Enable "All / ETH / DAI" market tab filters in the markets dropdown.
The filtering is performed by TokenSymbol and the search is applied on this result.
To manually test this on the UI, you may want to add a couple more markets to src/common/markets.ts with the TokenSymbol.Dai.
src/common/markets.ts
TokenSymbol.Dai
Will work on the changes and then merge it. Thanks!
Enable "All / ETH / DAI" market tab filters in the markets dropdown.
The filtering is performed by TokenSymbol and the search is applied on this result.
To manually test this on the UI, you may want to add a couple more markets to
src/common/markets.ts
with theTokenSymbol.Dai
.