From 9adc9714a84b5bb9261b96e806eb24ac5de5b7ab Mon Sep 17 00:00:00 2001 From: manuelwedler Date: Mon, 14 Aug 2023 13:44:24 +0200 Subject: [PATCH] frontend: Disable all tokens but USDC --- frontend/config/tokens/DAI.json | 3 ++- frontend/config/tokens/USDT.json | 3 ++- frontend/config/tokens/WETH.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/config/tokens/DAI.json b/frontend/config/tokens/DAI.json index 41e9bf42f..0fdd12d18 100644 --- a/frontend/config/tokens/DAI.json +++ b/frontend/config/tokens/DAI.json @@ -9,5 +9,6 @@ "288": "0xf74195Bb8a5cf652411867c5C2C5b8C2a402be35", "42161": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1", "1101": "0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4" - } + }, + "hidden": true } diff --git a/frontend/config/tokens/USDT.json b/frontend/config/tokens/USDT.json index 68029bb21..4faf787f7 100644 --- a/frontend/config/tokens/USDT.json +++ b/frontend/config/tokens/USDT.json @@ -8,5 +8,6 @@ "288": "0x5DE1677344D3Cb0D7D465c10b72A8f60699C062d", "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9", "1101": "0x1E4a5963aBFD975d8c9021ce480b42188849D41d" - } + }, + "hidden": true } diff --git a/frontend/config/tokens/WETH.json b/frontend/config/tokens/WETH.json index 5aad27c30..db053b1c3 100644 --- a/frontend/config/tokens/WETH.json +++ b/frontend/config/tokens/WETH.json @@ -8,5 +8,6 @@ "288": "0x5DE1677344D3Cb0D7D465c10b72A8f60699C062d", "42161": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1", "1101": "0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9" - } + }, + "hidden": true }