From a958a59ea2eeacdb779a4092d4eb82791576c6f3 Mon Sep 17 00:00:00 2001 From: aleka Date: Wed, 6 Dec 2023 11:38:49 -0500 Subject: [PATCH] Display more markets 12/06 (#178) * add more markets 12/06 --- src/constants/markets.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants/markets.ts b/src/constants/markets.ts index 203e2ce..9d92c9c 100644 --- a/src/constants/markets.ts +++ b/src/constants/markets.ts @@ -56,4 +56,9 @@ export const MARKETS_TO_DISPLAY = [ 'BLUR-USD', 'FIL-USD', 'XLM-USD', + 'PEPE-USD', + 'WLD-USD', + 'SEI-USD', + 'LTC-USD', + 'BCH-USD', ];