Skip to content

Error: execution reverted #855

Answered by uF4No
Walid1Dev asked this question in Deployments
Discussion options

You must be logged in to vote

This is caused by your contract using create2 in an assembly block. As EraVM is different from the EVM, the use of assembly is limited. I'd recommend you to change that part to new Contract() instead.

Find more info in this section of EraVM docs.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bxpana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment Questions for deployment
2 participants