In the event of a chain fork, EIP-721 approvals cease to function correctly.
The EIP721Base
contract caches the blockchains current signalling chainId
upon construction:
If the chainId
were to change a due to a fork, EIP712Base
would continue to validate using the previous chainId
. This results in the incorrect rejection of valid signatures for the forked chainId
, and dangerously, incentivises users who wish to continue using the application to dangerously sign transactions which are liable to replay attacks.
Loss of ability to validate signature approvals in the event of a chain split.
Manual Review
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.