Commit 7439a41 1 parent 8c44754 commit 7439a41 Copy full SHA for 7439a41
File tree 6 files changed +6
-6
lines changed
tests/xcm-simulator/src/mocks
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ parameter_types! {
99
99
pub const DepositPerByte : Balance = 1_000 ;
100
100
pub const DefaultDepositLimit : Balance = 1_000 ;
101
101
pub const MaxDelegateDependencies : u32 = 32 ;
102
- pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 30 ) ;
102
+ pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 10 ) ;
103
103
pub Schedule : pallet_contracts:: Schedule <TestRuntime > = Default :: default ( ) ;
104
104
}
105
105
Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ parameter_types! {
665
665
// Fallback value if storage deposit limit not set by the user
666
666
pub const DefaultDepositLimit : Balance = contracts_deposit( 16 , 16 * 1024 ) ;
667
667
pub const MaxDelegateDependencies : u32 = 32 ;
668
- pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 30 ) ;
668
+ pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 10 ) ;
669
669
pub Schedule : pallet_contracts:: Schedule <Runtime > = Default :: default ( ) ;
670
670
}
671
671
Original file line number Diff line number Diff line change @@ -901,7 +901,7 @@ parameter_types! {
901
901
// Fallback value if storage deposit limit not set by the user
902
902
pub const DefaultDepositLimit : Balance = deposit( 16 , 16 * 1024 ) ;
903
903
pub const MaxDelegateDependencies : u32 = 32 ;
904
- pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 30 ) ;
904
+ pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 10 ) ;
905
905
pub Schedule : pallet_contracts:: Schedule <Runtime > = Default :: default ( ) ;
906
906
}
907
907
Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ parameter_types! {
673
673
// Fallback value if storage deposit limit not set by the user
674
674
pub const DefaultDepositLimit : Balance = contracts_deposit( 16 , 16 * 1024 ) ;
675
675
pub const MaxDelegateDependencies : u32 = 32 ;
676
- pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 30 ) ;
676
+ pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 10 ) ;
677
677
pub Schedule : pallet_contracts:: Schedule <Runtime > = Default :: default ( ) ;
678
678
}
679
679
Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ parameter_types! {
631
631
// Fallback value if storage deposit limit not set by the user
632
632
pub const DefaultDepositLimit : Balance = contracts_deposit( 16 , 16 * 1024 ) ;
633
633
pub const MaxDelegateDependencies : u32 = 32 ;
634
- pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 30 ) ;
634
+ pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 10 ) ;
635
635
pub Schedule : pallet_contracts:: Schedule <Runtime > = Default :: default ( ) ;
636
636
}
637
637
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ parameter_types! {
210
210
pub const DepositPerByte : Balance = MILLISDN / 1_000_000 ;
211
211
pub const DefaultDepositLimit : Balance = 1000 * MILLISDN ;
212
212
pub const MaxDelegateDependencies : u32 = 32 ;
213
- pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 30 ) ;
213
+ pub const CodeHashLockupDepositPercent : Perbill = Perbill :: from_percent( 10 ) ;
214
214
pub Schedule : pallet_contracts:: Schedule <Runtime > = Default :: default ( ) ;
215
215
}
216
216
You can’t perform that action at this time.
0 commit comments