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
update token.approve to max allowance in kyberNetwork contract. from '2**255' to '2*256-1'
* update token.approve to max allowance. from 2**255 to 2*256-1
When trying to list COMP token (compound) we found we can't use approve(2**255)
can only accept [max int] or [amount <= 2**96]
0 commit comments