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
Currently the library only uses the default built-in ERC20 interface to return the ContractContainer for a given token. It should first try to do Contract(token_info.address) before returning ERC20(token_info.address) if an interface is not available for whatever reason
The text was updated successfully, but these errors were encountered:
Overview
Currently the library only uses the default built-in ERC20 interface to return the
ContractContainer
for a given token. It should first try to doContract(token_info.address)
before returningERC20(token_info.address)
if an interface is not available for whatever reasonThe text was updated successfully, but these errors were encountered: