fix: 🔧 Bump SH storage providers pallet's MaxMultiAddressSize parameter to 200 (#244)

This commit is contained in:
Steve Degosserie 2025-10-23 13:35:23 +03:00 committed by GitHub
parent eced179b09
commit 22d7ee4b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 3 deletions

View file

@ -184,7 +184,7 @@ impl pallet_storage_providers::Config for Runtime {
type SpMinCapacity = ConstU64<2>;
type DepositPerData = ConstU128<2>;
type MaxFileSize = ConstU64<{ u64::MAX }>;
type MaxMultiAddressSize = ConstU32<100>;
type MaxMultiAddressSize = ConstU32<200>;
type MaxMultiAddressAmount = ConstU32<5>;
type MaxProtocols = ConstU32<100>;
type BucketDeposit = BucketDeposit;

View file

@ -184,7 +184,7 @@ impl pallet_storage_providers::Config for Runtime {
type SpMinCapacity = ConstU64<2>;
type DepositPerData = ConstU128<2>;
type MaxFileSize = ConstU64<{ u64::MAX }>;
type MaxMultiAddressSize = ConstU32<100>;
type MaxMultiAddressSize = ConstU32<200>;
type MaxMultiAddressAmount = ConstU32<5>;
type MaxProtocols = ConstU32<100>;
type BucketDeposit = BucketDeposit;

View file

@ -184,7 +184,7 @@ impl pallet_storage_providers::Config for Runtime {
type SpMinCapacity = ConstU64<2>;
type DepositPerData = ConstU128<2>;
type MaxFileSize = ConstU64<{ u64::MAX }>;
type MaxMultiAddressSize = ConstU32<100>;
type MaxMultiAddressSize = ConstU32<200>;
type MaxMultiAddressAmount = ConstU32<5>;
type MaxProtocols = ConstU32<100>;
type BucketDeposit = BucketDeposit;

Binary file not shown.