From be1338df82cee64c02763fcb7587c3e1c39c33d3 Mon Sep 17 00:00:00 2001 From: Jorge Galat Date: Thu, 15 Dec 2022 11:24:22 -0300 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20restore=20assetData.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/assetData.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/assetData.json diff --git a/config/assetData.json b/config/assetData.json new file mode 100644 index 000000000..250512a4e --- /dev/null +++ b/config/assetData.json @@ -0,0 +1,17 @@ +{ + "USDC": { + "description": "USD Coin" + }, + "DAI": { + "description": "DAI Coin" + }, + "WETH": { + "description": "Wrapped ETH" + }, + "WBTC": { + "description": "Wrapped BTC" + }, + "wstETH": { + "description": "Lido Wrapped Staked ETH" + } +}