From 7201210e93c97ba9dc6c5101d395532c9ec61acf Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Wed, 18 Oct 2023 23:15:56 +0300 Subject: [PATCH] Add USK to token list --- config/token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/token.ts b/config/token.ts index 19ec9f8..979b12b 100644 --- a/config/token.ts +++ b/config/token.ts @@ -60,4 +60,4 @@ export const nativeStardust: TokenInfo = { decimalPlaces: 6, } -export const tokensList = [stars, ibcAtom, ibcUsdc, ibcFrnz, nativeStardust] +export const tokensList = [stars, ibcAtom, ibcUsdc, ibcUsk, ibcFrnz, nativeStardust]