🐛 Fixing issue with wethAddr

This commit is contained in:
Thomas Bouder 2021-09-07 13:34:01 +02:00
parent bc80d780ec
commit 605bcc9dcf
No known key found for this signature in database
GPG Key ID: 46DDE658A384B046

View File

@ -30,7 +30,7 @@ abstract contract YearnResolver is Events, Basic {
YearnV2Interface yearn = YearnV2Interface(vault);
address want = yearn.token();
bool isEth = want == ethAddr;
bool isEth = want == wethAddr;
TokenInterface tokenContract = TokenInterface(want);
if (isEth) {