type annotations needed in substrate frotier rpc pallet
I’m using susbtrate 2.0.1 and trying to integrate frontier implementation into the runtime, this implementation was working fine with substrate 2.0.0 but now having some syntax errors. Frontier Dependencies frontier-consensus = { default-features = false,git = ‘https://github.com/PureStake/frontier.git’, branch = ‘substrate-v2’ } frontier-rpc = { default-features = false, git = ‘https://github.com/PureStake/frontier.git’, branch = ‘substrate-v2’ } frontier-rpc-primitives… Read More type annotations needed in substrate frotier rpc pallet