OpenZeppelin / ethernaut

Web3/Solidity based wargame
MIT License
1.98k stars 677 forks source link

text(MagicNum): improve level description #750

Closed PurrProof closed 2 months ago

PurrProof commented 2 months ago

Two changes were made to the Magic Number level description:

  1. 10 opcodes was replaced with 10 bytes because the level checks the code length in bytes, not the number of opcodes.
  2. The length of the expected response (32 bytes) was added since it's not immediately clear how many bytes the contract should return.