From bd13497ee98bbaffb7636a662740b6f882fee56b Mon Sep 17 00:00:00 2001 From: Kobe Leenders Date: Thu, 7 Dec 2023 18:47:26 +0100 Subject: [PATCH 1/2] fix: added JTO to switchboard bank --- .../src/components/common/AssetList/AssetList.utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marginfi-v2-ui/src/components/common/AssetList/AssetList.utils.ts b/apps/marginfi-v2-ui/src/components/common/AssetList/AssetList.utils.ts index c4da715b07..a8079e733c 100644 --- a/apps/marginfi-v2-ui/src/components/common/AssetList/AssetList.utils.ts +++ b/apps/marginfi-v2-ui/src/components/common/AssetList/AssetList.utils.ts @@ -1 +1 @@ -export const SWITCHBOARD_BANKS = ["JLP", "SHDW", "STEP", "GUAC", "BLZE", "OPOS", "LST", "UXD", "DUST", "KIN"]; +export const SWITCHBOARD_BANKS = ["JTO", "JLP", "SHDW", "STEP", "GUAC", "BLZE", "OPOS", "LST", "UXD", "DUST", "KIN"]; From 116d5b4c2849943146ada7fcf75d0f0dbbcc06d8 Mon Sep 17 00:00:00 2001 From: Kobe Leenders Date: Thu, 7 Dec 2023 19:12:50 +0100 Subject: [PATCH 2/2] fix: added nextjs config --- apps/marginfi-v2-ui/next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/marginfi-v2-ui/next.config.js b/apps/marginfi-v2-ui/next.config.js index 49be739ac3..ddb1770c3b 100644 --- a/apps/marginfi-v2-ui/next.config.js +++ b/apps/marginfi-v2-ui/next.config.js @@ -114,6 +114,12 @@ let config = withBundleAnalyzer({ port: "", pathname: "/jlp/**", }, + { + protocol: "https", + hostname: "metadata.jito.network", + port: "", + pathname: "/token/**", + }, ], }, });