Skip to content

Commit

Permalink
Update the blacklisted markets from Tropykus
Browse files Browse the repository at this point in the history
The following markets have been deprecated and unlisted:

kRIF: 0x3134b7fbfca5db217eca523eab1941452cf35163,
kUSDT: 0xedaefc6b596ed38d712100976969975a37c84464
kXUSD: 0xe17551201eeaefbd625ca4fb48d49c06e7ac064b

We would like to request an update to match the real data
  • Loading branch information
dacarva authored Jan 16, 2025
1 parent 4a968a6 commit 7938428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/tropykus/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { compoundExports2 } = require('../helper/compound')

module.exports = {
rsk: compoundExports2({ comptroller: "0x962308fEf8edFaDD705384840e7701F8f39eD0c0", cether: '0x0aEaDb9d4C6a80462a47E87e76e487fa8b9A37d7', blacklistedTokens: ['0xd2ec53e8dd00d204d3d9313af5474eb9f5188ef6']}),
}
rsk: compoundExports2({ comptroller: "0x962308fEf8edFaDD705384840e7701F8f39eD0c0", cether: '0x0aEaDb9d4C6a80462a47E87e76e487fa8b9A37d7', blacklistedTokens: ['0xd2ec53e8dd00d204d3d9313af5474eb9f5188ef6', '0x3134b7fbfca5db217eca523eab1941452cf35163','0xedaefc6b596ed38d712100976969975a37c84464','0xe17551201eeaefbd625ca4fb48d49c06e7ac064b']}),
}

0 comments on commit 7938428

Please sign in to comment.