paritytech / polkadot

Polkadot Node Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on EVM pallet integration in relaychain

firebeegit opened this issue · comments

I have trying to install evm pallet in paritytech polkadot chain.
I got the following error when insert the pallet-evm dependency.
inserted pallet evm dependency code :

[dependencies.pallet-evm]
default-features = false
git = 'https://github.com/purestake/frontier.git'
branch = 'workshop-target'
evm_pallet_error2 (2)
20230810_095854

@firebeegit You can fix the problem on the graph by fixing the version of the
syn = "1.0.94"

By the way, why integrate the evm pallet into the relay chain ?

Not a Polkadot issue and also a duplicate.