Closed 0xGorilla closed 3 years ago
Describe the bug When doing myContract.connect(someone), the type is lost, leaving a BaseContract
myContract.connect(someone)
BaseContract
Expected behavior connect should return a FakeContract or a MockContract
connect
FakeContract
MockContract
Describe the bug When doing
myContract.connect(someone)
, the type is lost, leaving aBaseContract
Expected behavior
connect
should return aFakeContract
or aMockContract