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 can open a PR but I'm not sure if it's ok since it would change the contract's interface.
DAI proxy's implementation contract depends on this getDomainSeperator function and it's deployed with the typo.
The text was updated successfully, but these errors were encountered:
ivandiazwm
changed the title
Typo on EIP721Base domain separator implementation
Typo in EIP721Base domain separator implementation
Jun 28, 2021
It looks like there's a typo in
EIP712Base
implementation. It calledgetDomainSeperator
but it should begetDomainSeparator
https://github.com/maticnetwork/pos-portal/blob/master/contracts/common/EIP712Base.sol#L46
It looks like this issue is repeated in variables and other functions.
I can open a PR but I'm not sure if it's ok since it would change the contract's interface.
DAI proxy's implementation contract depends on this
getDomainSeperator
function and it's deployed with the typo.The text was updated successfully, but these errors were encountered: