Skip to content

Commit

Permalink
mark dangerous tokens for missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Jan 13, 2025
1 parent ad7e8dd commit 46e1d39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tokenlist.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export default {
},
},
logoURI: 'https://cdn.indexcoop.com/btc2x.svg',
tags: ['index', 'product', 'leverage'],
tags: ['index', 'product', 'leverage', 'dangerous'],
},
{
address: '0xeb5bE62e6770137beaA0cC712741165C594F59D7',
Expand Down Expand Up @@ -494,7 +494,7 @@ export default {
},
},
logoURI: 'https://cdn.indexcoop.com/eth2x.svg',
tags: ['index', 'product', 'leverage'],
tags: ['index', 'product', 'leverage', 'dangerous'],
},
{
address: '0x329f6656792c7d34D0fBB9762FA9A8F852272acb',
Expand Down Expand Up @@ -623,7 +623,7 @@ export default {
},
},
logoURI: 'https://cdn.indexcoop.com/iceth.svg',
tags: ['index', 'product', 'yield'],
tags: ['index', 'product', 'yield', 'dangerous'],
},
{
address: '0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE',
Expand Down Expand Up @@ -798,7 +798,7 @@ export default {
theme: 'USDC',
},
},
tags: ['index', 'product', 'yield'],
tags: ['index', 'product', 'yield', 'dangerous'],
},
// --------------- Product Revenue Tokens ---------------
{
Expand Down

0 comments on commit 46e1d39

Please sign in to comment.