Skip to content

Commit

Permalink
chore: enabled broker level screening for eth
Browse files Browse the repository at this point in the history
  • Loading branch information
Janislav committed Feb 22, 2025
1 parent 1d0a3cb commit 54099fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ impl pallet_cf_ingress_egress::Config<Instance1> for Runtime {
type SafeMode = RuntimeSafeMode;
type SwapLimitsProvider = Swapping;
type CcmValidityChecker = cf_chains::ccm_checker::CcmValidityChecker;
type AllowTransactionReports = ConstBool<false>;
type AllowTransactionReports = ConstBool<true>;
}

impl pallet_cf_ingress_egress::Config<Instance2> for Runtime {
Expand Down

0 comments on commit 54099fa

Please sign in to comment.