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
I found an inconsistency in the naming of the Transfer and Approval event parameters between PolyToken and PolyTokenFaucet. In PolyTokenFaucet all parameters are prefaced by an underscore (i.e. _from, _to, _value), while in PolyToken they are not. This causes inconsistent behavior when switching between mainnet and kovan in the dApp.
I suggest renaming the PolyToken event parameters to include underscores as defined by ERC20