From 6f802e76929f0f0f2400d82f9ad01fa436df426b Mon Sep 17 00:00:00 2001 From: Luluameh Date: Fri, 23 Aug 2024 17:53:36 +0100 Subject: [PATCH] feat:add jediswap to AUDITED_APPS --- constants/defi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/defi.ts b/constants/defi.ts index cf947917..02dfbf2c 100644 --- a/constants/defi.ts +++ b/constants/defi.ts @@ -7,4 +7,4 @@ export const TOKEN_OPTIONS = [ export const STABLES = ["USDC", "USDT", "DAI"]; export const AIRDROP_APPS = ["ekubo", "nostra", "zklend", "sithswap"]; -export const AUDITED_APPS = ["ekubo", "zklend", "nimbora", "sithswap", "vesu"]; +export const AUDITED_APPS = ["ekubo", "zklend", "nimbora", "sithswap", "vesu","jediswap",];