VIS-2 / taobank-04-24

0 stars 0 forks source link

ERC20 tokens with more than 18 decimals cause reverts #18

Open 0xMilenov opened 4 months ago

0xMilenov commented 4 months ago

Context

AuctionManager::getTotalCollateralValue() Stabilizer::constructor() Vault::calcRedeem()

Description

While the protocol is compatible with tokens containing 18 decimals or fewer, it may encounter issues with tokens having more than 18 decimals, such as YAMv2 with 24 decimals.