difftreelog
fixup adding contract helpers
in: master
1 file changed
runtime/src/lib.rsdiffbeforeafterboth767}767}768768769impl pallet_evm_contract_helpers::Config for Runtime {769impl pallet_evm_contract_helpers::Config for Runtime {770 type Event = Event;771 type ContractAddress = HelpersContractAddress;770 type ContractAddress = HelpersContractAddress;772}771}773772812 Ethereum: pallet_ethereum::{Pallet, Config, Call, Storage, Event, ValidateUnsigned} = 101,811 Ethereum: pallet_ethereum::{Pallet, Config, Call, Storage, Event, ValidateUnsigned} = 101,813812814 EvmCoderSubstrate: pallet_evm_coder_substrate::{Pallet, Storage} = 150,813 EvmCoderSubstrate: pallet_evm_coder_substrate::{Pallet, Storage} = 150,815 EvmContractHelpers: pallet_evm_contract_helpers::{Pallet, Storage, Event<T>} = 151,814 EvmContractHelpers: pallet_evm_contract_helpers::{Pallet, Storage} = 151,816 EvmTransactionPayment: pallet_evm_transaction_payment::{Pallet} = 152,815 EvmTransactionPayment: pallet_evm_transaction_payment::{Pallet} = 152,817 }816 }818);817);