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
when i originally switched the allowance argument to be optional in client.add_pair i did not also make the ERC20 class initialization of the base and quote assets not require a wallet/key. when an allowance is not provided, we should not initialize the ERC20 classes with write permissions.
The text was updated successfully, but these errors were encountered:
when i originally switched the allowance argument to be optional in
client.add_pair
i did not also make theERC20
class initialization of thebase
andquote
assets not require a wallet/key. when an allowance is not provided, we should not initialize theERC20
classes withwrite
permissions.The text was updated successfully, but these errors were encountered: