Is there any way to programmatically check the compatibility of a given opcode for a given blockchain? (e.g. check is Arbitrum is compatible with Push0)

Dec 28, 2023, 3:17 PM
web3.eth.getCode and then check the opcode?
Dec 28, 2023, 3:30 PM
That gets the code of a given contract, not the supported blockchain EVM opcodes.
Dec 28, 2023, 3:36 PM

© 2024 Draquery.com All rights reserved.