From a2b1297d83d2ced12c381ff3889c0cf1b822e4c0 Mon Sep 17 00:00:00 2001 From: JD Date: Fri, 15 Nov 2024 15:02:06 +0100 Subject: [PATCH] feat: add data and gmi --- src/tokenlist.json.ts | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/tokenlist.json.ts b/src/tokenlist.json.ts index 3a0f064..f5f85e1 100644 --- a/src/tokenlist.json.ts +++ b/src/tokenlist.json.ts @@ -175,6 +175,38 @@ export default { logoURI: 'https://cdn.indexcoop.com/bed.svg', tags: ['index', 'product', 'sector'], }, + { + address: '0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1', + name: 'DATA Economy Index', + symbol: 'DATA', + decimals: 18, + chainId: 1, + extensions: { + status: 'Deprecated', + coingeckoId: null, + sector: { + theme: 'Data', + }, + }, + logoURI: 'https://cdn.indexcoop.com/index.svg', + tags: ['index', 'product', 'sector', 'dangerous'], + }, + { + address: '0x47110d43175f7f2C2425E7d15792acC5817EB44f', + name: 'Bankless DeFi Innovation Index', + symbol: 'GMI', + decimals: 18, + chainId: 1, + extensions: { + status: 'Deprecated', + coingeckoId: null, + sector: { + theme: 'DeFi', + }, + }, + logoURI: 'https://cdn.indexcoop.com/gmi.svg', + tags: ['index', 'product', 'sector', 'dangerous'], + }, { address: '0x1B5E16C5b20Fb5EE87C61fE9Afe735Cca3B21A65', name: 'Index Coop Large Cap Index',