EOSCommunity.org Forums

EOS EVM integration

I created an EOS account with Metamask using the instructions here:

The EOS account and Metamask work. I even sent some EOS to it and my EOS balance is visible in Metamask.

Then I tried to deploy a smart contract using the Metamask bridge. I got these errors:

“Invalid transaction envelope type: specified type “0x2” but included a gasPrice instead of maxFeePerGas and maxPriorityFeePerGas”

“Error: [ethjs-query] while formatting outputs from RPC ‘{“value”:{“code”:-32603,“data”:{“code”:3,“message”:“Unable to estimate tx”}}}’”

I thought the Metamask bridge would allow this. I think that was the goal of this research:

It is like an EVM hosted inside EOS. I want to deploy my existing EVM smart contracts in the eosio.evm environment using this Metamask bridge. Will this be possible?