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
Latest version of the standard uses a new signature for getData([]), the lib should work with this new signature and be backward compatible with contracts using the previous signature of getData()
Latest version of the standard uses a new signature for
getData([])
, the lib should work with this new signature and be backward compatible with contracts using the previous signature ofgetData()
0x2bd57b73
0x5a988c0f
the way to detect them is to use
upcontract.methods.supportsInterface('0x37e619de').call() > true
The text was updated successfully, but these errors were encountered: