hifi-finance / hifi-protocol

The Hifi fixed-rate, fixed-term lending protocol

Home Page:https://hifi.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete the "this.accounts" object in the testing config

PaulRBerg opened this issue · comments

We don't have to handle getAddress promises anymore! As per the Hardhat changelog:

The signers returned by ethers.getSigners() have an address property now. No more await signer.getAddress() everywhere.

Implemented in 72dc69b.