graphprotocol / block-oracle

MIT License
7 stars 13 forks source link

Allow for hex prefix in comparison in json-encoder-web #253

Open spalladino opened 9 months ago

spalladino commented 9 months ago

Expected bytecode copied from some UIs (like Defender) has a 0x prefix. This changeset makes the comparison omit the 0x check, so we don't need to manually do it.