git.delta.rocks / unique-network / refs/commits / 0e47fc5fb167

difftreelog

fixup adding contract helpers

Yaroslav Bolyukin2021-07-27parent: #31e089c.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
767}767}
768768
769impl 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}
773772
812 Ethereum: pallet_ethereum::{Pallet, Config, Call, Storage, Event, ValidateUnsigned} = 101,811 Ethereum: pallet_ethereum::{Pallet, Config, Call, Storage, Event, ValidateUnsigned} = 101,
813812
814 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);