diff --git a/runtime/common/src/pallets_config.rs b/runtime/common/src/pallets_config.rs index edf51eb618242ae3193821492067982455aa9141..b1284faec893738dc08e2d2775328162477d60be 100644 --- a/runtime/common/src/pallets_config.rs +++ b/runtime/common/src/pallets_config.rs @@ -262,7 +262,7 @@ macro_rules! pallets_config { impl pallet_atomic_swap::Config for Runtime { type Event = Event; type SwapAction = pallet_atomic_swap::BalanceSwapAction<AccountId, Balances>; - type ProofLimit = frame_support::traits::ConstU32<255>; + type ProofLimit = frame_support::traits::ConstU32<1_024>; } impl pallet_provide_randomness::Config for Runtime {