-
![]() it doesnt give me the option to deloy javaascriptVM and the rest |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You should use Remix VM (London) it was previously called as Javascript VM see docs |
Beta Was this translation helpful? Give feedback.
-
This is because solidity 0.8.20 introduces the PUSH0(0x5f) opcode which is only supported on ETH mainnet and not on any other chains. That's why other chains can't find the PUSH0(0x5f) opcode and throw this error. Use 0.8.19 is working well |
Beta Was this translation helpful? Give feedback.
You should use Remix VM (London) it was previously called as Javascript VM
Remix VM (London) : Same as above except this chain is using the London fork of Ethereum.
see docs
remix-ide.readthedocs.io