Skip to content

Commit

Permalink
Merge pull request #82 from IndexCoop/feat/add-data-and-gmi
Browse files Browse the repository at this point in the history
feat: add data and gmi
  • Loading branch information
janndriessen authored Nov 15, 2024
2 parents 55ff6a8 + a2b1297 commit 0e26b77
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/tokenlist.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0e26b77

Please sign in to comment.