You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mock HttpProvider should be renamed to MockHttpProvider.
And accept and array of results that are fired after 10ms, one by one.
newMockHttpProvider(['0x12345678....',// some function result'0x000000...000001',// supportsInterface result(params)=>{if(params[0]==='0x123456789')return'0x123456789..'},// also functions should work, where the requested parameter is passed in'0x213456789'// some function result])
The text was updated successfully, but these errors were encountered:
Mock
HttpProvider
should be renamed toMockHttpProvider
.And accept and array of results that are fired after 10ms, one by one.
The text was updated successfully, but these errors were encountered: